Commit 2ce5e1b0 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

Merge tag 'samsung-dt64-5.13' of...

Merge tag 'samsung-dt64-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/dt

Samsung DTS ARM64 changes for v5.13

Two cleanups in DTS without expected impact.

* tag 'samsung-dt64-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
  arm64: dts: exynos: white-space cleanups
  arm64: dts: exynos: re-order Slim SSS clocks to match dtschema

Link: https://lore.kernel.org/r/20210407065828.7213-2-krzysztof.kozlowski@canonical.com


Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents 59206cf8 7d2636e9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -564,9 +564,9 @@
			compatible = "samsung,exynos5433-slim-sss";
			reg = <0x11140000 0x1000>;
			interrupts = <GIC_SPI 312 IRQ_TYPE_LEVEL_HIGH>;
			clock-names = "aclk", "pclk";
			clocks = <&cmu_imem CLK_ACLK_SLIMSSS>,
				 <&cmu_imem CLK_PCLK_SLIMSSS>;
			clock-names = "pclk", "aclk";
			clocks = <&cmu_imem CLK_PCLK_SLIMSSS>,
				 <&cmu_imem CLK_ACLK_SLIMSSS>;
		};

		pd_gscl: power-domain@105c4000 {
+1 −1

File changed.

Contains only whitespace changes.