Commit 28acbc77 authored by Chunfeng Yun's avatar Chunfeng Yun Committed by Matthias Brugger
Browse files

arm: dts: mt7629: harmonize node names and compatibles

parent a38fd874
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -329,8 +329,9 @@ ssusb: usb@1a0c0000 {
			status = "disabled";
		};

		u3phy0: usb-phy@1a0c4000 {
			compatible = "mediatek,generic-tphy-v2";
		u3phy0: t-phy@1a0c4000 {
			compatible = "mediatek,mt7629-tphy",
				     "mediatek,generic-tphy-v2";
			#address-cells = <1>;
			#size-cells = <1>;
			ranges = <0 0x1a0c4000 0xe00>;
@@ -413,14 +414,15 @@ pcie_intc1: interrupt-controller {
			};
		};

		pciephy1: pcie-phy@1a14a000 {
			compatible = "mediatek,generic-tphy-v2";
		pciephy1: t-phy@1a14a000 {
			compatible = "mediatek,mt7629-tphy",
				     "mediatek,generic-tphy-v2";
			#address-cells = <1>;
			#size-cells = <1>;
			ranges = <0 0x1a14a000 0x1000>;
			status = "disabled";

			pcieport1: port1phy@0 {
			pcieport1: pcie-phy@0 {
				reg = <0 0x1000>;
				clocks = <&clk20m>;
				clock-names = "ref";