diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-08-30 15:52:00 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-09-02 17:48:20 +0200 |
commit | a6b5a1977c6b42dd1b9830f3f6eddc10409d82a1 (patch) | |
tree | 5663353748da481944fd8addbd09ac8421524e02 /arch/arm/boot/dts/exynos3250-monk.dts | |
parent | ARM: dts: exynos: Correct S3C RTC bindings in Tiny4412 (diff) | |
download | linux-a6b5a1977c6b42dd1b9830f3f6eddc10409d82a1.tar.xz linux-a6b5a1977c6b42dd1b9830f3f6eddc10409d82a1.zip |
ARM: dts: exynos: Correct whitespace and indentation issues
Remove double space after '=' and fix indentation in Exynos3250,
Exynos4210 and Exynos4412 boards.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20200830135200.24304-33-krzk@kernel.org
Diffstat (limited to 'arch/arm/boot/dts/exynos3250-monk.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos3250-monk.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos3250-monk.dts b/arch/arm/boot/dts/exynos3250-monk.dts index ca29d7ed8216..9d77a73bc92b 100644 --- a/arch/arm/boot/dts/exynos3250-monk.dts +++ b/arch/arm/boot/dts/exynos3250-monk.dts @@ -26,7 +26,7 @@ memory@40000000 { device_type = "memory"; - reg = <0x40000000 0x1ff00000>; + reg = <0x40000000 0x1ff00000>; }; firmware@205f000 { |