arm: dts: k3: Add phy specific properties to SD card node
authorFaiz Abbas <faiz_abbas@ti.com>
Mon, 10 Jun 2019 19:13:36 +0000 (00:43 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 17 Jul 2019 15:12:08 +0000 (11:12 -0400)
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 <faiz_abbas@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/dts/k3-am654-base-board-u-boot.dtsi
arch/arm/dts/k3-am654-r5-base-board.dts

index e135cfbf682a70348607a02b78ec68725cafc926..71d6c319c2906847fe96d9fbc7a933968081ad64 100644 (file)
@@ -36,6 +36,8 @@
                clocks = <&k3_clks 48 1>;
                power-domains = <&k3_pds 48>;
                max-frequency = <25000000>;
+               ti,otap-del-sel = <0x2>;
+               ti,trm-icp = <0x8>;
        };
 
 };
        pinctrl-names = "default";
        pinctrl-0 = <&main_mmc1_pins_default>;
        sdhci-caps-mask = <0x7 0x0>;
+       ti,driver-strength-ohm = <50>;
 };
 
 &mcu_cpsw {
index 1ca4757ca5eaf304660b11549201c32d9f401e39..8deda328d0c601a43ef6cc9e7fd155415f4430ab 100644 (file)
        clock-names = "clk_xin";
        clocks = <&clk_200mhz>;
        /delete-property/ power-domains;
+       ti,driver-strength-ohm = <50>;
 };