mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
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:
@@ -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>;
|
||||
|
||||
@@ -481,6 +481,10 @@
|
||||
};
|
||||
};
|
||||
|
||||
&i2c2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&io_domains {
|
||||
status = "okay";
|
||||
|
||||
@@ -585,6 +589,10 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&vip_mmu {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&vopb {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user