mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
arm64: dts: rockchip: rk3568: Add edp phy grf node
Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com> Change-Id: I0ee522627cc057bd5b0be2c862e56f020dae57a2
This commit is contained in:
@@ -787,15 +787,18 @@
|
||||
reg = <0x0 0xfdca8000 0x0 0x8000>;
|
||||
};
|
||||
|
||||
edp_phy: edp-phy@fdcb0000 {
|
||||
compatible = "rockchip,rk3568-edp-phy";
|
||||
reg = <0x0 0xfdcb0000 0x0 0x8000>;
|
||||
clocks = <&pmucru XIN_OSC0_EDPPHY_G>, <&cru PCLK_EDPPHY_GRF>;
|
||||
clock-names = "refclk", "pclk";
|
||||
resets = <&cru SRST_P_EDPPHY_GRF>;
|
||||
reset-names = "apb";
|
||||
#phy-cells = <0>;
|
||||
status = "disabled";
|
||||
edp_phy_grf: syscon@fdcb0000 {
|
||||
compatible = "rockchip,rk3568-edp-phy-grf", "syscon", "simple-mfd";
|
||||
reg = <0x0 0xfdcb0000 0x0 0x100>;
|
||||
clocks = <&cru PCLK_EDPPHY_GRF>;
|
||||
|
||||
edp_phy: edp-phy {
|
||||
compatible = "rockchip,rk3568-edp-phy";
|
||||
clocks = <&pmucru XIN_OSC0_EDPPHY_G>;
|
||||
clock-names = "refclk";
|
||||
#phy-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
pcie30_phy_grf: syscon@fdcb8000 {
|
||||
|
||||
Reference in New Issue
Block a user