Skip to content

Commit

Permalink
ayufan: dts: rock64: fix vcc_host1_5v to be active_low
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed May 26, 2019
1 parent b7948b6 commit 9f1406e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/arm64/boot/dts/rockchip/rk3328-rock64.dts
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@

vcc_host1_5v: vcc_otg_5v: vcc-host1-5v-regulator {
compatible = "regulator-fixed";
enable-active-high;
gpio = <&gpio0 2 GPIO_ACTIVE_HIGH>;
gpio = <&gpio0 2 GPIO_ACTIVE_LOW>;
pinctrl-names = "default";
pinctrl-0 = <&usb20_host_drv>;
regulator-name = "vcc_host1_5v";
Expand Down

0 comments on commit 9f1406e

Please sign in to comment.