Skip to content

Commit

Permalink
MIPS: Ingenic: Refresh USB nodes to match driver changes.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
周琰杰 (Zhou Yanjie) authored and Greg Kroah-Hartman committed Apr 21, 2022
1 parent d712b72 commit ab3a560
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/mips/boot/dts/ingenic/jz4780.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@
};

otg: usb@13500000 {
compatible = "ingenic,jz4780-otg", "snps,dwc2";
compatible = "ingenic,jz4780-otg";
reg = <0x13500000 0x40000>;

interrupt-parent = <&intc>;
Expand Down
2 changes: 1 addition & 1 deletion arch/mips/boot/dts/ingenic/x1000.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
};

otg: usb@13500000 {
compatible = "ingenic,x1000-otg", "snps,dwc2";
compatible = "ingenic,x1000-otg";
reg = <0x13500000 0x40000>;

interrupt-parent = <&intc>;
Expand Down
2 changes: 1 addition & 1 deletion arch/mips/boot/dts/ingenic/x1830.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@
};

otg: usb@13500000 {
compatible = "ingenic,x1830-otg", "snps,dwc2";
compatible = "ingenic,x1830-otg";
reg = <0x13500000 0x40000>;

interrupt-parent = <&intc>;
Expand Down

0 comments on commit ab3a560

Please sign in to comment.