Module Name:    src
Committed By:   skrll
Date:           Sun Jan 14 07:55:48 UTC 2024

Modified Files:
        src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/starfive:
            jh7100-common.dtsi

Log Message:
The dr_node should be a property of usb_cdns3 and not usb3 for jh7100.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
    
src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/starfive/jh7100-common.dtsi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/starfive/jh7100-common.dtsi
diff -u src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/starfive/jh7100-common.dtsi:1.1 src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/starfive/jh7100-common.dtsi:1.2
--- src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/starfive/jh7100-common.dtsi:1.1	Sun Jan 14 07:39:25 2024
+++ src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/starfive/jh7100-common.dtsi	Sun Jan 14 07:55:48 2024
@@ -606,6 +606,9 @@
 };
 
 &usb3 {
-	dr_mode = "host";
 	status = "okay";
 };
+
+&usb_cdns3 {
+	dr_mode = "host";
+};

Reply via email to