mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
change RGA2 dtsi name for all platform
Signed-off-by: Shengqin.Zhang <zsq@rock-chips.com>
This commit is contained in:
@@ -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>;
|
||||
|
||||
@@ -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>;
|
||||
|
||||
@@ -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", },
|
||||
{},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user