lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Sat,  7 Nov 2020 18:01:00 +0100
From:   Johan Jonker <jbx6244@...il.com>
To:     heiko@...ech.de
Cc:     robh+dt@...nel.org, lee.jones@...aro.org,
        devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
        linux-rockchip@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH v1 2/5] ARM: dts: rockchip: add QoS register compatibles for rk3066/rk3188

With the conversion of syscon.yaml minItems for compatibles
was set to 2. Current Rockchip dtsi files only use "syscon" for
QoS registers. Add Rockchip QoS compatibles for rk3066/rk3188
to reduce notifications produced with:

make ARCH=arm dtbs_check
DT_SCHEMA_FILES=Documentation/devicetree/bindings/mfd/syscon.yaml

Signed-off-by: Johan Jonker <jbx6244@...il.com>
---
 arch/arm/boot/dts/rk3xxx.dtsi | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/arch/arm/boot/dts/rk3xxx.dtsi b/arch/arm/boot/dts/rk3xxx.dtsi
index 859a74779..eb9d25d23 100644
--- a/arch/arm/boot/dts/rk3xxx.dtsi
+++ b/arch/arm/boot/dts/rk3xxx.dtsi
@@ -151,42 +151,42 @@
 	};
 
 	qos_gpu: qos@...2d000 {
-		compatible = "syscon";
+		compatible = "rockchip,rk3066-qos","syscon";
 		reg = <0x1012d000 0x20>;
 	};
 
 	qos_vpu: qos@...2e000 {
-		compatible = "syscon";
+		compatible = "rockchip,rk3066-qos","syscon";
 		reg = <0x1012e000 0x20>;
 	};
 
 	qos_lcdc0: qos@...2f000 {
-		compatible = "syscon";
+		compatible = "rockchip,rk3066-qos","syscon";
 		reg = <0x1012f000 0x20>;
 	};
 
 	qos_cif0: qos@...2f080 {
-		compatible = "syscon";
+		compatible = "rockchip,rk3066-qos","syscon";
 		reg = <0x1012f080 0x20>;
 	};
 
 	qos_ipp: qos@...2f100 {
-		compatible = "syscon";
+		compatible = "rockchip,rk3066-qos","syscon";
 		reg = <0x1012f100 0x20>;
 	};
 
 	qos_lcdc1: qos@...2f180 {
-		compatible = "syscon";
+		compatible = "rockchip,rk3066-qos","syscon";
 		reg = <0x1012f180 0x20>;
 	};
 
 	qos_cif1: qos@...2f200 {
-		compatible = "syscon";
+		compatible = "rockchip,rk3066-qos","syscon";
 		reg = <0x1012f200 0x20>;
 	};
 
 	qos_rga: qos@...2f280 {
-		compatible = "syscon";
+		compatible = "rockchip,rk3066-qos","syscon";
 		reg = <0x1012f280 0x20>;
 	};
 
-- 
2.11.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ