arm64: dts: meson-axg: add MIPI DSI PHY nodes
authorNeil Armstrong <narmstrong@baylibre.com>
Fri, 20 Nov 2020 15:21:31 +0000 (16:21 +0100)
committerKevin Hilman <khilman@baylibre.com>
Mon, 30 Nov 2020 23:54:25 +0000 (15:54 -0800)
This adds the nodes for :
- MIPI DSI+PCIe analog phy
- MIPI D-PHY

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Link: https://lore.kernel.org/r/20201120152131.3918814-3-narmstrong@baylibre.com
arch/arm64/boot/dts/amlogic/meson-axg.dtsi

index fed9e6edbfa960d04b6dedd8cf57663fdfe7eee4..f22481c4054f79eba12f9ed003b7858a3db1789e 100644 (file)
                                                               <250000000>,
                                                               <0>; /* Do Nothing */
                                };
+
+                               mipi_pcie_analog_dphy: phy {
+                                       compatible = "amlogic,axg-mipi-pcie-analog-phy";
+                                       #phy-cells = <0>;
+                                       status = "disabled";
+                               };
                        };
                };
 
                        #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>;