arm64: dts: ti: k3-am65*/j721e*: Fix unit address format error for dss node
authorNishanth Menon <nm@ti.com>
Wed, 4 Nov 2020 22:25:19 +0000 (16:25 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Dec 2020 10:53:08 +0000 (11:53 +0100)
[ Upstream commit cfbf17e69ae82f647c287366b7573e532fc281ee ]

Fix the node address to follow the device tree convention.

This fixes the dtc warning:
<stdout>: Warning (simple_bus_reg): /bus@100000/dss@04a00000: simple-bus
unit address format error, expected "4a00000"

Fixes: 76921f15acc0 ("arm64: dts: ti: k3-j721e-main: Add DSS node")
Fixes: fc539b90eda2 ("arm64: dts: ti: am654: Add DSS node")
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Jyri Sarha <jsarha@ti.com>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: Jyri Sarha <jsarha@ti.com>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Link: https://lore.kernel.org/r/20201104222519.12308-1-nm@ti.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/ti/k3-am65-main.dtsi
arch/arm64/boot/dts/ti/k3-j721e-main.dtsi

index 5335252..27f6fd9 100644 (file)
                };
        };
 
-       dss: dss@04a00000 {
+       dss: dss@4a00000 {
                compatible = "ti,am65x-dss";
                reg =   <0x0 0x04a00000 0x0 0x1000>, /* common */
                        <0x0 0x04a02000 0x0 0x1000>, /* vidl1 */
index e2a96b2..c66ded9 100644 (file)
                };
        };
 
-       dss: dss@04a00000 {
+       dss: dss@4a00000 {
                compatible = "ti,j721e-dss";
                reg =
                        <0x00 0x04a00000 0x00 0x10000>, /* common_m */