]> git.baikalelectronics.ru Git - kernel.git/commitdiff
MIPS: Ingenic: Refresh USB nodes to match driver changes.
author周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com>
Thu, 14 Apr 2022 19:25:37 +0000 (03:25 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 21 Apr 2022 17:22:00 +0000 (19:22 +0200)
Refresh USB nodes in the jz4780.dtsi, x1000.dtsi, and x1830.dtsi files.

Signed-off-by: 周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com>
Link: https://lore.kernel.org/r/1649964337-114337-4-git-send-email-zhouyanjie@wanyeetech.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/mips/boot/dts/ingenic/jz4780.dtsi
arch/mips/boot/dts/ingenic/x1000.dtsi
arch/mips/boot/dts/ingenic/x1830.dtsi

index b998301f179ce11d6faba1ac19ce5b226e8194b1..c182a656d63bc078a5830c7a8f494b1b0f23d04c 100644 (file)
        };
 
        otg: usb@13500000 {
-               compatible = "ingenic,jz4780-otg", "snps,dwc2";
+               compatible = "ingenic,jz4780-otg";
                reg = <0x13500000 0x40000>;
 
                interrupt-parent = <&intc>;
index 8bd27edef216b5e5ae6acbcf270e259951e4d09d..343818a24214f8d977d1a5f6f87b11f7bbed9b86 100644 (file)
        };
 
        otg: usb@13500000 {
-               compatible = "ingenic,x1000-otg", "snps,dwc2";
+               compatible = "ingenic,x1000-otg";
                reg = <0x13500000 0x40000>;
 
                interrupt-parent = <&intc>;
index 2595df8671c7650a198c342219cbe88a39f1c32b..6aff19ff76642385a55724b565aab2d0067a96eb 100644 (file)
        };
 
        otg: usb@13500000 {
-               compatible = "ingenic,x1830-otg", "snps,dwc2";
+               compatible = "ingenic,x1830-otg";
                reg = <0x13500000 0x40000>;
 
                interrupt-parent = <&intc>;