diff options
author | Dhruva Gole <d-gole@ti.com> | 2023-03-28 15:43:14 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-05-11 23:17:04 +0900 |
commit | 7a38ccfd71223e9b28fcac58c8ca15f611f81c37 (patch) | |
tree | 5985a635677f526137fce34bb3ea742976310391 /arch | |
parent | b078285eaebefe73a2cfdc8d78aa426f19fd82ff (diff) | |
download | linux-stable-7a38ccfd71223e9b28fcac58c8ca15f611f81c37.tar.gz linux-stable-7a38ccfd71223e9b28fcac58c8ca15f611f81c37.tar.bz2 linux-stable-7a38ccfd71223e9b28fcac58c8ca15f611f81c37.zip |
arm64: dts: ti: k3-am625-sk: Add ti,vbus-divider property to usbss1
[ Upstream commit 4b71618cb772f20dfeeba826e9d1713a04f9687f ]
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 <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>
Diffstat (limited to 'arch')
-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 { |