From fb8ba35eb6f3f4b732a100d0e9c87524d412bddf Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Thu, 4 Jan 2024 08:53:28 +0900 Subject: [PATCH] RISCV: dts: starfive: Fix typo about driver-strength Fix typo about data-driver-strength. s/data-deriver-strength/data-driver-strength Change-Id: Ibaab1f1b015b58106f0c1c44a9443aa9f929f6c7 Signed-off-by: Jaehoon Chung --- arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2-v1.3b.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2-v1.3b.dts b/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2-v1.3b.dts index a35314d..0229f7a 100644 --- a/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2-v1.3b.dts +++ b/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2-v1.3b.dts @@ -29,7 +29,7 @@ motorcomm,tx-clk-100-inverted; motorcomm,tx-clk-1000-inverted; motorcomm,rx-clk-driver-strength = <0x6>; - motorcomm,rx-data-deriver-strength = <0x3>; + motorcomm,rx-data-driver-strength = <0x3>; rx-internal-delay-ps = <1500>; tx-internal-delay-ps = <1500>; }; @@ -38,7 +38,7 @@ motorcomm,tx-clk-adj-enabled; motorcomm,tx-clk-100-inverted; motorcomm,rx-clk-driver-strength = <0x6>; - motorcomm,rx-data-deriver-strength = <0x3>; + motorcomm,rx-data-driver-strength = <0x3>; rx-internal-delay-ps = <300>; tx-internal-delay-ps = <0>; }; -- 2.7.4