diff options
author | Jagan Teki <jteki@openedev.com> | 2016-10-14 15:09:29 +0530 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-10-24 16:47:42 +0800 |
commit | bf5393c5ec9caf042f6121c3e1c5541f47fedf57 (patch) | |
tree | 635b19ccf551c298682a2145f5cc0e3f16a139ba /arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi | |
parent | 05c183e44be769d4e0942f0f5b210ee42d39da0d (diff) | |
download | linux-rt-bf5393c5ec9caf042f6121c3e1c5541f47fedf57.tar.gz |
ARM: dts: imx6qdl: Fix "ERROR: code indent should use tabs where possible"
Fixed code indent tabs in respetcive imx6qdl dtsi files.
Signed-off-by: Jagan Teki <jteki@openedev.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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi index e0280cac2484..e9801a26f3b4 100644 --- a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi +++ b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi @@ -427,10 +427,10 @@ }; &usdhc3 { - pinctrl-names = "default"; - pinctrl-0 = <&pinctrl_usdhc3 + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_usdhc3 &pinctrl_usdhc3_cdwp>; cd-gpios = <&gpio1 27 GPIO_ACTIVE_LOW>; wp-gpios = <&gpio1 29 GPIO_ACTIVE_HIGH>; - status = "disabled"; + status = "disabled"; }; |