diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-05-26 22:42:57 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-06-12 11:01:44 +0800 |
commit | 1ee723ea39ba408f94c59bc764969009b4b784eb (patch) | |
tree | 5665fe750075b9cbb6e44b82492c9e466783f023 /arch/arm/boot/dts/imx6ull-tqma6ull2.dtsi | |
parent | 74442c80d41df5d7e5059744d2e41e7341f4411b (diff) | |
download | linux-next-1ee723ea39ba408f94c59bc764969009b4b784eb.tar.gz |
ARM: dts: fsl: 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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6ull-tqma6ull2.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6ull-tqma6ull2.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6ull-tqma6ull2.dtsi b/arch/arm/boot/dts/imx6ull-tqma6ull2.dtsi index 326e6da91ed4..8541cb3f3b3e 100644 --- a/arch/arm/boot/dts/imx6ull-tqma6ull2.dtsi +++ b/arch/arm/boot/dts/imx6ull-tqma6ull2.dtsi @@ -14,7 +14,7 @@ }; &usdhc2 { - fsl,tuning-step= <6>; + fsl,tuning-step = <6>; /* Errata ERR010450 Workaround */ max-frequency = <99000000>; assigned-clocks = <&clks IMX6UL_CLK_USDHC2_SEL>, <&clks IMX6UL_CLK_USDHC2>; |