RISCV: dts: starfive: Add driver-strength relevant to motorcomm
authorJaehoon Chung <jh80.chung@samsung.com>
Tue, 11 Jul 2023 07:08:42 +0000 (16:08 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 24 Jul 2023 23:25:20 +0000 (08:25 +0900)
Add driver-strength relevant to motrcomm phy driver.

This patch is based on the below commit.
https://github.com/SaminGuo/linux/commit/ebd75b0007b235a4a9dc9163d08820b4b9fdfc9f

Change-Id: I0bcbea398019671ef550c053171826bb4978849d
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2-v1.3b.dts

index 32fae0de9a44423d7ca5bcedff0b2d13ebdbc518..a35314d7c1cdd45acce15d5c70c94ca38c6aa8bf 100644 (file)
        motorcomm,tx-clk-adj-enabled;
        motorcomm,tx-clk-100-inverted;
        motorcomm,tx-clk-1000-inverted;
-       rx-internal-delay-ps = <1900>;
+       motorcomm,rx-clk-driver-strength = <0x6>;
+       motorcomm,rx-data-deriver-strength = <0x3>;
+       rx-internal-delay-ps = <1500>;
        tx-internal-delay-ps = <1500>;
 };
 
 &phy1 {
        motorcomm,tx-clk-adj-enabled;
        motorcomm,tx-clk-100-inverted;
-       rx-internal-delay-ps = <0>;
+       motorcomm,rx-clk-driver-strength = <0x6>;
+       motorcomm,rx-data-deriver-strength = <0x3>;
+       rx-internal-delay-ps = <300>;
        tx-internal-delay-ps = <0>;
 };