ARM: dts: ti: adjust whitespace around '='
Fix whitespace coding style: use single space instead of tabs or multiple spaces around '=' sign in property assignment. No functional changes (same DTB). Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20220526204139.831895-2-krzysztof.kozlowski@linaro.org
This commit is contained in:
parent
2f7a7f941d
commit
ae25b44591
@ -19,7 +19,7 @@
|
|||||||
regulator-name = "wlan-en-regulator";
|
regulator-name = "wlan-en-regulator";
|
||||||
regulator-min-microvolt = <1800000>;
|
regulator-min-microvolt = <1800000>;
|
||||||
regulator-max-microvolt = <1800000>;
|
regulator-max-microvolt = <1800000>;
|
||||||
startup-delay-us= <70000>;
|
startup-delay-us = <70000>;
|
||||||
|
|
||||||
/* WL_EN */
|
/* WL_EN */
|
||||||
gpio = <&gpio3 9 0>;
|
gpio = <&gpio3 9 0>;
|
||||||
|
@ -106,7 +106,7 @@
|
|||||||
regulator-name = "wlan-en-regulator";
|
regulator-name = "wlan-en-regulator";
|
||||||
regulator-min-microvolt = <1800000>;
|
regulator-min-microvolt = <1800000>;
|
||||||
regulator-max-microvolt = <1800000>;
|
regulator-max-microvolt = <1800000>;
|
||||||
startup-delay-us= <70000>;
|
startup-delay-us = <70000>;
|
||||||
|
|
||||||
/* WL_EN */
|
/* WL_EN */
|
||||||
gpio = <&gpio3 9 0>;
|
gpio = <&gpio3 9 0>;
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
regulator-name = "wlan-en-regulator";
|
regulator-name = "wlan-en-regulator";
|
||||||
regulator-min-microvolt = <1800000>;
|
regulator-min-microvolt = <1800000>;
|
||||||
regulator-max-microvolt = <1800000>;
|
regulator-max-microvolt = <1800000>;
|
||||||
startup-delay-us= <70000>;
|
startup-delay-us = <70000>;
|
||||||
|
|
||||||
/* WL_EN */
|
/* WL_EN */
|
||||||
gpio = <&gpio0 26 0>;
|
gpio = <&gpio0 26 0>;
|
||||||
|
@ -325,7 +325,7 @@ status = "okay";
|
|||||||
tlv320aic23: codec@1a {
|
tlv320aic23: codec@1a {
|
||||||
compatible = "ti,tlv320aic23";
|
compatible = "ti,tlv320aic23";
|
||||||
reg = <0x1a>;
|
reg = <0x1a>;
|
||||||
#sound-dai-cells= <0>;
|
#sound-dai-cells = <0>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -491,7 +491,7 @@ status = "okay";
|
|||||||
tx-num-evt = <1>;
|
tx-num-evt = <1>;
|
||||||
rx-num-evt = <1>;
|
rx-num-evt = <1>;
|
||||||
|
|
||||||
#sound-dai-cells= <0>;
|
#sound-dai-cells = <0>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
regulator-name = "wlan-en-regulator";
|
regulator-name = "wlan-en-regulator";
|
||||||
regulator-min-microvolt = <3300000>;
|
regulator-min-microvolt = <3300000>;
|
||||||
regulator-max-microvolt = <3300000>;
|
regulator-max-microvolt = <3300000>;
|
||||||
startup-delay-us= <100000>;
|
startup-delay-us = <100000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -137,14 +137,14 @@
|
|||||||
tlv320aic23_1: codec@1a {
|
tlv320aic23_1: codec@1a {
|
||||||
compatible = "ti,tlv320aic23";
|
compatible = "ti,tlv320aic23";
|
||||||
reg = <0x1a>;
|
reg = <0x1a>;
|
||||||
#sound-dai-cells= <0>;
|
#sound-dai-cells = <0>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
tlv320aic23_2: codec@1b {
|
tlv320aic23_2: codec@1b {
|
||||||
compatible = "ti,tlv320aic23";
|
compatible = "ti,tlv320aic23";
|
||||||
reg = <0x1b>;
|
reg = <0x1b>;
|
||||||
#sound-dai-cells= <0>;
|
#sound-dai-cells = <0>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -154,7 +154,7 @@
|
|||||||
tlv320aic23_3: codec@1a {
|
tlv320aic23_3: codec@1a {
|
||||||
compatible = "ti,tlv320aic23";
|
compatible = "ti,tlv320aic23";
|
||||||
reg = <0x1a>;
|
reg = <0x1a>;
|
||||||
#sound-dai-cells= <0>;
|
#sound-dai-cells = <0>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -213,7 +213,7 @@
|
|||||||
|
|
||||||
u48: pca9575@22 {
|
u48: pca9575@22 {
|
||||||
compatible = "nxp,pca9575";
|
compatible = "nxp,pca9575";
|
||||||
reg=<0x22>;
|
reg = <0x22>;
|
||||||
gpio-controller;
|
gpio-controller;
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
|
||||||
@ -232,7 +232,7 @@
|
|||||||
|
|
||||||
u59: pca9575@23 {
|
u59: pca9575@23 {
|
||||||
compatible = "nxp,pca9575";
|
compatible = "nxp,pca9575";
|
||||||
reg=<0x23>;
|
reg = <0x23>;
|
||||||
gpio-controller;
|
gpio-controller;
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
gpio-line-names =
|
gpio-line-names =
|
||||||
|
@ -2407,7 +2407,7 @@
|
|||||||
|
|
||||||
adc {
|
adc {
|
||||||
#io-channel-cells = <1>;
|
#io-channel-cells = <1>;
|
||||||
compatible ="ti,am4372-adc";
|
compatible = "ti,am4372-adc";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
interrupt-parent = <&gpmc>;
|
interrupt-parent = <&gpmc>;
|
||||||
interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */
|
interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */
|
||||||
<1 IRQ_TYPE_NONE>; /* termcount */
|
<1 IRQ_TYPE_NONE>; /* termcount */
|
||||||
linux,mtd-name= "micron,mt29f2g16aadwp";
|
linux,mtd-name = "micron,mt29f2g16aadwp";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
ti,nand-ecc-opt = "bch8";
|
ti,nand-ecc-opt = "bch8";
|
||||||
|
@ -119,7 +119,7 @@
|
|||||||
|
|
||||||
nand@0,0 {
|
nand@0,0 {
|
||||||
compatible = "ti,omap2-nand";
|
compatible = "ti,omap2-nand";
|
||||||
linux,mtd-name= "micron,mt29f2g16aadwp";
|
linux,mtd-name = "micron,mt29f2g16aadwp";
|
||||||
reg = <0 0 4>; /* CS0, offset 0, IO size 4 */
|
reg = <0 0 4>; /* CS0, offset 0, IO size 4 */
|
||||||
interrupt-parent = <&gpmc>;
|
interrupt-parent = <&gpmc>;
|
||||||
interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */
|
interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
interrupt-parent = <&gpmc>;
|
interrupt-parent = <&gpmc>;
|
||||||
interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */
|
interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */
|
||||||
<1 IRQ_TYPE_NONE>; /* termcount */
|
<1 IRQ_TYPE_NONE>; /* termcount */
|
||||||
linux,mtd-name= "micron,mt29f2g16aadwp";
|
linux,mtd-name = "micron,mt29f2g16aadwp";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
ti,nand-ecc-opt = "bch8";
|
ti,nand-ecc-opt = "bch8";
|
||||||
|
@ -90,8 +90,8 @@
|
|||||||
clocks = <&dpll_gmac_x2_ck>;
|
clocks = <&dpll_gmac_x2_ck>;
|
||||||
ti,max-div = <63>;
|
ti,max-div = <63>;
|
||||||
reg = <0x03fc>;
|
reg = <0x03fc>;
|
||||||
ti,bit-shift=<20>;
|
ti,bit-shift = <20>;
|
||||||
ti,latch-bit=<26>;
|
ti,latch-bit = <26>;
|
||||||
assigned-clocks = <&dpll_gmac_h14x2_ctrl_ck>;
|
assigned-clocks = <&dpll_gmac_h14x2_ctrl_ck>;
|
||||||
assigned-clock-rates = <80000000>;
|
assigned-clock-rates = <80000000>;
|
||||||
};
|
};
|
||||||
@ -102,7 +102,7 @@
|
|||||||
clocks = <&dpll_gmac_ck>, <&dpll_gmac_h14x2_ctrl_ck>;
|
clocks = <&dpll_gmac_ck>, <&dpll_gmac_h14x2_ctrl_ck>;
|
||||||
reg = <0x3fc>;
|
reg = <0x3fc>;
|
||||||
ti,bit-shift = <29>;
|
ti,bit-shift = <29>;
|
||||||
ti,latch-bit=<26>;
|
ti,latch-bit = <26>;
|
||||||
assigned-clocks = <&dpll_gmac_h14x2_ctrl_mux_ck>;
|
assigned-clocks = <&dpll_gmac_h14x2_ctrl_mux_ck>;
|
||||||
assigned-clock-parents = <&dpll_gmac_h14x2_ctrl_ck>;
|
assigned-clock-parents = <&dpll_gmac_h14x2_ctrl_ck>;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user