fixup: Recover Driver's reset-gpios
This commit is contained in:
parent
c59d9c8ba8
commit
6b9e2b6b54
|
@ -77,7 +77,7 @@ i2c8 = "/i2c@31e0000";
|
|||
mclk = "extperiph2";
|
||||
|
||||
// gpios
|
||||
// reset-gpios = <&tegra_main_gpio CAM1_RST GPIO_ACTIVE_HIGH>;
|
||||
reset-gpios = <&tegra_main_gpio CAM1_RST GPIO_ACTIVE_HIGH>;
|
||||
|
||||
mode0 {
|
||||
mclk_khz = "24000";
|
||||
|
@ -125,9 +125,7 @@ i2c8 = "/i2c@31e0000";
|
|||
|
||||
port@0 {
|
||||
reg = <0x0>;
|
||||
// daniel's
|
||||
status="okay";
|
||||
|
||||
status = "okay";
|
||||
mt9m021_slave: endpoint {
|
||||
port-index = <0x1>;
|
||||
bus-width = <0x1>;
|
||||
|
@ -168,8 +166,7 @@ i2c8 = "/i2c@31e0000";
|
|||
mclk = "extperiph1";
|
||||
|
||||
// gpios
|
||||
// reset-gpios = <&tegra_main_gpio CAM0_RST GPIO_ACTIVE_HIGH>;
|
||||
|
||||
reset-gpios = <&tegra_main_gpio CAM0_RST GPIO_ACTIVE_HIGH>;
|
||||
mode0 {
|
||||
mclk_khz = "24000";
|
||||
num_lanes = "1";
|
||||
|
|
Loading…
Reference in New Issue