mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
arm: dts: rk3288-android: fix rga to rockchip,rga2
Fix compatible of rga to "rockchip,rga2", and modify the clock names to work fine with current driver. Change-Id: Idfdae4f3bc2218472261546024b331c33bd3c270 Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
@@ -184,6 +184,12 @@
|
||||
};
|
||||
};
|
||||
|
||||
&rga {
|
||||
compatible = "rockchip,rga2";
|
||||
clocks = <&cru ACLK_RGA>, <&cru HCLK_RGA>, <&cru SCLK_RGA>;
|
||||
clock-names = "aclk_rga", "hclk_rga", "clk_rga";
|
||||
};
|
||||
|
||||
&usb_otg {
|
||||
compatible = "rockchip,rk3288_usb20_otg";
|
||||
clocks = <&usbphy0>, <&cru HCLK_OTG0>;
|
||||
|
||||
Reference in New Issue
Block a user