Commit 3d3f1dfa authored by Neil Armstrong's avatar Neil Armstrong Committed by Kevin Hilman
Browse files

arm64: dts: meson-axg: add MIPI DSI PHY nodes



This adds the nodes for :
- MIPI DSI+PCIe analog phy
- MIPI D-PHY

Signed-off-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
Link: https://lore.kernel.org/r/20201120152131.3918814-3-narmstrong@baylibre.com
parent 78a6dcb5
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -1201,6 +1201,12 @@
							       <250000000>,
							       <0>; /* Do Nothing */
				};

				mipi_pcie_analog_dphy: phy {
					compatible = "amlogic,axg-mipi-pcie-analog-phy";
					#phy-cells = <0>;
					status = "disabled";
				};
			};
		};

@@ -1213,6 +1219,19 @@
			#mbox-cells = <1>;
		};

		mipi_dphy: phy@ff640000 {
			compatible = "amlogic,axg-mipi-dphy";
			reg = <0x0 0xff640000 0x0 0x100>;
			clocks = <&clkc CLKID_MIPI_DSI_PHY>;
			clock-names = "pclk";
			resets = <&reset RESET_MIPI_PHY>;
			reset-names = "phy";
			phys = <&mipi_pcie_analog_dphy>;
			phy-names = "analog";
			#phy-cells = <0>;
			status = "disabled";
		};

		audio: bus@ff642000 {
			compatible = "simple-bus";
			reg = <0x0 0xff642000 0x0 0x2000>;