mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
arm64: dts: exynos: re-order Slim SSS clocks to match dtschema
The dtschema expects pclk (APB clock) followed by aclk (AXI/AHB clock): arch/arm64/boot/dts/exynos/exynos5433-tm2.dt.yaml: slim-sss@11140000: clock-names:0: 'pclk' was expected arch/arm64/boot/dts/exynos/exynos5433-tm2.dt.yaml: slim-sss@11140000: clock-names:1: 'aclk' was expected Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/20210212163729.69882-1-krzk@kernel.org
This commit is contained in:
parent
a38fd87484
commit
396e589a72
1 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue