ARM: dts: rockchip: enable rga for rk3288 linux and px3se evb board

Change-Id: I7510334bd5b7a6bd4ced351d2eec56f81d5c6e61
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
This commit is contained in:
Caesar Wang
2019-02-25 10:35:03 +08:00
committed by Tao Huang
parent 97fd4333a8
commit 2f6cac6889
2 changed files with 14 additions and 0 deletions

View File

@@ -609,6 +609,10 @@
status = "okay";
};
&rga {
status = "okay";
};
&saradc {
status = "okay";
vref-supply = <&vcc_io>;

View File

@@ -181,6 +181,16 @@
compatible = "rockchip,rk3288-secure-efuse";
};
&rga {
compatible = "rockchip,rga2";
clocks = <&cru ACLK_RGA>, <&cru HCLK_RGA>, <&cru SCLK_RGA>;
clock-names = "aclk_rga", "hclk_rga", "clk_rga";
assigned-clocks = <&cru ACLK_RGA>, <&cru SCLK_RGA>;
assigned-clock-rates = <300000000>, <300000000>;
dma-coherent;
status = "okay";
};
&video_phy {
status = "okay";
};