diff options
author | Rob Herring <robh@kernel.org> | 2021-08-23 18:51:26 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2021-08-26 13:46:29 +0200 |
commit | 9e62ec0e661ca7161e5830bdbf8e69831b41e866 (patch) | |
tree | 757cb3826e2526a59f7001bf35429a82a44aabc6 /arch/arm/boot/dts/keystone-k2e-netcp.dtsi | |
parent | Merge tag 'zynq-dt-for-v5.15' of https://github.com/Xilinx/linux-xlnx into ar... (diff) | |
download | linux-9e62ec0e661ca7161e5830bdbf8e69831b41e866.tar.xz 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/keystone-k2e-netcp.dtsi')
-rw-r--r-- | arch/arm/boot/dts/keystone-k2e-netcp.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/keystone-k2e-netcp.dtsi b/arch/arm/boot/dts/keystone-k2e-netcp.dtsi index ad15e77874b1..71064483d34f 100644 --- a/arch/arm/boot/dts/keystone-k2e-netcp.dtsi +++ b/arch/arm/boot/dts/keystone-k2e-netcp.dtsi @@ -95,7 +95,7 @@ qmss: qmss@2a40000 { #address-cells = <1>; #size-cells = <1>; ranges; - pdsp0@0x2a10000 { + pdsp0@2a10000 { reg = <0x2a10000 0x1000 /*iram */ 0x2a0f000 0x100 /*reg*/ 0x2a0c000 0x3c8 /*intd */ |