projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
312a461
)
arm64: dts: imx8mq-librem5: Hog the correct gpio
author
Guido Günther
<agx@sigxcpu.org>
Mon, 15 Mar 2021 08:35:29 +0000
(09:35 +0100)
committer
Shawn Guo
<shawnguo@kernel.org>
Mon, 29 Mar 2021 01:49:57 +0000
(09:49 +0800)
There was an additional alias in the specifier it hogged line 27
instead of line 1.
Signed-off-by: Guido Günther <agx@sigxcpu.org>
Signed-off-by: Martin Kepplinger <martin.kepplinger@puri.sm>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
index 2d248304432b83a4aa28ee6d9afbe88072121b93..460ef0d86540acce3e7775d89c6cebfb9507fe7f 100644
(file)
--- a/
arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
+++ b/
arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
@@
-286,8
+286,9
@@
pmic-5v-hog {
gpio-hog;
- gpios = <
&gpio1
1 GPIO_ACTIVE_HIGH>;
+ gpios = <1 GPIO_ACTIVE_HIGH>;
input;
+ lane-mapping = "pmic-5v";
};
};