]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: rockchip: Add PX30 DSI DPHY
authorMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 24 Dec 2019 14:38:59 +0000 (15:38 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 6 Jan 2020 11:38:46 +0000 (12:38 +0100)
Add the PHY which outputs MIPI DSI and LVDS.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/r/20191224143900.23567-11-miquel.raynal@bootlin.com
[added dsi power-domain, following vendor-kernel]
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/px30.dtsi

index c31423f3619233b6f9d252f3951a7c76a76417ee..5b5ca7ff667496165208a51e85974528d6d9ed62 100644 (file)
@@ -820,6 +820,18 @@ u2phy_otg: otg-port {
                };
        };
 
+       dsi_dphy: phy@ff2e0000 {
+               compatible = "rockchip,px30-dsi-dphy";
+               reg = <0x0 0xff2e0000 0x0 0x10000>;
+               clocks = <&pmucru SCLK_MIPIDSIPHY_REF>, <&cru PCLK_MIPIDSIPHY>;
+               clock-names = "ref", "pclk";
+               resets = <&cru SRST_MIPIDSIPHY_P>;
+               reset-names = "apb";
+               #phy-cells = <0>;
+               power-domains = <&power PX30_PD_VO>;
+               status = "disabled";
+       };
+
        usb20_otg: usb@ff300000 {
                compatible = "rockchip,px30-usb", "rockchip,rk3066-usb",
                             "snps,dwc2";