projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a452afa
)
ARM: imx6sx-sdb: Fix typo in regulator enable GPIO property
author
Laurent Pinchart
<
[email protected]
>
Mon, 12 Oct 2015 21:12:33 +0000
(
00:12
+0300)
committer
Shawn Guo
<
[email protected]
>
Mon, 19 Oct 2015 14:45:43 +0000
(22:45 +0800)
The property name should be "gpio", not "gpios". Fix it.
Signed-off-by: Laurent Pinchart <
[email protected]
>
Reviewed-by: Sascha Hauer <
[email protected]
>
Signed-off-by: Shawn Guo <
[email protected]
>
arch/arm/boot/dts/imx6sx-sdb.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx6sx-sdb.dtsi
b/arch/arm/boot/dts/imx6sx-sdb.dtsi
index ac88c3467078ec92971324395101b7db785da005..94ac4005d9cd3904a9d0148d8f3e0214835fb067 100644
(file)
--- a/
arch/arm/boot/dts/imx6sx-sdb.dtsi
+++ b/
arch/arm/boot/dts/imx6sx-sdb.dtsi
@@
-114,7
+114,7
@@
regulator-name = "peri_3v3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
- gpio
s
= <&gpio4 16 GPIO_ACTIVE_HIGH>;
+ gpio = <&gpio4 16 GPIO_ACTIVE_HIGH>;
enable-active-high;
regulator-always-on;
};