Commit 7e98d540 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

arm64: dts: exynos: Add compatibles to sysreg nodes



System register nodes, implementing syscon binding, should use
appropriate compatible.  This fixes dtbs_check warnings:

  arch/arm64/boot/dts/exynos/exynos5433-tm2.dt.yaml: syscon@13b80000:
    compatible: ['syscon'] is not valid under any of the given schemas

Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: default avatarSylwester Nawrocki <s.nawrocki@samsung.com>
Link: https://lore.kernel.org/r/20200829142501.31478-8-krzk@kernel.org
parent 1e1129b6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1015,17 +1015,17 @@
		};

		syscon_disp: syscon@13b80000 {
			compatible = "syscon";
			compatible = "samsung,exynos5433-sysreg", "syscon";
			reg = <0x13b80000 0x1010>;
		};

		syscon_cam0: syscon@120f0000 {
			compatible = "syscon";
			compatible = "samsung,exynos5433-sysreg", "syscon";
			reg = <0x120f0000 0x1020>;
		};

		syscon_cam1: syscon@145f0000 {
			compatible = "syscon";
			compatible = "samsung,exynos5433-sysreg", "syscon";
			reg = <0x145f0000 0x1038>;
		};