arm64: dts: rockchip: enable vip for rk3326 863 board

Change-Id: Ied60270696bc0dfd0dc41937c1e24b289e6063f5
Signed-off-by: Weixin Zhou <zwx@rock-chips.com>
This commit is contained in:
Zhou weixin
2018-02-08 10:34:23 +08:00
committed by Tao Huang
parent 2c20095fea
commit 70d0347a0b
2 changed files with 10 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
gc2145_b {
is_front = <0>;
powerdown-gpios = <&gpio2 13 GPIO_ACTIVE_HIGH>;
powerdown-gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_HIGH>;
pwdn_active = <gc2145_PWRDN_ACTIVE>;
pwr_active = <PWR_ACTIVE_HIGH>;
mir = <0>;
@@ -28,7 +28,7 @@
gc0312_f {
is_front = <1>;
powerdown-gpios = <&gpio2 14 GPIO_ACTIVE_HIGH>;
powerdown-gpios = <&gpio2 RK_PB6 GPIO_ACTIVE_HIGH>;
pwdn_active = <gc0312_PWRDN_ACTIVE>;
pwr_active = <PWR_ACTIVE_HIGH>;
mir = <0>;

View File

@@ -481,6 +481,10 @@
};
};
&i2c2 {
status = "okay";
};
&io_domains {
status = "okay";
@@ -585,6 +589,10 @@
status = "okay";
};
&vip_mmu {
status = "okay";
};
&vopb {
status = "okay";
};