diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2017-01-20 00:09:33 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-01-23 17:34:08 +0800 |
commit | ca38f9cb76c847de139eaae7edd8a769f2c64c91 (patch) | |
tree | a91a0fcee5ae36481014aff9ad953137a46e0fc7 /arch/arm/boot/dts/imx6qdl-gw552x.dtsi | |
parent | 8fe1764ea8d27fd8d43e4c91ed169879f7c13c54 (diff) |
ARM: dts: imx6qdl: Fix "ERROR: code indent should use tabs where possible"
Fixed code indent tabs in respective imx6qdl dtsi files and
also add space on imx6qdl-icore-rqs.dtsi on usdhc bus-width nodes.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-gw552x.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-gw552x.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-gw552x.dtsi b/arch/arm/boot/dts/imx6qdl-gw552x.dtsi index 90200fa4275c..67613dd7cc92 100644 --- a/arch/arm/boot/dts/imx6qdl-gw552x.dtsi +++ b/arch/arm/boot/dts/imx6qdl-gw552x.dtsi @@ -162,7 +162,7 @@ /* VDD_1P8 (1+R1/R2 = 2.505): ENET-PHY */ reg_1p8v: sw2 { - regulator-name = "vdd1p8"; + regulator-name = "vdd1p8"; regulator-min-microvolt = <1033310>; regulator-max-microvolt = <2004000>; lltc,fb-voltage-divider = <301000 200000>; |