diff options
author | Alex Bee <knaerzche@gmail.com> | 2025-08-28 17:16:45 +0000 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2025-09-02 08:32:24 +0200 |
commit | c05dac8e54bfd1e3af2e971f01c56f9ddeca4a0f (patch) | |
tree | 09f7c12e994d01f74a4ca43215eb185e15b516c4 | |
parent | bdc4d388c6452498ab62ef2564589f40e0c8c262 (diff) |
arm64: dts: rockchip: add USB3 on Beelink A1
Enable USB3 for the Beelink A1 set-top box.
Signed-off-by: Alex Bee <knaerzche@gmail.com>
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
Link: https://lore.kernel.org/r/20250828171645.3830437-1-christianshewitt@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3328-a1.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3328-a1.dts b/arch/arm64/boot/dts/rockchip/rk3328-a1.dts index e0f0e5791a57..30bdb38f0727 100644 --- a/arch/arm64/boot/dts/rockchip/rk3328-a1.dts +++ b/arch/arm64/boot/dts/rockchip/rk3328-a1.dts @@ -381,6 +381,11 @@ status = "okay"; }; +&usbdrd3 { + dr_mode = "host"; + status = "okay"; +}; + &vop { status = "okay"; }; |