Commit ca38f9cb authored by Jagan Teki's avatar Jagan Teki Committed by Shawn Guo

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: default avatarJagan Teki <jagan@amarulasolutions.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 8fe1764e
...@@ -235,7 +235,7 @@ reg_vdd_soc: sw1 { ...@@ -235,7 +235,7 @@ reg_vdd_soc: sw1 {
/* VDD_1P8 (1+R1/R2 = 2.505): GPS/VideoIn/ENET-PHY */ /* VDD_1P8 (1+R1/R2 = 2.505): GPS/VideoIn/ENET-PHY */
reg_1p8v: sw2 { reg_1p8v: sw2 {
regulator-name = "vdd1p8"; regulator-name = "vdd1p8";
regulator-min-microvolt = <1033310>; regulator-min-microvolt = <1033310>;
regulator-max-microvolt = <2004000>; regulator-max-microvolt = <2004000>;
lltc,fb-voltage-divider = <301000 200000>; lltc,fb-voltage-divider = <301000 200000>;
......
...@@ -227,7 +227,7 @@ reg_vdd_soc: sw1 { ...@@ -227,7 +227,7 @@ reg_vdd_soc: sw1 {
/* VDD_1P8 (1+R1/R2 = 2.505): GPS/VideoIn/ENET-PHY */ /* VDD_1P8 (1+R1/R2 = 2.505): GPS/VideoIn/ENET-PHY */
reg_1p8v: sw2 { reg_1p8v: sw2 {
regulator-name = "vdd1p8"; regulator-name = "vdd1p8";
regulator-min-microvolt = <1033310>; regulator-min-microvolt = <1033310>;
regulator-max-microvolt = <2004000>; regulator-max-microvolt = <2004000>;
lltc,fb-voltage-divider = <301000 200000>; lltc,fb-voltage-divider = <301000 200000>;
......
...@@ -162,7 +162,7 @@ reg_vdd_soc: sw1 { ...@@ -162,7 +162,7 @@ reg_vdd_soc: sw1 {
/* VDD_1P8 (1+R1/R2 = 2.505): ENET-PHY */ /* VDD_1P8 (1+R1/R2 = 2.505): ENET-PHY */
reg_1p8v: sw2 { reg_1p8v: sw2 {
regulator-name = "vdd1p8"; regulator-name = "vdd1p8";
regulator-min-microvolt = <1033310>; regulator-min-microvolt = <1033310>;
regulator-max-microvolt = <2004000>; regulator-max-microvolt = <2004000>;
lltc,fb-voltage-divider = <301000 200000>; lltc,fb-voltage-divider = <301000 200000>;
......
...@@ -223,7 +223,7 @@ &usdhc3 { ...@@ -223,7 +223,7 @@ &usdhc3 {
pinctrl-2 = <&pinctrl_usdhc3_200mhz>; pinctrl-2 = <&pinctrl_usdhc3_200mhz>;
vmcc-supply = <&reg_sd3_vmmc>; vmcc-supply = <&reg_sd3_vmmc>;
cd-gpios = <&gpio1 1 GPIO_ACTIVE_LOW>; cd-gpios = <&gpio1 1 GPIO_ACTIVE_LOW>;
bus-witdh=<4>; bus-witdh = <4>;
no-1-8-v; no-1-8-v;
status = "okay"; status = "okay";
}; };
...@@ -234,7 +234,7 @@ &usdhc4 { ...@@ -234,7 +234,7 @@ &usdhc4 {
pinctrl-1 = <&pinctrl_usdhc4_100mhz>; pinctrl-1 = <&pinctrl_usdhc4_100mhz>;
pinctrl-2 = <&pinctrl_usdhc4_200mhz>; pinctrl-2 = <&pinctrl_usdhc4_200mhz>;
vmcc-supply = <&reg_sd4_vmmc>; vmcc-supply = <&reg_sd4_vmmc>;
bus-witdh=<8>; bus-witdh = <8>;
no-1-8-v; no-1-8-v;
non-removable; non-removable;
status = "okay"; status = "okay";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment