]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: rockchip: Drop EMMC_RSTN for edgeble-neu2
authorJagan Teki <jagan@edgeble.ai>
Mon, 31 Jul 2023 10:35:15 +0000 (16:05 +0530)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 10 Aug 2023 20:41:54 +0000 (22:41 +0200)
EMMC_RSTN GPIO1_A3 is connected to FSPI_CLK in Edgeble Neu2
board.

So, drop the same GPIO pin from eMMC.

Signed-off-by: Jagan Teki <jagan@edgeble.ai>
Link: https://lore.kernel.org/r/20230731103518.2906147-11-jagan@edgeble.ai
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rockchip/rv1126-edgeble-neu2.dtsi

index cc64ba4be344c3488e16cefcb07ff5ad3fac683f..e3e5752fd6b78e33fb014e3977a6cce8c85d8e80 100644 (file)
@@ -52,7 +52,7 @@
        bus-width = <8>;
        non-removable;
        pinctrl-names = "default";
-       pinctrl-0 = <&emmc_bus8 &emmc_cmd &emmc_clk &emmc_rstnout>;
+       pinctrl-0 = <&emmc_bus8 &emmc_cmd &emmc_clk>;
        rockchip,default-sample-phase = <90>;
        vmmc-supply = <&vcc_3v3>;
        vqmmc-supply = <&vccio_flash>;