mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 15:42:19 +02:00
change RGA2 dtsi name for all platform
Signed-off-by: Shengqin.Zhang <zsq@rock-chips.com>
This commit is contained in:
parent
c09601bb44
commit
cd247b7fd4
|
|
@ -790,7 +790,7 @@ adc: adc@ff100000 {
|
|||
};
|
||||
|
||||
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 @@ adc: adc@ff100000 {
|
|||
};
|
||||
|
||||
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", },
|
||||
{},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user