Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Michael Opdenacker and committed by
Shawn Guo
a452afa3 833f2cbf

+2 -2
+2 -2
arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi
··· 12 12 #include <dt-bindings/gpio/gpio.h> 13 13 14 14 / { 15 - model = "Phytec phyFLEX-i.MX6 Ouad"; 15 + model = "Phytec phyFLEX-i.MX6 Quad"; 16 16 compatible = "phytec,imx6q-pfla02", "fsl,imx6q"; 17 17 18 18 memory { ··· 373 373 }; 374 374 375 375 &pcie { 376 - pinctrl-name = "default"; 376 + pinctrl-names = "default"; 377 377 pinctrl-0 = <&pinctrl_pcie>; 378 378 reset-gpio = <&gpio4 17 0>; 379 379 status = "disabled";