mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-07 02:19:54 +00:00
arm64: dts: ti: k3-am64-main: Fix ITAP/OTAP values for MMC
Update MMC0/MMC1 OTAP/ITAP values according to the datasheet
[0], refer to Table 7-68 for MMC0 and Table 7-77 for MMC1.
[0] https://www.ti.com/lit/ds/symlink/am6442.pdf
Fixes: 8abae9389b ("arm64: dts: ti: Add support for AM642 SoC")
Signed-off-by: Judith Mendez <jm@ti.com>
Tested-by: Wadim Egorov <w.egorov@phytec.de>
Link: https://lore.kernel.org/r/20240213235701.2438513-5-jm@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
This commit is contained in:
committed by
Vignesh Raghavendra
parent
e041ec6e86
commit
379c7752bb
@@ -634,6 +634,9 @@
|
|||||||
ti,otap-del-sel-mmc-hs = <0x0>;
|
ti,otap-del-sel-mmc-hs = <0x0>;
|
||||||
ti,otap-del-sel-ddr52 = <0x6>;
|
ti,otap-del-sel-ddr52 = <0x6>;
|
||||||
ti,otap-del-sel-hs200 = <0x7>;
|
ti,otap-del-sel-hs200 = <0x7>;
|
||||||
|
ti,itap-del-sel-legacy = <0x10>;
|
||||||
|
ti,itap-del-sel-mmc-hs = <0xa>;
|
||||||
|
ti,itap-del-sel-ddr52 = <0x3>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -646,12 +649,16 @@
|
|||||||
clock-names = "clk_ahb", "clk_xin";
|
clock-names = "clk_ahb", "clk_xin";
|
||||||
ti,trm-icp = <0x2>;
|
ti,trm-icp = <0x2>;
|
||||||
ti,otap-del-sel-legacy = <0x0>;
|
ti,otap-del-sel-legacy = <0x0>;
|
||||||
ti,otap-del-sel-sd-hs = <0xf>;
|
ti,otap-del-sel-sd-hs = <0x0>;
|
||||||
ti,otap-del-sel-sdr12 = <0xf>;
|
ti,otap-del-sel-sdr12 = <0xf>;
|
||||||
ti,otap-del-sel-sdr25 = <0xf>;
|
ti,otap-del-sel-sdr25 = <0xf>;
|
||||||
ti,otap-del-sel-sdr50 = <0xc>;
|
ti,otap-del-sel-sdr50 = <0xc>;
|
||||||
ti,otap-del-sel-sdr104 = <0x6>;
|
ti,otap-del-sel-sdr104 = <0x6>;
|
||||||
ti,otap-del-sel-ddr50 = <0x9>;
|
ti,otap-del-sel-ddr50 = <0x9>;
|
||||||
|
ti,itap-del-sel-legacy = <0x0>;
|
||||||
|
ti,itap-del-sel-sd-hs = <0x0>;
|
||||||
|
ti,itap-del-sel-sdr12 = <0x0>;
|
||||||
|
ti,itap-del-sel-sdr25 = <0x0>;
|
||||||
ti,clkbuf-sel = <0x7>;
|
ti,clkbuf-sel = <0x7>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user