mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
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:
@@ -609,6 +609,10 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&rga {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&saradc {
|
||||
status = "okay";
|
||||
vref-supply = <&vcc_io>;
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user