diff options
author | Robert Marko <[email protected]> | 2023-02-14 17:12:09 +0100 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-03-13 17:13:37 -0700 |
commit | a7d2715df2845560302aea9d9922b4bfdf4fe09a (patch) | |
tree | 4828b33d126ae5327516bb6e425f1e393b7b21b3 | |
parent | 131731c44f2cea44135e93bfb0a2920829910625 (diff) |
ARM: dts: qcom: ipq4018-ap120c-ac: align GPIO hog with DT schema
Align USB power GPIO hog node to DT schema.
Signed-off-by: Robert Marko <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dtsi b/arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dtsi index 38efd45433da..cd2a32d0d554 100644 --- a/arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dtsi +++ b/arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dtsi @@ -76,7 +76,7 @@ }; }; - usb-power { + usb-power-hog { line-name = "USB-power"; gpios = <1 GPIO_ACTIVE_HIGH>; gpio-hog; |