diff options
author | Dhruva Gole <[email protected]> | 2023-03-28 15:43:14 +0300 |
---|---|---|
committer | Nishanth Menon <[email protected]> | 2023-03-30 12:08:19 -0500 |
commit | 4b71618cb772f20dfeeba826e9d1713a04f9687f (patch) | |
tree | 434d5e784c8a3e05dd8ee7a8ec0b1f6a41a20844 | |
parent | fee4f08db8ae40114cf729ebd022fc43df55f68b (diff) |
arm64: dts: ti: k3-am625-sk: Add ti,vbus-divider property to usbss1
The property "ti,vbus-divider" is needed for both usbss0 and usbss1 as
both USB0 and USB1 have the same external voltage divider circuit.
Fixes: 2d94dfc43885 ("arm64: dts: ti: k3-am625-sk: Add support for USB")
Signed-off-by: Dhruva Gole <[email protected]>
Signed-off-by: Roger Quadros <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Nishanth Menon <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-am625-sk.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am625-sk.dts b/arch/arm64/boot/dts/ti/k3-am625-sk.dts index 6bc7d63cf52f..4d5dec890ad6 100644 --- a/arch/arm64/boot/dts/ti/k3-am625-sk.dts +++ b/arch/arm64/boot/dts/ti/k3-am625-sk.dts @@ -480,6 +480,7 @@ &usbss1 { status = "okay"; + ti,vbus-divider; }; &usb0 { |