diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-09-20 21:57:49 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-10-26 08:34:40 +0100 |
commit | 79bd11db8ba8046943dddf740d58baac54326f56 (patch) | |
tree | 107398f1a7112d691ddbdccf817d955b75109906 /arch/arm/boot/dts/imx6ul-ccimx6ulsbcpro.dts | |
parent | Linux 5.10-rc1 (diff) | |
download | linux-79bd11db8ba8046943dddf740d58baac54326f56.tar.xz linux-79bd11db8ba8046943dddf740d58baac54326f56.zip |
ARM: dts: imx: align GPIO hog names with dtschema
dtschema for GPIO controllers expects GPIO hogs to end with 'hog'
suffix.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6ul-ccimx6ulsbcpro.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6ul-ccimx6ulsbcpro.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6ul-ccimx6ulsbcpro.dts b/arch/arm/boot/dts/imx6ul-ccimx6ulsbcpro.dts index a0bbec57ddc7..3ec042bfccba 100644 --- a/arch/arm/boot/dts/imx6ul-ccimx6ulsbcpro.dts +++ b/arch/arm/boot/dts/imx6ul-ccimx6ulsbcpro.dts @@ -110,7 +110,7 @@ }; &gpio5 { - emmc-usd-mux { + emmc-usd-mux-hog { gpio-hog; gpios = <1 GPIO_ACTIVE_LOW>; output-high; |