Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1245620 > unrolled thread
| Started by | Michael Opdenacker <michael.opdenacker@free-electrons.com> |
|---|---|
| First post | 2015-10-13 13:50 +0200 |
| Last post | 2015-10-13 16:10 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] ARM: dts: imx6: phyFLEX: fix typo in "pinctrl-names" Michael Opdenacker <michael.opdenacker@free-electrons.com> - 2015-10-13 13:50 +0200
Re: [PATCH] ARM: dts: imx6: phyFLEX: fix typo in "pinctrl-names" Shawn Guo <shawnguo@kernel.org> - 2015-10-13 16:10 +0200
| From | Michael Opdenacker <michael.opdenacker@free-electrons.com> |
|---|---|
| Date | 2015-10-13 13:50 +0200 |
| Subject | [PATCH] ARM: dts: imx6: phyFLEX: fix typo in "pinctrl-names" |
| Message-ID | <qj6fD-5t6-1@gated-at.bofh.it> |
Fix a typo, replacing "pinctrl-name" by "pinctrl-names"
in the Phytec phyFLEX-i.MX6 Quad dtsi.
Also fix a typo in the board name
Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
---
arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi
index 9e6ecd99b472..24bdff26b483 100644
--- a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi
@@ -12,7 +12,7 @@
#include <dt-bindings/gpio/gpio.h>
/ {
- model = "Phytec phyFLEX-i.MX6 Ouad";
+ model = "Phytec phyFLEX-i.MX6 Quad";
compatible = "phytec,imx6q-pfla02", "fsl,imx6q";
memory {
@@ -373,7 +373,7 @@
};
&pcie {
- pinctrl-name = "default";
+ pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pcie>;
reset-gpio = <&gpio4 17 0>;
status = "disabled";
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Shawn Guo <shawnguo@kernel.org> |
|---|---|
| Date | 2015-10-13 16:10 +0200 |
| Message-ID | <qj8r8-ok-37@gated-at.bofh.it> |
| In reply to | #1245620 |
On Tue, Oct 13, 2015 at 01:43:55PM +0200, Michael Opdenacker wrote: > Fix a typo, replacing "pinctrl-name" by "pinctrl-names" > in the Phytec phyFLEX-i.MX6 Quad dtsi. > > Also fix a typo in the board name > > Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com> Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web