arm64: dts: rk3368: fix grf, interrupts, resets for edp

Signed-off-by: yxj <yxj@rock-chips.com>
This commit is contained in:
yxj
2014-12-15 19:27:08 +08:00
committed by Huang, Tao
parent a1364527e9
commit fc2658c1bb

5
arch/arm64/boot/dts/rk3368.dtsi Normal file → Executable file
View File

@@ -644,9 +644,12 @@
edp: edp@ff970000 {
compatible = "rockchip,rk32-edp";
reg = <0x0 0xff970000 0x0 0x4000>;
interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
rockchip,grf = <&grf>;
interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clk_edp>, <&clk_edp_24m>, <&clk_gates17 9>;
clock-names = "clk_edp", "clk_edp_24m", "pclk_edp";
resets = <&reset RK3368_SRST_EDP_24M>, <&reset RK3368_SRST_EDP_P>;
reset-names = "edp_24m", "edp_apb";
};
hdmi: hdmi@ff980000 {