]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: imx8mq-evk: Add hog suffix to wl-reg-on
authorKrzysztof Kozlowski <krzk@kernel.org>
Tue, 25 Aug 2020 19:35:35 +0000 (21:35 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 31 Aug 2020 03:24:11 +0000 (11:24 +0800)
According to device tree specification, device node names should be
somewhat generic and reflecting the function of the device so add the
"hog" suffix to wl-reg-on GPIO hog.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mq-evk.dts

index 8aa9cd8e495a681635b69d9b28770a0059b19102..a088831d2e24a9438174cbb48804cd2c38699e95 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_wifi_reset>;
 
-       wl-reg-on {
+       wl-reg-on-hog {
                gpio-hog;
                gpios = <29 GPIO_ACTIVE_HIGH>;
                output-high;