mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
ARM64: dts: rockchip: add rga node for rk3366
Change-Id: Ib1853054a9935eb0d48b5eaf346e9f7e58c688ed Signed-off-by: Shengqin.Zhang <zsq@rock-chips.com>
This commit is contained in:
committed by
Gerrit Code Review
parent
94dd9eda04
commit
6662acdefe
@@ -610,6 +610,16 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
rga: rga@ff920000 {
|
||||
compatible = "rockchip,rga2";
|
||||
dev_mode = <1>;
|
||||
reg = <0x0 0xff920000 0x0 0x1000>;
|
||||
interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru ACLK_RGA>, <&cru HCLK_RGA>, <&cru SCLK_RGA>;
|
||||
clock-names = "aclk_rga", "hclk_rga", "clk_rga";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
vop_big: vop@ff930000 {
|
||||
compatible = "rockchip,rk3366-lcdc-big";
|
||||
rockchip,grf = <&grf>;
|
||||
|
||||
Reference in New Issue
Block a user