Skip to content

Commit b307b1c

Browse files
Mark Yaorkhuangtao
authored andcommitted
arm: dts: rockchip: add names for vop register
Change-Id: I463cc2dc92f233b5b4b6f91b71cf78af92d4a2c1 Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
1 parent 925e706 commit b307b1c

4 files changed

Lines changed: 6 additions & 0 deletions

File tree

arch/arm/boot/dts/rk322x.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,7 @@
622622
vop: vop@20050000 {
623623
compatible = "rockchip,rk322x-vop";
624624
reg = <0x20050000 0x1ffc>, <0x20052000 0x1000>;
625+
reg-names = "regs", "gamma_lut";
625626
interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
626627
clocks = <&cru ACLK_VOP>, <&cru DCLK_VOP>, <&cru HCLK_VOP>;
627628
clock-names = "aclk_vop", "dclk_vop", "hclk_vop";

arch/arm/boot/dts/rk3288.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,6 +1178,7 @@
11781178
vopb: vop@ff930000 {
11791179
compatible = "rockchip,rk3288-vop";
11801180
reg = <0x0 0xff930000 0x0 0x19c>, <0x0 0xff931000 0x0 0x1000>;
1181+
reg-names = "regs", "gamma_lut";
11811182
interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
11821183
clocks = <&cru ACLK_VOP0>, <&cru DCLK_VOP0>, <&cru HCLK_VOP0>;
11831184
clock-names = "aclk_vop", "dclk_vop", "hclk_vop";
@@ -1228,6 +1229,7 @@
12281229
vopl: vop@ff940000 {
12291230
compatible = "rockchip,rk3288-vop";
12301231
reg = <0x0 0xff940000 0x0 0x19c>, <0x0 0xff941000 0x0 0x1000>;
1232+
reg-names = "regs", "gamma_lut";
12311233
interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
12321234
clocks = <&cru ACLK_VOP1>, <&cru DCLK_VOP1>, <&cru HCLK_VOP1>;
12331235
clock-names = "aclk_vop", "dclk_vop", "hclk_vop";

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1366,6 +1366,7 @@
13661366
vop: vop@ff930000 {
13671367
compatible = "rockchip,rk3368-vop";
13681368
reg = <0x0 0xff930000 0x0 0x2fc>, <0x0 0xff931000 0x0 0x400>;
1369+
reg-names = "regs", "gamma_lut";
13691370
interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
13701371
clocks = <&cru ACLK_VOP>, <&cru DCLK_VOP>, <&cru HCLK_VOP>;
13711372
clock-names = "aclk_vop", "dclk_vop", "hclk_vop";

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1715,6 +1715,7 @@
17151715
vopl: vop@ff8f0000 {
17161716
compatible = "rockchip,rk3399-vop-lit";
17171717
reg = <0x0 0xff8f0000 0x0 0x1ffc>, <0x0 0xff8f2000 0x0 0x400>;
1718+
reg-names = "regs", "gamma_lut";
17181719
interrupts = <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH 0>;
17191720
clocks = <&cru ACLK_VOP1>, <&cru DCLK_VOP1>, <&cru HCLK_VOP1>, <&cru DCLK_VOP1_DIV>;
17201721
clock-names = "aclk_vop", "dclk_vop", "hclk_vop", "dclk_source";
@@ -1776,6 +1777,7 @@
17761777
vopb: vop@ff900000 {
17771778
compatible = "rockchip,rk3399-vop-big";
17781779
reg = <0x0 0xff900000 0x0 0x1ffc>, <0x0 0xff902000 0x0 0x1000>;
1780+
reg-names = "regs", "gamma_lut";
17791781
interrupts = <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH 0>;
17801782
clocks = <&cru ACLK_VOP0>, <&cru DCLK_VOP0>, <&cru HCLK_VOP0>, <&cru DCLK_VOP0_DIV>;
17811783
clock-names = "aclk_vop", "dclk_vop", "hclk_vop", "dclk_source";

0 commit comments

Comments
 (0)