Skip to content

Commit

Permalink
patch: kernel: rk35xx-vendor-6.1: adakta-ad: overlay: use power-gpio …
Browse files Browse the repository at this point in the history
…imx219
  • Loading branch information
bmx666 committed Jan 29, 2025
1 parent 70ca180 commit be31e0b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
pinctrl-names = "default";
pinctrl-0 = <&aw9523_cam0_reset_pins>;

reset-gpios = <&aw9523 0 GPIO_ACTIVE_HIGH>;
power-gpios = <&aw9523 0 GPIO_ACTIVE_HIGH>;

clocks = <&clk_cam_24m>;
clock-names = "xvclk";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
pinctrl-names = "default";
pinctrl-0 = <&aw9523_cam1_reset_pins>;

reset-gpios = <&aw9523 2 GPIO_ACTIVE_HIGH>;
power-gpios = <&aw9523 2 GPIO_ACTIVE_HIGH>;

clocks = <&clk_cam_24m>;
clock-names = "xvclk";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
pinctrl-names = "default";
pinctrl-0 = <&aw9523_cam2_reset_pins>;

reset-gpios = <&aw9523 4 GPIO_ACTIVE_HIGH>;
power-gpios = <&aw9523 4 GPIO_ACTIVE_HIGH>;

clocks = <&clk_cam_24m>;
clock-names = "xvclk";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
pinctrl-names = "default";
pinctrl-0 = <&aw9523_cam3_reset_pins>;

reset-gpios = <&aw9523 6 GPIO_ACTIVE_HIGH>;
power-gpios = <&aw9523 6 GPIO_ACTIVE_HIGH>;

clocks = <&clk_cam_24m>;
clock-names = "xvclk";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
pinctrl-names = "default";
pinctrl-0 = <&aw9523_cam4_reset_pins>;

reset-gpios = <&aw9523 8 GPIO_ACTIVE_HIGH>;
power-gpios = <&aw9523 8 GPIO_ACTIVE_HIGH>;

clocks = <&clk_cam_24m>;
clock-names = "xvclk";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
pinctrl-names = "default";
pinctrl-0 = <&aw9523_cam5_reset_pins>;

reset-gpios = <&aw9523 10 GPIO_ACTIVE_HIGH>;
power-gpios = <&aw9523 10 GPIO_ACTIVE_HIGH>;

clocks = <&clk_cam_24m>;
clock-names = "xvclk";
Expand Down

0 comments on commit be31e0b

Please sign in to comment.