Commit 912a6e2e authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Shawn Guo
Browse files

arm64: dts: imx8mq-librem5: correct GPIO hog property



Correct the name of property for GPIO specifier in GPIO hog.

Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent ac938aa9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -252,7 +252,7 @@

	pmic-5v {
		gpio-hog;
		gpio = <&gpio1 1 GPIO_ACTIVE_HIGH>;
		gpios = <&gpio1 1 GPIO_ACTIVE_HIGH>;
		input;
	};
};