Skip to content

Commit

Permalink
ODROID-XU4: arm/dts: remove write-protect pin from SD card
Browse files Browse the repository at this point in the history
This patch removes the write-protect pin from SD card since it's not
being supported by a hardware and used at all.

Signed-off-by: ckkim <changkon12@gmail.com>
Change-Id: I72af94f7fd0a01e65f7ca3e15ccd66e797395df4
  • Loading branch information
ckkim authored and paralin committed Mar 5, 2020
1 parent 0a46073 commit e6b9c06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm/boot/dts/exynos5422-odroid-core.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -971,9 +971,10 @@
samsung,dw-mshc-sdr-timing = <0 4>;
samsung,dw-mshc-ddr-timing = <0 2>;
pinctrl-names = "default";
pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_wp &sd2_bus1 &sd2_bus4>;
pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus1 &sd2_bus4>;
bus-width = <4>;
cap-sd-highspeed;
disable-wp;
max-frequency = <200000000>;
vmmc-supply = <&ldo19_reg>;
vqmmc-supply = <&ldo13_reg>;
Expand Down

0 comments on commit e6b9c06

Please sign in to comment.