devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 1/5] dt-binding: mfd: syscon: add Rockchip QoS register compatibles
@ 2020-11-07 17:00 Johan Jonker
  2020-11-07 17:01 ` [PATCH v1 2/5] ARM: dts: rockchip: add QoS register compatibles for rk3066/rk3188 Johan Jonker
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Johan Jonker @ 2020-11-07 17:00 UTC (permalink / raw)
  To: heiko
  Cc: robh+dt, lee.jones, devicetree, linux-arm-kernel, linux-rockchip,
	linux-kernel

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 to reduce notifications
produced with:

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

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

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---
 Documentation/devicetree/bindings/mfd/syscon.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/mfd/syscon.yaml b/Documentation/devicetree/bindings/mfd/syscon.yaml
index 8f4764a9e..f14ae6da0 100644
--- a/Documentation/devicetree/bindings/mfd/syscon.yaml
+++ b/Documentation/devicetree/bindings/mfd/syscon.yaml
@@ -44,6 +44,10 @@ properties:
               - hisilicon,peri-subctrl
               - microchip,sparx5-cpu-syscon
               - mstar,msc313-pmsleep
+              - rockchip,px30-qos
+              - rockchip,rk3066-qos
+              - rockchip,rk3288-qos
+              - rockchip,rk3399-qos
               - samsung,exynos3-sysreg
               - samsung,exynos4-sysreg
               - samsung,exynos5-sysreg
-- 
2.11.0


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-11-13 10:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-07 17:00 [PATCH v1 1/5] dt-binding: mfd: syscon: add Rockchip QoS register compatibles Johan Jonker
2020-11-07 17:01 ` [PATCH v1 2/5] ARM: dts: rockchip: add QoS register compatibles for rk3066/rk3188 Johan Jonker
2020-11-07 17:01 ` [PATCH v1 3/5] ARM: dts: rockchip: add QoS register compatibles for rk3288 Johan Jonker
2020-11-07 17:01 ` [PATCH v1 4/5] arm64: dts: rockchip: add QoS register compatibles for rk3399 Johan Jonker
2020-11-07 17:01 ` [PATCH v1 5/5] arm64: dts: rockchip: add QoS register compatibles for px30 Johan Jonker
2020-11-09 22:03 ` [PATCH v1 1/5] dt-binding: mfd: syscon: add Rockchip QoS register compatibles Rob Herring
2020-11-13 10:01 ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).