aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/boot/dts/ste-db8500.dtsi
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2021-08-23 11:51:26 -0500
committerArnd Bergmann <arnd@arndb.de>2021-08-26 13:46:29 +0200
commit9e62ec0e661ca7161e5830bdbf8e69831b41e866 (patch)
tree757cb3826e2526a59f7001bf35429a82a44aabc6 /arch/arm/boot/dts/ste-db8500.dtsi
parentMerge tag 'zynq-dt-for-v5.15' of https://github.com/Xilinx/linux-xlnx into arm/dt (diff)
downloadwireguard-linux-9e62ec0e661ca7161e5830bdbf8e69831b41e866.tar.xz
wireguard-linux-9e62ec0e661ca7161e5830bdbf8e69831b41e866.zip
arm/arm64: dts: Fix remaining dtc 'unit_address_format' warnings
Fix all the remaining dtc 'unit_address_format' warnings except for the ones related to 'register-bit-led'. For those, we need to decide on and document the node name. Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20210823165126.2320910-1-robh@kernel.org' Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/ste-db8500.dtsi')
-rw-r--r--arch/arm/boot/dts/ste-db8500.dtsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/ste-db8500.dtsi b/arch/arm/boot/dts/ste-db8500.dtsi
index b5b8ba9be55e..f1ff3f4835d7 100644
--- a/arch/arm/boot/dts/ste-db8500.dtsi
+++ b/arch/arm/boot/dts/ste-db8500.dtsi
@@ -18,19 +18,19 @@
ranges;
/* Modem trace memory */
- ram@06000000 {
+ ram@6000000 {
reg = <0x06000000 0x00f00000>;
no-map;
};
/* Modem shared memory */
- ram@06f00000 {
+ ram@6f00000 {
reg = <0x06f00000 0x00100000>;
no-map;
};
/* Modem private memory */
- ram@07000000 {
+ ram@7000000 {
reg = <0x07000000 0x01000000>;
no-map;
};