Commit a985b66a authored by Maxime Coquelin's avatar Maxime Coquelin

ARM: dts: stm32f429: Fix clocks referenced by GPIO banks

All the clocks referenced by the GPIO banks were not the good ones.
Reported-by: default avatarBruno Herrera <bruherrera@gmail.com>
Signed-off-by: default avatarMaxime Coquelin <mcoquelin.stm32@gmail.com>
parent f48e3d68
...@@ -182,7 +182,7 @@ gpioa: gpio@40020000 { ...@@ -182,7 +182,7 @@ gpioa: gpio@40020000 {
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
reg = <0x0 0x400>; reg = <0x0 0x400>;
clocks = <&rcc 0 256>; clocks = <&rcc 0 0>;
st,bank-name = "GPIOA"; st,bank-name = "GPIOA";
}; };
...@@ -190,7 +190,7 @@ gpiob: gpio@40020400 { ...@@ -190,7 +190,7 @@ gpiob: gpio@40020400 {
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
reg = <0x400 0x400>; reg = <0x400 0x400>;
clocks = <&rcc 0 257>; clocks = <&rcc 0 1>;
st,bank-name = "GPIOB"; st,bank-name = "GPIOB";
}; };
...@@ -198,7 +198,7 @@ gpioc: gpio@40020800 { ...@@ -198,7 +198,7 @@ gpioc: gpio@40020800 {
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
reg = <0x800 0x400>; reg = <0x800 0x400>;
clocks = <&rcc 0 258>; clocks = <&rcc 0 2>;
st,bank-name = "GPIOC"; st,bank-name = "GPIOC";
}; };
...@@ -206,7 +206,7 @@ gpiod: gpio@40020c00 { ...@@ -206,7 +206,7 @@ gpiod: gpio@40020c00 {
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
reg = <0xc00 0x400>; reg = <0xc00 0x400>;
clocks = <&rcc 0 259>; clocks = <&rcc 0 3>;
st,bank-name = "GPIOD"; st,bank-name = "GPIOD";
}; };
...@@ -214,7 +214,7 @@ gpioe: gpio@40021000 { ...@@ -214,7 +214,7 @@ gpioe: gpio@40021000 {
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
reg = <0x1000 0x400>; reg = <0x1000 0x400>;
clocks = <&rcc 0 260>; clocks = <&rcc 0 4>;
st,bank-name = "GPIOE"; st,bank-name = "GPIOE";
}; };
...@@ -222,7 +222,7 @@ gpiof: gpio@40021400 { ...@@ -222,7 +222,7 @@ gpiof: gpio@40021400 {
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
reg = <0x1400 0x400>; reg = <0x1400 0x400>;
clocks = <&rcc 0 261>; clocks = <&rcc 0 5>;
st,bank-name = "GPIOF"; st,bank-name = "GPIOF";
}; };
...@@ -230,7 +230,7 @@ gpiog: gpio@40021800 { ...@@ -230,7 +230,7 @@ gpiog: gpio@40021800 {
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
reg = <0x1800 0x400>; reg = <0x1800 0x400>;
clocks = <&rcc 0 262>; clocks = <&rcc 0 6>;
st,bank-name = "GPIOG"; st,bank-name = "GPIOG";
}; };
...@@ -238,7 +238,7 @@ gpioh: gpio@40021c00 { ...@@ -238,7 +238,7 @@ gpioh: gpio@40021c00 {
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
reg = <0x1c00 0x400>; reg = <0x1c00 0x400>;
clocks = <&rcc 0 263>; clocks = <&rcc 0 7>;
st,bank-name = "GPIOH"; st,bank-name = "GPIOH";
}; };
...@@ -246,7 +246,7 @@ gpioi: gpio@40022000 { ...@@ -246,7 +246,7 @@ gpioi: gpio@40022000 {
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
reg = <0x2000 0x400>; reg = <0x2000 0x400>;
clocks = <&rcc 0 264>; clocks = <&rcc 0 8>;
st,bank-name = "GPIOI"; st,bank-name = "GPIOI";
}; };
...@@ -254,7 +254,7 @@ gpioj: gpio@40022400 { ...@@ -254,7 +254,7 @@ gpioj: gpio@40022400 {
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
reg = <0x2400 0x400>; reg = <0x2400 0x400>;
clocks = <&rcc 0 265>; clocks = <&rcc 0 9>;
st,bank-name = "GPIOJ"; st,bank-name = "GPIOJ";
}; };
...@@ -262,7 +262,7 @@ gpiok: gpio@40022800 { ...@@ -262,7 +262,7 @@ gpiok: gpio@40022800 {
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
reg = <0x2800 0x400>; reg = <0x2800 0x400>;
clocks = <&rcc 0 266>; clocks = <&rcc 0 10>;
st,bank-name = "GPIOK"; st,bank-name = "GPIOK";
}; };
......
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