Skip to content

Commit

Permalink
Enable 2 cameras for Jetson Nano B01 revision
Browse files Browse the repository at this point in the history
  • Loading branch information
rrcarlosrodriguez committed Aug 14, 2020
1 parent 57854c1 commit f94826b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions patches_nano/4.4.3_l4t32.4.3_rbpv3_imx477_support.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2542,24 +2542,24 @@ Index: sources/hardware/nvidia/platform/t210/porg/kernel-dts/porg-platforms/tegr
+ #size-cells = <0>;
+ mux-gpios = <&gpio CAM_I2C_MUX GPIO_ACTIVE_HIGH>;
+ i2c-parent = <&i2c7>;
+ status = "okay";
+ status = "disabled";
+ i2c@0 {
+ status = "okay";
+ status = "disabled";
+ reg = <0>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ rbpcv3_imx477_a@1a {
+ status = "okay";
+ status = "disabled";
+ reset-gpios = <&gpio CAM1_PWDN GPIO_ACTIVE_HIGH>;
+ };
+ };
+ i2c@1 {
+ status = "okay";
+ status = "disabled";
+ reg = <1>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ rbpcv3_imx477_e@1a {
+ status = "okay";
+ status = "disabled";
+ reset-gpios = <&gpio CAM2_PWDN GPIO_ACTIVE_HIGH>;
+ };
+ };
Expand Down Expand Up @@ -2604,7 +2604,7 @@ Index: sources/hardware/nvidia/platform/t210/porg/kernel-dts/porg-platforms/tegr
+ host1x {
+ i2c@546c0000 {
+ rbpcv3_imx477_a@1a {
+ status = "okay";
+ status = "disabled";
+ reset-gpios = <&gpio CAM1_PWDN GPIO_ACTIVE_HIGH>;
+ };
+ };
Expand Down

0 comments on commit f94826b

Please sign in to comment.