Message ID | 20231215085630.984892-2-chunyan.zhang@unisoc.com |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | Add DTS and bindings for Unisoc's UMS9620 | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success | |
robh/patch-applied | success | |
robh/dtbs-check | warning | build log |
robh/dt-meta-schema | success |
On 15/12/2023 09:56, Chunyan Zhang wrote: > Add bindings for Unisoc UMS9620 system global registers which provide > register maps for clocks. > > Signed-off-by: Chunyan Zhang <chunyan.zhang@unisoc.com> > --- Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Fri, 15 Dec 2023 16:56:27 +0800, Chunyan Zhang wrote: > Add bindings for Unisoc UMS9620 system global registers which provide > register maps for clocks. > > Applied, thanks! [1/4] dt-bindings: mfd: sprd: Add support for UMS9620 commit: 5fa295f5cd1e9995e914b75c7d7948808af95ca4 -- Lee Jones [李琼斯]
diff --git a/Documentation/devicetree/bindings/mfd/sprd,ums512-glbreg.yaml b/Documentation/devicetree/bindings/mfd/sprd,ums512-glbreg.yaml index 996bd4a17ca3..a750fa23d7e7 100644 --- a/Documentation/devicetree/bindings/mfd/sprd,ums512-glbreg.yaml +++ b/Documentation/devicetree/bindings/mfd/sprd,ums512-glbreg.yaml @@ -19,7 +19,9 @@ description: properties: compatible: items: - - const: sprd,ums512-glbregs + - enum: + - sprd,ums512-glbregs + - sprd,ums9620-glbregs - const: syscon - const: simple-mfd
Add bindings for Unisoc UMS9620 system global registers which provide register maps for clocks. Signed-off-by: Chunyan Zhang <chunyan.zhang@unisoc.com> --- Documentation/devicetree/bindings/mfd/sprd,ums512-glbreg.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)