]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx6: phyFLEX: fix typo in "pinctrl-names"
authorMichael Opdenacker <michael.opdenacker@free-electrons.com>
Tue, 13 Oct 2015 11:43:55 +0000 (13:43 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 19 Oct 2015 14:45:42 +0000 (22:45 +0800)
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi

index e81f38fb94242117643921eec41bd2447a10f892..d6d98d4263847e1ec6429d1a88fc2de40ebd36d0 100644 (file)
@@ -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 {
 };
 
 &pcie {
-       pinctrl-name = "default";
+       pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_pcie>;
        reset-gpio = <&gpio4 17 0>;
        status = "disabled";