Skip to content

Commit f3ddf22

Browse files
sandy-huangrkhuangtao
authored andcommitted
arm: dts: rockchip: add grf reference for vop
add grf reference for rk3288,rk3368,px30 vop Change-Id: I89b620b2df45f83bdfc36dd64168107beee9b9fb Signed-off-by: Sandy Huang <hjc@rock-chips.com>
1 parent c2b587f commit f3ddf22

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

arch/arm/boot/dts/rk3288.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1256,6 +1256,7 @@
12561256

12571257
vopb: vop@ff930000 {
12581258
compatible = "rockchip,rk3288-vop-big";
1259+
rockchip,grf = <&grf>;
12591260
reg = <0x0 0xff930000 0x0 0x19c>, <0x0 0xff931000 0x0 0x1000>;
12601261
reg-names = "regs", "gamma_lut";
12611262
interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
@@ -1312,6 +1313,7 @@
13121313

13131314
vopl: vop@ff940000 {
13141315
compatible = "rockchip,rk3288-vop-lit";
1316+
rockchip,grf = <&grf>;
13151317
reg = <0x0 0xff940000 0x0 0x19c>, <0x0 0xff941000 0x0 0x1000>;
13161318
reg-names = "regs", "gamma_lut";
13171319
interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;

arch/arm64/boot/dts/rockchip/px30.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,6 +1285,7 @@
12851285
vopb: vop@ff460000 {
12861286
compatible = "rockchip,px30-vop-big";
12871287
reg = <0x0 0xff460000 0x0 0x1fc>, <0x0 0xff460a00 0x0 0x400>;
1288+
rockchip,grf = <&grf>;
12881289
reg-names = "regs", "gamma_lut";
12891290
interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
12901291
clocks = <&cru ACLK_VOPB>, <&cru DCLK_VOPB>,
@@ -1330,6 +1331,7 @@
13301331
vopl: vop@ff470000 {
13311332
compatible = "rockchip,px30-vop-lit";
13321333
reg = <0x0 0xff470000 0x0 0x1fc>, <0x0 0xff470a00 0x0 0x400>;
1334+
rockchip,grf = <&grf>;
13331335
reg-names = "regs", "gamma_lut";
13341336
interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
13351337
clocks = <&cru ACLK_VOPL>, <&cru DCLK_VOPL>,

arch/arm64/boot/dts/rockchip/rk3368.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1381,6 +1381,7 @@
13811381

13821382
vop: vop@ff930000 {
13831383
compatible = "rockchip,rk3368-vop";
1384+
rockchip,grf = <&grf>;
13841385
reg = <0x0 0xff930000 0x0 0x2fc>, <0x0 0xff931000 0x0 0x400>;
13851386
reg-names = "regs", "gamma_lut";
13861387
interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;

0 commit comments

Comments
 (0)