diff options
author | Michael Opdenacker <michael.opdenacker@free-electrons.com> | 2015-10-13 14:43:55 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2015-10-19 17:45:42 +0300 |
commit | a452afa317e7017ae0e6f3ff443191f6eedc85e3 (patch) | |
tree | 85ccf80d38684c6c10362b4626261fa9fda9f952 /arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi | |
parent | 833f2cbf7091099baee28136dc68678e974c0ac5 (diff) | |
download | linux-a452afa317e7017ae0e6f3ff443191f6eedc85e3.tar.xz |
ARM: dts: imx6: phyFLEX: fix typo in "pinctrl-names"
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi | 4 |
1 files 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 e81f38fb9424..d6d98d426384 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"; |