Skip to content

Commit

Permalink
arm64: dts: ti: k3-am65*/j721e*: Fix unit address format error for ds…
Browse files Browse the repository at this point in the history
…s node

[ Upstream commit cfbf17e ]

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: 76921f1 ("arm64: dts: ti: k3-j721e-main: Add DSS node")
Fixes: fc539b9 ("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>
  • Loading branch information
nmenon authored and gregkh committed Dec 30, 2020
1 parent 1081126 commit c77a95b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/ti/k3-am65-main.dtsi
Expand Up @@ -834,7 +834,7 @@
};
};

dss: dss@04a00000 {
dss: dss@4a00000 {
compatible = "ti,am65x-dss";
reg = <0x0 0x04a00000 0x0 0x1000>, /* common */
<0x0 0x04a02000 0x0 0x1000>, /* vidl1 */
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
Expand Up @@ -1278,7 +1278,7 @@
};
};

dss: dss@04a00000 {
dss: dss@4a00000 {
compatible = "ti,j721e-dss";
reg =
<0x00 0x04a00000 0x00 0x10000>, /* common_m */
Expand Down

0 comments on commit c77a95b

Please sign in to comment.