From 48f65c47f07abb3044283304246cc454b762510e Mon Sep 17 00:00:00 2001 From: Erwan Gouriou Date: Mon, 29 Oct 2018 09:09:14 +0100 Subject: [PATCH] dts/arm/st: f4: gpioh node is defined twice for stm32f405 Remove duplicated gpioh node in stm32f405.dtsi, as already defined in stm32f4.dtsi. Signed-off-by: Erwan Gouriou --- dts/arm/st/f4/stm32f405.dtsi | 9 --------- 1 file changed, 9 deletions(-) diff --git a/dts/arm/st/f4/stm32f405.dtsi b/dts/arm/st/f4/stm32f405.dtsi index a85bfa17fbc..7d0b8b6a8d1 100644 --- a/dts/arm/st/f4/stm32f405.dtsi +++ b/dts/arm/st/f4/stm32f405.dtsi @@ -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;