change RGA2 dtsi name for all platform

Signed-off-by: Shengqin.Zhang <zsq@rock-chips.com>
This commit is contained in:
Shengqin.Zhang
2015-07-06 13:59:24 +08:00
parent c09601bb44
commit cd247b7fd4
3 changed files with 3 additions and 3 deletions

View File

@@ -790,7 +790,7 @@
};
rga@ff920000 {
compatible = "rockchip,rk3288-rga2";
compatible = "rockchip,rga2";
reg = <0xff920000 0x1000>;
interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clk_gates15 1>, <&aclk_rga>, <&clk_rga>;

View File

@@ -882,7 +882,7 @@
};
rga@ff920000 {
compatible = "rockchip,rk3368-rga2";
compatible = "rockchip,rga2";
reg = <0x0 0xff920000 0x0 0x1000>;
interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clk_gates16 1>, <&clk_gates16 0>, <&clk_rga>;

View File

@@ -1148,7 +1148,7 @@ static struct miscdevice rga2_dev ={
};
static const struct of_device_id rockchip_rga_dt_ids[] = {
{ .compatible = "rockchip,rk3368-rga2", },
{ .compatible = "rockchip,rga2", },
{},
};