Skip to content

Commit 6de3cc6

Browse files
committed
arm64: dts: exynos: add proper comaptible FSYS syscon in Exynos5433
The syscon nodes should come with specific compatible. Correct the FSYS syscon to fix dtbs_check warnings: syscon@156f0000: compatible: 'anyOf' conditional failed, one must be fixed: ['syscon'] is too short Signed-off-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Alim Akhtar <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent ee3b1f9 commit 6de3cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/exynos/exynos5433.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,7 @@
11321132
};
11331133

11341134
syscon_fsys: syscon@156f0000 {
1135-
compatible = "syscon";
1135+
compatible = "samsung,exynos5433-sysreg", "syscon";
11361136
reg = <0x156f0000 0x1044>;
11371137
};
11381138

0 commit comments

Comments
 (0)