Skip to content

Commit b25591b

Browse files
malto101kartben
authored andcommitted
dts: ti: adjust GPIO base addresses for the updated driver
This commits follows the prior commit to update all the base register which uses the Davinci driver as thier GPIO driver Signed-off-by: Dhruv Menon <[email protected]>
1 parent 6b36363 commit b25591b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

dts/arm/ti/am62x_m4.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878

7979
gpio0: gpio@4201010 {
8080
compatible = "ti,davinci-gpio";
81-
reg = <0x4201010 0x100>;
81+
reg = <0x4201000 0x100>;
8282
gpio-controller;
8383
#gpio-cells = <2>;
8484
ngpios = <24>;

dts/arm/ti/am64x_m4.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999

100100
gpio0: gpio@4201010 {
101101
compatible = "ti,davinci-gpio";
102-
reg = <0x4201010 0x100>;
102+
reg = <0x4201000 0x100>;
103103
gpio-controller;
104104
#gpio-cells = <2>;
105105
ngpios = <24>;

dts/arm/ti/j722s_main.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
gpio0: gpio@600010 {
2323
compatible = "ti,davinci-gpio";
24-
reg = <0x00600010 0x100>;
24+
reg = <0x00600000 0x100>;
2525
gpio-controller;
2626
#gpio-cells = <2>;
2727
ngpios = <92>;
@@ -30,7 +30,7 @@
3030

3131
gpio1: gpio@601010 {
3232
compatible = "ti,davinci-gpio";
33-
reg = <0x00601010 0x100>;
33+
reg = <0x00601000 0x100>;
3434
gpio-controller;
3535
#gpio-cells = <2>;
3636
ngpios = <52>;

dts/arm/ti/j722s_mcu.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
mcu_gpio0: gpio@4201010 {
1717
compatible = "ti,davinci-gpio";
18-
reg = <0x4201010 0x100>;
18+
reg = <0x4201000 0x100>;
1919
gpio-controller;
2020
#gpio-cells = <2>;
2121
ngpios = <24>;

0 commit comments

Comments
 (0)