Commit 6812e561 authored by Guillaume Gautier's avatar Guillaume Gautier Committed by Martí Bolívar
Browse files

dts: arm: st: l4: remove adc3 duplicates from stm32l476/96



ADC3 is already defined for STM32L471 which is included in STM32L476 and in
STM32L496 so no need to define it a second time.

Signed-off-by: default avatarGuillaume Gautier <guillaume.gautier-ext@st.com>
parent 68789310
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -5,16 +5,3 @@
 */

#include <st/l4/stm32l475.dtsi>

/ {
	soc {
		adc3: adc@50040200 {
			compatible = "st,stm32-adc";
			reg = <0x50040200 0x100>;
			clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00002000>;
			interrupts = <47 0>;
			status = "disabled";
		    #io-channel-cells = <1>;
		};
	};
};
+0 −9
Original line number Diff line number Diff line
@@ -46,15 +46,6 @@
			};
		};

		adc3: adc@50040200 {
			compatible = "st,stm32-adc";
			reg = <0x50040200 0x100>;
			clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00002000>;
			interrupts = <47 0>;
			status = "disabled";
			#io-channel-cells = <1>;
		};

		usbotg_fs: otgfs@50000000 {
			clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00001000>,
				 <&rcc STM32_SRC_HSI48 CLK48_SEL(0)>;