Commit ab3a560a authored by 周琰杰 (Zhou Yanjie)'s avatar 周琰杰 (Zhou Yanjie) Committed by Greg Kroah-Hartman

MIPS: Ingenic: Refresh USB nodes to match driver changes.

Refresh USB nodes in the jz4780.dtsi, x1000.dtsi, and x1830.dtsi files.
Signed-off-by: default avatar周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com>
Link: https://lore.kernel.org/r/1649964337-114337-4-git-send-email-zhouyanjie@wanyeetech.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d712b725
......@@ -577,7 +577,7 @@ bch: bch@134d0000 {
};
otg: usb@13500000 {
compatible = "ingenic,jz4780-otg", "snps,dwc2";
compatible = "ingenic,jz4780-otg";
reg = <0x13500000 0x40000>;
interrupt-parent = <&intc>;
......
......@@ -366,7 +366,7 @@ mdio: mdio {
};
otg: usb@13500000 {
compatible = "ingenic,x1000-otg", "snps,dwc2";
compatible = "ingenic,x1000-otg";
reg = <0x13500000 0x40000>;
interrupt-parent = <&intc>;
......
......@@ -355,7 +355,7 @@ mdio: mdio {
};
otg: usb@13500000 {
compatible = "ingenic,x1830-otg", "snps,dwc2";
compatible = "ingenic,x1830-otg";
reg = <0x13500000 0x40000>;
interrupt-parent = <&intc>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment