mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 13:06:59 +02:00
arm64: dts: rockchip: rk3588-vehicle-evb: nvp6188 adapt to evb v20/v11
Change-Id: I0fa0285e9cfdc4db73320971fbc68cb426abf2a0 Signed-off-by: Yiqing Zeng <zack.zeng@rock-chips.com>
This commit is contained in:
parent
375777288b
commit
693eadca16
|
|
@ -42,10 +42,10 @@ &i2c7 {
|
|||
status = "okay";
|
||||
|
||||
|
||||
nvp6188: nvp6188@33 {
|
||||
nvp6188: nvp6188@31 {
|
||||
compatible = "nvp6188";
|
||||
status = "okay";
|
||||
reg = <0x33>;
|
||||
reg = <0x31>;
|
||||
clocks = <&cru CLK_MIPI_CAMARAOUT_M2>;
|
||||
clock-names = "xvclk";
|
||||
power-domains = <&power RK3588_PD_VI>;
|
||||
|
|
|
|||
|
|
@ -15,6 +15,13 @@
|
|||
/ {
|
||||
model = "Rockchip RK3588 VEHICLE EVB V20 Board";
|
||||
compatible = "rockchip,rk3588-vehicle-evb-v20", "rockchip,rk3588";
|
||||
|
||||
nvp6188_osc: oscillator {
|
||||
compatible = "fixed-clock";
|
||||
#clock-cells = <1>;
|
||||
clock-frequency = <27000000>;
|
||||
clock-output-names = "nvp6188-osc";
|
||||
};
|
||||
};
|
||||
|
||||
&cif_sensor {
|
||||
|
|
@ -23,7 +30,29 @@ nvp6188 {
|
|||
};
|
||||
};
|
||||
|
||||
&nvp6188 {
|
||||
pinctrl-0 = <&mipim1_camera3_clk>;
|
||||
reset-gpios = <&gpio1 RK_PB2 GPIO_ACTIVE_HIGH>;
|
||||
&i2c7 {
|
||||
status = "okay";
|
||||
/delete-node/ nvp6188@33;
|
||||
nvp6188: nvp6188@31 {
|
||||
compatible = "nvp6188";
|
||||
status = "okay";
|
||||
reg = <0x31>;
|
||||
clocks = <&nvp6188_osc 0>;
|
||||
clock-names = "xvclk";
|
||||
power-domains = <&power RK3588_PD_VI>;
|
||||
rockchip,grf = <&sys_grf>;
|
||||
/*power-gpios = <&gpio3 RK_PC6 GPIO_ACTIVE_HIGH>;*/
|
||||
reset-gpios = <&gpio1 RK_PB2 GPIO_ACTIVE_HIGH>;
|
||||
rockchip,camera-module-index = <0>;
|
||||
rockchip,camera-module-facing = "back";
|
||||
rockchip,camera-module-name = "nvp6188";
|
||||
rockchip,camera-module-lens-name = "nvp6188";
|
||||
|
||||
port {
|
||||
nvp6188_out: endpoint {
|
||||
remote-endpoint = <&mipi_dphy0_in_nvp6188>;
|
||||
data-lanes = <1 2 3 4>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user