Commit 28c8f218 authored by Nitin Yadav's avatar Nitin Yadav Committed by Nishanth Menon

arm64: dts: ti: k3-am62-main: Fix GPIO numbers in DT

Fix number of gpio pins in main_gpio0 & main_gpio1
DT nodes according to AM62x SK datasheet. The Link
of datasheet is in the following line:
https://www.ti.com/lit/ds/symlink/am625.pdf?ts=1673852494660

Section: 6.3.10 GPIO (Page No. 63-67)

Fixes: f1d17330 ("arm64: dts: ti: Introduce base support for AM62x SoC")
Signed-off-by: default avatarNitin Yadav <n-yadav@ti.com>
Signed-off-by: default avatarNishanth Menon <nm@ti.com>
Reviewed-by: default avatarBryan Brattlof <bb@ti.com>
Link: https://lore.kernel.org/r/20230202085917.3044567-1-n-yadav@ti.com
parent fe15c26e
...@@ -461,7 +461,7 @@ main_gpio0: gpio@600000 { ...@@ -461,7 +461,7 @@ main_gpio0: gpio@600000 {
<193>, <194>, <195>; <193>, <194>, <195>;
interrupt-controller; interrupt-controller;
#interrupt-cells = <2>; #interrupt-cells = <2>;
ti,ngpio = <87>; ti,ngpio = <92>;
ti,davinci-gpio-unbanked = <0>; ti,davinci-gpio-unbanked = <0>;
power-domains = <&k3_pds 77 TI_SCI_PD_EXCLUSIVE>; power-domains = <&k3_pds 77 TI_SCI_PD_EXCLUSIVE>;
clocks = <&k3_clks 77 0>; clocks = <&k3_clks 77 0>;
...@@ -478,7 +478,7 @@ main_gpio1: gpio@601000 { ...@@ -478,7 +478,7 @@ main_gpio1: gpio@601000 {
<183>, <184>, <185>; <183>, <184>, <185>;
interrupt-controller; interrupt-controller;
#interrupt-cells = <2>; #interrupt-cells = <2>;
ti,ngpio = <88>; ti,ngpio = <52>;
ti,davinci-gpio-unbanked = <0>; ti,davinci-gpio-unbanked = <0>;
power-domains = <&k3_pds 78 TI_SCI_PD_EXCLUSIVE>; power-domains = <&k3_pds 78 TI_SCI_PD_EXCLUSIVE>;
clocks = <&k3_clks 78 0>; clocks = <&k3_clks 78 0>;
......
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