Skip to content

Commit

Permalink
ayufan: dts: rock64: fix vcc5v0_otg to GPIO0_A2
Browse files Browse the repository at this point in the history
Change-Id: Ibab5622c98573ab1f9515acad5217f89844dbe15
  • Loading branch information
ayufan committed May 25, 2019
1 parent 9922d32 commit 53c9252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/dts/rk3328-rock64.dts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
compatible = "regulator-fixed";
enable-active-high;
regulator-name = "vcc5v0_otg";
gpio = <&gpio0 27 GPIO_ACTIVE_HIGH>;
gpio = <&gpio0 2 GPIO_ACTIVE_HIGH>;
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
};
Expand Down

0 comments on commit 53c9252

Please sign in to comment.