Commit cfbf17e6 authored by Nishanth Menon's avatar Nishanth Menon

arm64: dts: ti: k3-am65*/j721e*: Fix unit address format error for dss node

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: 76921f15 ("arm64: dts: ti: k3-j721e-main: Add DSS node")
Fixes: fc539b90 ("arm64: dts: ti: am654: Add DSS node")
Signed-off-by: default avatarNishanth Menon <nm@ti.com>
Reviewed-by: default avatarJyri Sarha <jsarha@ti.com>
Reviewed-by: default avatarTomi 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
parent 0f191152
...@@ -833,7 +833,7 @@ csi2_0: port@0 { ...@@ -833,7 +833,7 @@ csi2_0: port@0 {
}; };
}; };
dss: dss@04a00000 { dss: dss@4a00000 {
compatible = "ti,am65x-dss"; compatible = "ti,am65x-dss";
reg = <0x0 0x04a00000 0x0 0x1000>, /* common */ reg = <0x0 0x04a00000 0x0 0x1000>, /* common */
<0x0 0x04a02000 0x0 0x1000>, /* vidl1 */ <0x0 0x04a02000 0x0 0x1000>, /* vidl1 */
......
...@@ -1278,7 +1278,7 @@ ufs@4e84000 { ...@@ -1278,7 +1278,7 @@ ufs@4e84000 {
}; };
}; };
dss: dss@04a00000 { dss: dss@4a00000 {
compatible = "ti,j721e-dss"; compatible = "ti,j721e-dss";
reg = reg =
<0x00 0x04a00000 0x00 0x10000>, /* common_m */ <0x00 0x04a00000 0x00 0x10000>, /* common_m */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment