Skip to content

Commit 012f90c

Browse files
openedevmmind
authored andcommitted
ARM: dts: rockchip: Drop EMMC_RSTN for edgeble-neu2
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>
1 parent 753c8a7 commit 012f90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/rockchip/rv1126-edgeble-neu2.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
bus-width = <8>;
5353
non-removable;
5454
pinctrl-names = "default";
55-
pinctrl-0 = <&emmc_bus8 &emmc_cmd &emmc_clk &emmc_rstnout>;
55+
pinctrl-0 = <&emmc_bus8 &emmc_cmd &emmc_clk>;
5656
rockchip,default-sample-phase = <90>;
5757
vmmc-supply = <&vcc_3v3>;
5858
vqmmc-supply = <&vccio_flash>;

0 commit comments

Comments
 (0)