diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-09-01 09:54:10 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-09-03 22:47:07 +0200 |
commit | 9e7fe41778c6644fd8d5e43dc59daad8ad66e9a8 (patch) | |
tree | 1bc4f0680fc6d4eeae0c930786c30f89f2410bef /arch/arm/boot/dts/exynos5.dtsi | |
parent | 41af0d2ea1b03282b9f6da8b610ac30768893518 (diff) | |
download | linux-stable-9e7fe41778c6644fd8d5e43dc59daad8ad66e9a8.tar.gz linux-stable-9e7fe41778c6644fd8d5e43dc59daad8ad66e9a8.tar.bz2 linux-stable-9e7fe41778c6644fd8d5e43dc59daad8ad66e9a8.zip |
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/exynos5.dtsi')
-rw-r--r-- | arch/arm/boot/dts/exynos5.dtsi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/exynos5.dtsi b/arch/arm/boot/dts/exynos5.dtsi index 9660104be4c9..9ce9fb3fc190 100644 --- a/arch/arm/boot/dts/exynos5.dtsi +++ b/arch/arm/boot/dts/exynos5.dtsi @@ -211,13 +211,13 @@ }; prng: rng@10830400 { - compatible = "samsung,exynos5250-prng"; - reg = <0x10830400 0x200>; + compatible = "samsung,exynos5250-prng"; + reg = <0x10830400 0x200>; }; trng: rng@10830600 { - compatible = "samsung,exynos5250-trng"; - reg = <0x10830600 0x100>; + compatible = "samsung,exynos5250-trng"; + reg = <0x10830600 0x100>; }; g2d: g2d@10850000 { |