dts/st: fix stm32l4 gpioh gpioi node addresses
Fix erroneous address headers in stm32l4.dtsi/stm32l496.dtsi files Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
24c96a8a47
commit
68823b503e
2 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@
|
|||
label = "GPIOC";
|
||||
};
|
||||
|
||||
gpioh: gpio@480001c00 {
|
||||
gpioh: gpio@48001c00 {
|
||||
compatible = "st,stm32-gpio";
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
pinctrl: pin-controller@48000000 {
|
||||
reg = <0x48000000 0x2400>;
|
||||
|
||||
gpioi: gpio@480002000 {
|
||||
gpioi: gpio@48002000 {
|
||||
compatible = "st,stm32-gpio";
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue