diff mbox series

[U-Boot,08/13] arm: dts: k3: Add phy specific properties to SD card node

Message ID 20190128064531.3331-9-faiz_abbas@ti.com
State Superseded
Delegated to: Tom Rini
Headers show
Series Add Support for eMMC in AM65x-evm | expand

Commit Message

Faiz Abbas Jan. 28, 2019, 6:45 a.m. UTC
With changes in the driver requiring phy related properties,
add the same for the SD card node to prevent breaking boot with
the driver update.

Signed-off-by: Faiz Abbas <faiz4000@gmail.com>
---
 arch/arm/dts/k3-am654-base-board-u-boot.dtsi | 3 +++
 1 file changed, 3 insertions(+)

Comments

Tom Rini Jan. 30, 2019, 2:19 a.m. UTC | #1
On Mon, Jan 28, 2019 at 12:15:26PM +0530, Faiz Abbas wrote:

> With changes in the driver requiring phy related properties,
> add the same for the SD card node to prevent breaking boot with
> the driver update.
> 
> Signed-off-by: Faiz Abbas <faiz4000@gmail.com>

Reviewed-by: Tom Rini <trini@konsulko.com>
diff mbox series

Patch

diff --git a/arch/arm/dts/k3-am654-base-board-u-boot.dtsi b/arch/arm/dts/k3-am654-base-board-u-boot.dtsi
index f53fe463ac..95e3aad646 100644
--- a/arch/arm/dts/k3-am654-base-board-u-boot.dtsi
+++ b/arch/arm/dts/k3-am654-base-board-u-boot.dtsi
@@ -33,6 +33,8 @@ 
 		clocks = <&k3_clks 48 1>;
 		power-domains = <&k3_pds 48>;
 		max-frequency = <25000000>;
+		ti,otap-del-sel = <0x2>;
+		ti,trm-icp = <0x8>;
 	};
 
 };
@@ -129,4 +131,5 @@ 
 	pinctrl-names = "default";
 	pinctrl-0 = <&main_mmc1_pins_default>;
 	sdhci-caps-mask = <0x7 0x0>;
+	ti,driver-strength-ohm = <50>;
 };