ARM64: dts: rockchip: rk3399-android add edp node

Change-Id: I6ad087f86a32bcc162d43c9445679ab6ea1839f3
Signed-off-by: xubilv <xbl@rock-chips.com>
This commit is contained in:
xubilv
2016-06-07 16:35:17 +08:00
committed by Huang, Tao
parent 2a9878c853
commit 17510d6605

View File

@@ -324,6 +324,18 @@
power-domains = <&power RK3399_PD_VIO>;
};
edp_rk_fb: edp-rk-fb@ff970000 {
compatible = "rockchip,rk3399-edp-fb";
reg = <0x0 0xff970000 0x0 0x8000>;
rockchip,grf = <&grf>;
interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru PCLK_EDP>, <&cru PCLK_EDP_CTRL>;
clock-names = "clk_edp", "pclk_edp";
resets = <&cru SRST_P_EDP_CTRL>;
reset-names = "edp_apb";
status = "disabled";
};
hdmi-sound {
compatible = "simple-audio-card";
simple-audio-card,format = "i2s";