mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 02:53:36 +02:00
arm64: dts: ti: k3-am6*: Remove disable-wp for eMMC
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>
This commit is contained in:
parent
d16e7d3435
commit
ef839ba814
|
|
@ -381,7 +381,6 @@ serial_flash: flash@0 {
|
|||
&sdhci0 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&main_mmc0_pins_default>;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
bootph-all;
|
||||
status = "okay";
|
||||
|
|
|
|||
|
|
@ -835,7 +835,6 @@ &sdhci0 {
|
|||
non-removable;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&emmc_pins_default>;
|
||||
disable-wp;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -338,7 +338,6 @@ serial_flash: flash@0 {
|
|||
&sdhci0 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&main_mmc0_pins_default>;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
bootph-all;
|
||||
status = "okay";
|
||||
|
|
|
|||
|
|
@ -634,7 +634,6 @@ &sdhci0 {
|
|||
non-removable;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&main_mmc0_pins_default>;
|
||||
disable-wp;
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -482,7 +482,6 @@ &sdhci0 {
|
|||
status = "okay";
|
||||
non-removable;
|
||||
ti,driver-strength-ohm = <50>;
|
||||
disable-wp;
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -456,7 +456,6 @@ &sdhci0 {
|
|||
non-removable;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&main_mmc0_pins_default>;
|
||||
disable-wp;
|
||||
};
|
||||
|
||||
&sdhci1 {
|
||||
|
|
|
|||
|
|
@ -597,7 +597,6 @@ &sdhci0 {
|
|||
status = "okay";
|
||||
non-removable;
|
||||
ti,driver-strength-ohm = <50>;
|
||||
disable-wp;
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -456,7 +456,6 @@ &sdhci0 {
|
|||
bus-width = <8>;
|
||||
non-removable;
|
||||
ti,driver-strength-ohm = <50>;
|
||||
disable-wp;
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -50,5 +50,4 @@ &sdhci0 {
|
|||
bus-width = <8>;
|
||||
non-removable;
|
||||
ti,driver-strength-ohm = <50>;
|
||||
disable-wp;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -940,7 +940,6 @@ &main_sdhci0 {
|
|||
status = "okay";
|
||||
non-removable;
|
||||
ti,driver-strength-ohm = <50>;
|
||||
disable-wp;
|
||||
};
|
||||
|
||||
&main_sdhci1 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user