Commit 617ab489 authored by Chunfeng Yun's avatar Chunfeng Yun Committed by Matthias Brugger
Browse files

arm: dts: mt2701: harmonize node names and compatibles

parent d0ec64bd
Loading
Loading
Loading
Loading
+11 −8
Original line number Diff line number Diff line
@@ -607,7 +607,7 @@ hifsys: syscon@1a000000 {
	};

	usb0: usb@1a1c0000 {
		compatible = "mediatek,mt8173-xhci";
		compatible = "mediatek,mt2701-xhci", "mediatek,mtk-xhci";
		reg = <0 0x1a1c0000 0 0x1000>,
		      <0 0x1a1c4700 0 0x0100>;
		reg-names = "mac", "ippc";
@@ -620,8 +620,9 @@ usb0: usb@1a1c0000 {
		status = "disabled";
	};

	u3phy0: usb-phy@1a1c4000 {
		compatible = "mediatek,mt2701-u3phy";
	u3phy0: t-phy@1a1c4000 {
		compatible = "mediatek,mt2701-tphy",
			     "mediatek,generic-tphy-v1";
		reg = <0 0x1a1c4000 0 0x0700>;
		#address-cells = <2>;
		#size-cells = <2>;
@@ -646,7 +647,7 @@ u3port0: usb-phy@1a1c4900 {
	};

	usb1: usb@1a240000 {
		compatible = "mediatek,mt8173-xhci";
		compatible = "mediatek,mt2701-xhci", "mediatek,mtk-xhci";
		reg = <0 0x1a240000 0 0x1000>,
		      <0 0x1a244700 0 0x0100>;
		reg-names = "mac", "ippc";
@@ -659,8 +660,9 @@ usb1: usb@1a240000 {
		status = "disabled";
	};

	u3phy1: usb-phy@1a244000 {
		compatible = "mediatek,mt2701-u3phy";
	u3phy1: t-phy@1a244000 {
		compatible = "mediatek,mt2701-tphy",
			     "mediatek,generic-tphy-v1";
		reg = <0 0x1a244000 0 0x0700>;
		#address-cells = <2>;
		#size-cells = <2>;
@@ -700,8 +702,9 @@ usb2: usb@11200000 {
		status = "disabled";
	};

	u2phy0: usb-phy@11210000 {
		compatible = "mediatek,generic-tphy-v1";
	u2phy0: t-phy@11210000 {
		compatible = "mediatek,mt2701-tphy",
			     "mediatek,generic-tphy-v1";
		reg = <0 0x11210000 0 0x0800>;
		#address-cells = <2>;
		#size-cells = <2>;