Skip to content

Commit e4bfde1

Browse files
ZhengShunQianmmind
authored andcommitted
arm64: dts: rockchip: add rx0 mipi-phy for rk3399
Designware MIPI D-PHY, used for ISP0 in rk3399. Verified with: make ARCH=arm64 dtbs_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/phy/rockchip-mipi-dphy-rx0.yaml Signed-off-by: Shunqian Zheng <[email protected]> Signed-off-by: Jacob Chen <[email protected]> Signed-off-by: Helen Koike <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 6dd5e12 commit e4bfde1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

arch/arm64/boot/dts/rockchip/rk3399.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1397,6 +1397,17 @@
13971397
status = "disabled";
13981398
};
13991399

1400+
mipi_dphy_rx0: mipi-dphy-rx0 {
1401+
compatible = "rockchip,rk3399-mipi-dphy-rx0";
1402+
clocks = <&cru SCLK_MIPIDPHY_REF>,
1403+
<&cru SCLK_DPHY_RX0_CFG>,
1404+
<&cru PCLK_VIO_GRF>;
1405+
clock-names = "dphy-ref", "dphy-cfg", "grf";
1406+
power-domains = <&power RK3399_PD_VIO>;
1407+
#phy-cells = <0>;
1408+
status = "disabled";
1409+
};
1410+
14001411
u2phy0: usb2-phy@e450 {
14011412
compatible = "rockchip,rk3399-usb2phy";
14021413
reg = <0xe450 0x10>;

0 commit comments

Comments
 (0)