summaryrefslogtreecommitdiff
path: root/arch/arm/dts/k3-am64-main.dtsi
diff options
context:
space:
mode:
authorJudith Mendez <jm@ti.com>2024-02-15 15:26:21 -0600
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2024-03-21 14:26:33 +0000
commitfcdaa5c3889235f2e98f9d50aa5b85212051d1b9 (patch)
treef5b015d1a72db4343380526c7ee5bb8dafe339af /arch/arm/dts/k3-am64-main.dtsi
parent8b7eac6a34521f27dca4ef23f80284c3ae3502a4 (diff)
arm: dts: k3-am6*: Fix bus-width property in MMC nodes
Move bus-width property to *main.dtsi, above the OTAP/ITAP delay values. While there is no error with where it is currently at, it is easier to read the MMC node if the bus-width property is located above the OTAP/ITAP delay values consistently across MMC nodes. Add missing bus-width DTS property for sdchi2 in k3-am62-main. Signed-off-by: Judith Mendez <jm@ti.com>
Diffstat (limited to 'arch/arm/dts/k3-am64-main.dtsi')
-rw-r--r--arch/arm/dts/k3-am64-main.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-am64-main.dtsi b/arch/arm/dts/k3-am64-main.dtsi
index dc009245d1..f7bc7cd31a 100644
--- a/arch/arm/dts/k3-am64-main.dtsi
+++ b/arch/arm/dts/k3-am64-main.dtsi
@@ -470,6 +470,7 @@
power-domains = <&k3_pds 57 TI_SCI_PD_EXCLUSIVE>;
clocks = <&k3_clks 57 0>, <&k3_clks 57 1>;
clock-names = "clk_ahb", "clk_xin";
+ bus-width = <8>;
mmc-ddr-1_8v;
mmc-hs200-1_8v;
ti,clkbuf-sel = <0x7>;
@@ -490,6 +491,7 @@
power-domains = <&k3_pds 58 TI_SCI_PD_EXCLUSIVE>;
clocks = <&k3_clks 58 3>, <&k3_clks 58 4>;
clock-names = "clk_ahb", "clk_xin";
+ bus-width = <4>;
ti,clkbuf-sel = <0x7>;
ti,otap-del-sel-legacy = <0x0>;
ti,otap-del-sel-sd-hs = <0x0>;