mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
ARM64: dts: rockchip: rk3399-android add edp node
Change-Id: I6ad087f86a32bcc162d43c9445679ab6ea1839f3 Signed-off-by: xubilv <xbl@rock-chips.com>
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user