]> Git Repo - linux.git/commitdiff
riscv: dts: starfive: visionfive 2: Enable usb0
authorHal Feng <[email protected]>
Tue, 29 Aug 2023 02:05:10 +0000 (10:05 +0800)
committerConor Dooley <[email protected]>
Wed, 13 Sep 2023 13:24:56 +0000 (14:24 +0100)
usb0 was disabled by mistake when merging, so enable it.

Fixes: e7c304c0346d ("riscv: dts: starfive: jh7110: add the node and pins configuration for tdm")
Signed-off-by: Hal Feng <[email protected]>
Signed-off-by: Conor Dooley <[email protected]>
arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi

index d4ceda901f333aecd2a1f98b7faf4c58b24e2f20..687dccd88f597fb8cfefaa081facd2ada6edd31c 100644 (file)
 
 &usb0 {
        dr_mode = "peripheral";
+       status = "okay";
 };
 
 &U74_1 {
This page took 0.062221 seconds and 4 git commands to generate.