Skip to content

Commit

Permalink
ARM: dts: imx6: phyFLEX: fix typo in "pinctrl-names"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michael Opdenacker authored and Shawn Guo committed Oct 19, 2015
1 parent 833f2cb commit a452afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -373,7 +373,7 @@
};

&pcie {
pinctrl-name = "default";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pcie>;
reset-gpio = <&gpio4 17 0>;
status = "disabled";
Expand Down

0 comments on commit a452afa

Please sign in to comment.