From 3166a0d55d1980e0ee16de83435122df5325e08d Mon Sep 17 00:00:00 2001 From: jomadeto Date: Tue, 28 Jan 2025 13:54:02 +0100 Subject: [PATCH] aml-c400-plus: Remove duplicated code present in meson-gx-p23x-q20x.dtsi --- .../meson64-6.12/dt/meson-gxm-c400-plus.dts | 26 +------------------ .../meson64-6.13/dt/meson-gxm-c400-plus.dts | 26 +------------------ 2 files changed, 2 insertions(+), 50 deletions(-) diff --git a/patch/kernel/archive/meson64-6.12/dt/meson-gxm-c400-plus.dts b/patch/kernel/archive/meson64-6.12/dt/meson-gxm-c400-plus.dts index 714c6fef3ff9..b3e269a2be3f 100644 --- a/patch/kernel/archive/meson64-6.12/dt/meson-gxm-c400-plus.dts +++ b/patch/kernel/archive/meson64-6.12/dt/meson-gxm-c400-plus.dts @@ -38,29 +38,5 @@ /* Wireless SDIO Module */ &sd_emmc_a { - status = "okay"; - pinctrl-0 = <&sdio_pins>; - pinctrl-1 = <&sdio_clk_gate_pins>; - pinctrl-names = "default", "clk-gate"; - #address-cells = <1>; - #size-cells = <0>; - - bus-width = <4>; - cap-sd-highspeed; - sd-uhs-sdr12; - sd-uhs-sdr25; - sd-uhs-sdr50; - sd-uhs-sdr104; max-frequency = <50000000>; - - non-removable; - disable-wp; - - /* WiFi firmware requires power to be kept while in suspend */ - keep-power-in-suspend; - - mmc-pwrseq = <&sdio_pwrseq>; - - vmmc-supply = <&vddao_3v3>; - vqmmc-supply = <&vddio_boot>; -}; \ No newline at end of file +}; diff --git a/patch/kernel/archive/meson64-6.13/dt/meson-gxm-c400-plus.dts b/patch/kernel/archive/meson64-6.13/dt/meson-gxm-c400-plus.dts index 714c6fef3ff9..b3e269a2be3f 100644 --- a/patch/kernel/archive/meson64-6.13/dt/meson-gxm-c400-plus.dts +++ b/patch/kernel/archive/meson64-6.13/dt/meson-gxm-c400-plus.dts @@ -38,29 +38,5 @@ /* Wireless SDIO Module */ &sd_emmc_a { - status = "okay"; - pinctrl-0 = <&sdio_pins>; - pinctrl-1 = <&sdio_clk_gate_pins>; - pinctrl-names = "default", "clk-gate"; - #address-cells = <1>; - #size-cells = <0>; - - bus-width = <4>; - cap-sd-highspeed; - sd-uhs-sdr12; - sd-uhs-sdr25; - sd-uhs-sdr50; - sd-uhs-sdr104; max-frequency = <50000000>; - - non-removable; - disable-wp; - - /* WiFi firmware requires power to be kept while in suspend */ - keep-power-in-suspend; - - mmc-pwrseq = <&sdio_pwrseq>; - - vmmc-supply = <&vddao_3v3>; - vqmmc-supply = <&vddio_boot>; -}; \ No newline at end of file +};