diff options
author | John Ma <jma@phytec.com> | 2024-09-26 11:49:17 -0700 |
---|---|---|
committer | Vignesh Raghavendra <vigneshr@ti.com> | 2024-10-28 22:23:38 +0530 |
commit | 018465cd811a11d00ac4160e5c97c4549336ede4 (patch) | |
tree | d2a4fa4655a70f8af17efc51db07da658c6863a1 /arch | |
parent | 34d7b8419323f6e35cecb445ec39ba5fd30a2d27 (diff) |
arm64: dts: ti: k3-am64-phycore-som: Fix bus-width property in MMC nodes
The bus-width property was moved to k3-am64-main.dtsi.
See commit 0ae3113a46a6 ("arm64: dts: ti: k3-am6*: Fix bus-width property
in MMC nodes")
Signed-off-by: John Ma <jma@phytec.com>
Link: https://lore.kernel.org/r/20240926184918.3342719-1-jma@phytec.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-am64-phycore-som.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am64-phycore-som.dtsi b/arch/arm64/boot/dts/ti/k3-am64-phycore-som.dtsi index 6bece2fb4e95..75e08d0bf4ab 100644 --- a/arch/arm64/boot/dts/ti/k3-am64-phycore-som.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am64-phycore-som.dtsi @@ -354,7 +354,6 @@ &sdhci0 { status = "okay"; - bus-width = <8>; non-removable; ti,driver-strength-ohm = <50>; disable-wp; |