diff options
author | Rob Herring <robh@kernel.org> | 2017-10-13 19:54:52 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2017-10-20 00:37:56 +0200 |
commit | d8bcaabee40521b33af8ab9b44b5df56eb4cd929 (patch) | |
tree | 7a8fe0e7bb0d2b5132b18d5e943523dfdf1ce548 /arch/arm64/boot/dts/hisilicon/hip06-d03.dts | |
parent | arm: dts: fix unit-address leading 0s (diff) | |
download | linux-d8bcaabee40521b33af8ab9b44b5df56eb4cd929.tar.xz linux-d8bcaabee40521b33af8ab9b44b5df56eb4cd929.zip |
arm64: dts: fix unit-address leading 0s
Fix dtc warnings for 'simple_bus_reg' due to leading 0s. Converted using
the following command:
perl -p -i -e 's/\@0+([0-9a-f])/\@$1/g' `find arch/arm64/boot/dts -type -f -name '*.dts*'
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/boot/dts/hisilicon/hip06-d03.dts')
-rw-r--r-- | arch/arm64/boot/dts/hisilicon/hip06-d03.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/hisilicon/hip06-d03.dts b/arch/arm64/boot/dts/hisilicon/hip06-d03.dts index 7c4114a67753..9af633021a42 100644 --- a/arch/arm64/boot/dts/hisilicon/hip06-d03.dts +++ b/arch/arm64/boot/dts/hisilicon/hip06-d03.dts @@ -17,7 +17,7 @@ model = "Hisilicon Hip06 D03 Development Board"; compatible = "hisilicon,hip06-d03"; - memory@00000000 { + memory@0 { device_type = "memory"; reg = <0x0 0x00000000 0x0 0x40000000>; }; |