We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd5e12 commit e4bfde1Copy full SHA for e4bfde1
arch/arm64/boot/dts/rockchip/rk3399.dtsi
@@ -1397,6 +1397,17 @@
1397
status = "disabled";
1398
};
1399
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
+
1411
u2phy0: usb2-phy@e450 {
1412
compatible = "rockchip,rk3399-usb2phy";
1413
reg = <0xe450 0x10>;
0 commit comments