projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae0aba1
)
arm64: dts: ti: Add common1 register space for AM65x SoC
author
Devarsh Thakkar
<devarsht@ti.com>
Fri, 16 Feb 2024 06:24:24 +0000
(11:54 +0530)
committer
Vignesh Raghavendra
<vigneshr@ti.com>
Mon, 19 Feb 2024 12:55:56 +0000
(18:25 +0530)
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>
arch/arm64/boot/dts/ti/k3-am65-main.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi
b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi
index 5863fe2425e89b7fbd069a8a64ab90e9faf8917d..be708baf11fbfefcc631208bfa7d4364d97135da 100644
(file)
--- a/
arch/arm64/boot/dts/ti/k3-am65-main.dtsi
+++ b/
arch/arm64/boot/dts/ti/k3-am65-main.dtsi
@@
-991,9
+991,10
@@
<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>;