From 2e5ebcfa6be957feabda6f9be7c6015c8ba46e21 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Mon, 21 Oct 2024 21:44:26 +0200 Subject: [PATCH] ARM: dts: stm32: Drop duplicate pinmux on DH STM32 DHCOM The ethernet0_rmii_pins_a pinmux change has no effect on any DHSOM based hardware. The mco2_pins_a and mco2_sleep_pins_a are both part of stm32mp15-pinctrl.dtsi . Drop both pinmux changes. Signed-off-by: Marek Vasut Reviewed-by: Patrick Delaunay --- arch/arm/dts/stm32mp15xx-dhcom-u-boot.dtsi | 28 ---------------------- 1 file changed, 28 deletions(-) diff --git a/arch/arm/dts/stm32mp15xx-dhcom-u-boot.dtsi b/arch/arm/dts/stm32mp15xx-dhcom-u-boot.dtsi index dd67e960a6..0d9b2201e9 100644 --- a/arch/arm/dts/stm32mp15xx-dhcom-u-boot.dtsi +++ b/arch/arm/dts/stm32mp15xx-dhcom-u-boot.dtsi @@ -36,17 +36,6 @@ /delete-property/ st,eth-ref-clk-sel; }; -ðernet0_rmii_pins_a { - pins1 { - pinmux = , /* ETH1_RMII_TXD0 */ - , /* ETH1_RMII_TXD1 */ - , /* ETH1_RMII_TX_EN */ - , /* ETH1_RMII_REF_CLK */ - , /* ETH1_MDIO */ - ; /* ETH1_MDC */ - }; -}; - &i2c4 { bootph-all; bootph-pre-ram; @@ -66,23 +55,6 @@ /delete-property/ reset-gpios; }; -&pinctrl { - mco2_pins_a: mco2-0 { - pins { - pinmux = ; /* MCO2 */ - bias-disable; - drive-push-pull; - slew-rate = <2>; - }; - }; - - mco2_sleep_pins_a: mco2-sleep-0 { - pins { - pinmux = ; /* MCO2 */ - }; - }; -}; - &pmic { bootph-all; bootph-pre-ram; -- 2.39.5