Skip to content

Commit

Permalink
arm64: dts: ti: k3-am625-sk: Add ti,vbus-divider property to usbss1
Browse files Browse the repository at this point in the history
[ Upstream commit 4b71618 ]

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: 2d94dfc ("arm64: dts: ti: k3-am625-sk: Add support for USB")
Signed-off-by: Dhruva Gole <d-gole@ti.com>
Signed-off-by: Roger Quadros <rogerq@kernel.org>
Link: https://lore.kernel.org/r/20230328124315.123778-2-rogerq@kernel.org
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
DhruvaG2000 authored and gregkh committed May 11, 2023
1 parent b078285 commit 7a38ccf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/ti/k3-am625-sk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@

&usbss1 {
status = "okay";
ti,vbus-divider;
};

&usb0 {
Expand Down

0 comments on commit 7a38ccf

Please sign in to comment.