]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
arm64: dts: exynos: Add compatibles to sysreg nodes
authorKrzysztof Kozlowski <krzk@kernel.org>
Sat, 29 Aug 2020 14:24:59 +0000 (16:24 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Tue, 1 Sep 2020 10:13:04 +0000 (12:13 +0200)
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: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Link: https://lore.kernel.org/r/20200829142501.31478-8-krzk@kernel.org
arch/arm64/boot/dts/exynos/exynos5433.dtsi

index 74ac4ac75865b6176cb1b3ae943d86934a02df2a..b2eebdd88c3cc735922f9ce34bf05ba3666ce8f0 100644 (file)
                };
 
                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>;
                };