Skip to content

Commit

Permalink
dts/arm/st: f4: gpioh node is defined twice for stm32f405
Browse files Browse the repository at this point in the history
Remove duplicated gpioh node in stm32f405.dtsi,
as already defined in stm32f4.dtsi.


Signed-off-by: Erwan Gouriou <[email protected]>
  • Loading branch information
erwango authored and galak committed Oct 29, 2018
1 parent 26e0f9a commit 48f65c4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions dts/arm/st/f4/stm32f405.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,6 @@
label = "GPIOG";
};

gpioh: gpio@40021c00 {
compatible = "st,stm32-gpio";
gpio-controller;
#gpio-cells = <2>;
reg = <0x40021c00 0x400>;
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x00000040>;
label = "GPIOH";
};

gpioi: gpio@40022000 {
compatible = "st,stm32-gpio";
gpio-controller;
Expand Down

0 comments on commit 48f65c4

Please sign in to comment.