]> www.infradead.org Git - users/willy/xarray.git/commitdiff
arm64: dts: ti: k3-am6*: Remove disable-wp for eMMC
authorJudith Mendez <jm@ti.com>
Tue, 29 Apr 2025 15:14:54 +0000 (10:14 -0500)
committerNishanth Menon <nm@ti.com>
Fri, 2 May 2025 13:14:05 +0000 (08:14 -0500)
Remove disable-wp flag for eMMC nodes since this flag is
only applicable to SD according to the binding doc
(mmc/mmc-controller-common.yaml).

For eMMC, this flag should be ignored but lets remove
anyways to cleanup sdhci nodes.

Signed-off-by: Judith Mendez <jm@ti.com>
Reviewed-by: Moteen Shah <m-shah@ti.com>
Link: https://lore.kernel.org/r/20250429151454.4160506-4-jm@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm64/boot/dts/ti/k3-am62-phycore-som.dtsi
arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts
arch/arm64/boot/dts/ti/k3-am62a-phycore-som.dtsi
arch/arm64/boot/dts/ti/k3-am62a7-sk.dts
arch/arm64/boot/dts/ti/k3-am62p5-sk.dts
arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi
arch/arm64/boot/dts/ti/k3-am642-evm.dts
arch/arm64/boot/dts/ti/k3-am654-base-board.dts
arch/arm64/boot/dts/ti/k3-am6548-iot2050-advanced-common.dtsi
arch/arm64/boot/dts/ti/k3-am69-sk.dts

index 55ed418c023bc1f03a04514d12a0950ee9f498bb..e5be92aa121891d167a0e29713aca3434f32657c 100644 (file)
 &sdhci0 {
        pinctrl-names = "default";
        pinctrl-0 = <&main_mmc0_pins_default>;
-       disable-wp;
        non-removable;
        bootph-all;
        status = "okay";
index 1c8b4d13fb491e6d7bf21af011e90a75795c6610..72b09f9c69d8c84ffdb22c85d2c65906092e060d 100644 (file)
        non-removable;
        pinctrl-names = "default";
        pinctrl-0 = <&emmc_pins_default>;
-       disable-wp;
        status = "okay";
 };
 
index 147d56b879843ec832d0849e6ed877aa83a72229..0d4115590b9c3d2f92140521e99a6ff8440e398f 100644 (file)
 &sdhci0 {
        pinctrl-names = "default";
        pinctrl-0 = <&main_mmc0_pins_default>;
-       disable-wp;
        non-removable;
        bootph-all;
        status = "okay";
index 22be41d46eb519917516fba5f2439bdb492c46f4..c65ada5a22abbd88a70e81703c28b7b83461c6c8 100644 (file)
        non-removable;
        pinctrl-names = "default";
        pinctrl-0 = <&main_mmc0_pins_default>;
-       disable-wp;
        bootph-all;
 };
 
index ab06cc42b4f271b4ae3b17344baa49ff6360f036..b89b7a779bcc1607f205393c91663c8a4dff8352 100644 (file)
        status = "okay";
        non-removable;
        ti,driver-strength-ohm = <50>;
-       disable-wp;
        bootph-all;
 };
 
index 7d249fd04561b0a415543bd456f8741b633b808f..c6c8a9d17fb56e4c6b82bf70729285defd48014c 100644 (file)
        non-removable;
        pinctrl-names = "default";
        pinctrl-0 = <&main_mmc0_pins_default>;
-       disable-wp;
 };
 
 &sdhci1 {
index f8ec40523254ba1ee9b0bec7c00541dceef25526..5c6197ba842e4e1c604d3063d25b7f99c274057f 100644 (file)
        status = "okay";
        non-removable;
        ti,driver-strength-ohm = <50>;
-       disable-wp;
        bootph-all;
 };
 
index aa7139cc8a92b44fe94b556d392038edf6e9f35e..c30425960398ebb75ebda44726ed90cd78947d58 100644 (file)
        bus-width = <8>;
        non-removable;
        ti,driver-strength-ohm = <50>;
-       disable-wp;
 };
 
 /*
index ae842b85b70de0b0524e9429f4e1c338c5425d40..12af6cb7f65cfb5045e756080f3970971101f18e 100644 (file)
@@ -50,5 +50,4 @@
        bus-width = <8>;
        non-removable;
        ti,driver-strength-ohm = <50>;
-       disable-wp;
 };
index b85227052f97eab2ac22e95d30ec3f6bfde85c0d..f28375629739cbb76567a805d9655a1cd19d4d83 100644 (file)
        status = "okay";
        non-removable;
        ti,driver-strength-ohm = <50>;
-       disable-wp;
 };
 
 &main_sdhci1 {