Commit 2cdf63e7 authored by Vaishnav Achath's avatar Vaishnav Achath Committed by Vignesh Raghavendra

arm64: dts: ti: k3-j722s: Fix main domain GPIO count

J722S does not pin out all of the GPIO same as AM62P and have
more number of GPIO on the main_gpio1 instance. Fix the GPIO
count on both instances by overriding the ti,ngpio property.

Fixes: ea55b933 ("arm64: dts: ti: Introduce J722S family of SoCs")

More details at J722S/AM67 Datasheet (Section 5.3.11, GPIO):
	https://www.ti.com/lit/ds/symlink/am67.pdfSigned-off-by: default avatarVaishnav Achath <vaishnav.a@ti.com>
Link: https://lore.kernel.org/r/20240507103332.167928-1-vaishnav.a@ti.comSigned-off-by: default avatarVignesh Raghavendra <vigneshr@ti.com>
parent 12a29fb4
...@@ -83,6 +83,14 @@ &inta_main_dmss { ...@@ -83,6 +83,14 @@ &inta_main_dmss {
ti,interrupt-ranges = <7 71 21>; ti,interrupt-ranges = <7 71 21>;
}; };
&main_gpio0 {
ti,ngpio = <87>;
};
&main_gpio1 {
ti,ngpio = <73>;
};
&oc_sram { &oc_sram {
reg = <0x00 0x70000000 0x00 0x40000>; reg = <0x00 0x70000000 0x00 0x40000>;
ranges = <0x00 0x00 0x70000000 0x40000>; ranges = <0x00 0x00 0x70000000 0x40000>;
......
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