diff options
author | Olof Johansson <olof@lixom.net> | 2018-01-12 03:58:06 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2018-01-12 03:58:12 +0300 |
commit | 52334750f4b43eb73dfcbcb0e14d069c2bcfb3e7 (patch) | |
tree | 57c89ee8aedbcf23ab3945a0dae4834699c5e5a9 /arch/arm/boot | |
parent | b2cd1df66037e7c4697c7e40496bf7e4a5e16a2d (diff) | |
parent | 7669b122085018c1f64720d11c24ae6d2549193d (diff) | |
download | linux-52334750f4b43eb73dfcbcb0e14d069c2bcfb3e7.tar.xz |
Merge tag 'davinci-for-v4.16/dt' of https://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into fixes
A DT warning fix for W=1 warning message.
* tag 'davinci-for-v4.16/dt' of https://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci:
ARM: dts: da850-lcdk: Remove leading 0x and 0s from unit address
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/da850-lcdk.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/da850-lcdk.dts b/arch/arm/boot/dts/da850-lcdk.dts index eed89e659143..a1f4d6d5a569 100644 --- a/arch/arm/boot/dts/da850-lcdk.dts +++ b/arch/arm/boot/dts/da850-lcdk.dts @@ -293,12 +293,12 @@ label = "u-boot env"; reg = <0 0x020000>; }; - partition@0x020000 { + partition@20000 { /* The LCDK defaults to booting from this partition */ label = "u-boot"; reg = <0x020000 0x080000>; }; - partition@0x0a0000 { + partition@a0000 { label = "free space"; reg = <0x0a0000 0>; }; |