]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: ti: k3-am654-base-board: Add disable-wp for mmc0
authorFaiz Abbas <faiz_abbas@ti.com>
Thu, 3 Oct 2019 11:42:51 +0000 (17:12 +0530)
committerTero Kristo <t-kristo@ti.com>
Fri, 18 Oct 2019 10:28:35 +0000 (13:28 +0300)
MMC0_SDWP is not connected to the card. Indicate this by adding a
disable-wp flag.

Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
arch/arm64/boot/dts/ti/k3-am654-base-board.dts

index 5a1f7c4e01c665602a8a4681b9fbdf801dfbb588..8a85b482ad318712274608d03ba1c55b58dbe58e 100644 (file)
@@ -221,6 +221,7 @@ &sdhci0 {
        bus-width = <8>;
        non-removable;
        ti,driver-strength-ohm = <50>;
+       disable-wp;
 };
 
 &dwc3_1 {