diff options
author | Chunyan Zhang <[email protected]> | 2023-12-15 16:56:27 +0800 |
---|---|---|
committer | Lee Jones <[email protected]> | 2024-01-10 11:26:05 +0000 |
commit | 64fe64f920f0b478c0fb350b1682b70c21160c98 (patch) | |
tree | c3e61b7791d249bacd91e2b03e2a7d86c7fba163 | |
parent | 3208bcef366a1795f03abd93a0dfe7f1c364e4d7 (diff) |
dt-bindings: mfd: sprd: Add support for UMS9620
Add bindings for Unisoc UMS9620 system global registers which provide
register maps for clocks.
Signed-off-by: Chunyan Zhang <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Lee Jones <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/mfd/sprd,ums512-glbreg.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
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 |