diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-09-01 10:54:10 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-09-03 23:47:07 +0300 |
commit | 9e7fe41778c6644fd8d5e43dc59daad8ad66e9a8 (patch) | |
tree | 1bc4f0680fc6d4eeae0c930786c30f89f2410bef /arch/arm/boot/dts/exynos5410-odroidxu.dts | |
parent | 41af0d2ea1b03282b9f6da8b610ac30768893518 (diff) | |
download | linux-9e7fe41778c6644fd8d5e43dc59daad8ad66e9a8.tar.xz |
ARM: dts: exynos: Correct whitespace and indentation issues in Exynos5
Remove double space after '=' and fix indentation in Exynos5250,
Exynos5410 and Exynos5420 DTS files.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20200901075417.22481-7-krzk@kernel.org
Diffstat (limited to 'arch/arm/boot/dts/exynos5410-odroidxu.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos5410-odroidxu.dts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/exynos5410-odroidxu.dts b/arch/arm/boot/dts/exynos5410-odroidxu.dts index 4f9297ae0763..75b4150c26d7 100644 --- a/arch/arm/boot/dts/exynos5410-odroidxu.dts +++ b/arch/arm/boot/dts/exynos5410-odroidxu.dts @@ -109,10 +109,10 @@ assigned-clock-parents = <&clock CLK_FOUT_EPLL>, <&clock_audss EXYNOS_MOUT_AUDSS>; - assigned-clock-rates = <0>, - <0>, - <96000000>, - <19200000>; + assigned-clock-rates = <0>, + <0>, + <96000000>, + <19200000>; }; &cpu0_thermal { |