]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: ti: Add common1 register space for AM65x SoC
authorDevarsh Thakkar <devarsht@ti.com>
Fri, 16 Feb 2024 06:24:24 +0000 (11:54 +0530)
committerSasha Levin <sashal@kernel.org>
Tue, 26 Mar 2024 22:19:32 +0000 (18:19 -0400)
[ Upstream commit 1a5010eade10b409d353b770d97b548b0fbdf5d7 ]

This adds common1 register space for AM65x SoC which is using TI's Keystone
display hardware and supporting it as described in
Documentation/devicetree/bindings/display/ti/ti,am65x-dss.yaml

Fixes: fc539b90eda2 ("arm64: dts: ti: am654: Add DSS node")
Signed-off-by: Devarsh Thakkar <devarsht@ti.com>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Reviewed-by: Aradhya Bhatia <a-bhatia1@ti.com>
Link: https://lore.kernel.org/r/20240216062426.4170528-3-devarsht@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/ti/k3-am65-main.dtsi

index c98068b6c122a01b9b592d71e203d31cefce0f27..57befcce93b9762f9af518935d58ebd21cb1bfa9 100644 (file)
                      <0x0 0x04a07000 0x0 0x1000>, /* ovr1 */
                      <0x0 0x04a08000 0x0 0x1000>, /* ovr2 */
                      <0x0 0x04a0a000 0x0 0x1000>, /* vp1 */
-                     <0x0 0x04a0b000 0x0 0x1000>; /* vp2 */
+                     <0x0 0x04a0b000 0x0 0x1000>, /* vp2 */
+                     <0x0 0x04a01000 0x0 0x1000>; /* common1 */
                reg-names = "common", "vidl1", "vid",
-                       "ovr1", "ovr2", "vp1", "vp2";
+                       "ovr1", "ovr2", "vp1", "vp2", "common1";
 
                ti,am65x-oldi-io-ctrl = <&dss_oldi_io_ctrl>;