[PATCH 1/4] dt-bindings: mailbox: sprd: add compatible for UMS9230

Otto Pflüger posted 4 patches 1 month ago
[PATCH 1/4] dt-bindings: mailbox: sprd: add compatible for UMS9230
Posted by Otto Pflüger 1 month ago
Add a compatible string for the mailbox controller found in the UMS9230
SoC.

Signed-off-by: Otto Pflüger <otto.pflueger@abscue.de>
---
 Documentation/devicetree/bindings/mailbox/sprd-mailbox.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/mailbox/sprd-mailbox.yaml b/Documentation/devicetree/bindings/mailbox/sprd-mailbox.yaml
index b526f9c0c272b566688748302b5d939773d9932a..bf6ab4e7050cb75657977b9a07aaeb8191183510 100644
--- a/Documentation/devicetree/bindings/mailbox/sprd-mailbox.yaml
+++ b/Documentation/devicetree/bindings/mailbox/sprd-mailbox.yaml
@@ -16,6 +16,7 @@ properties:
     enum:
       - sprd,sc9860-mailbox
       - sprd,sc9863a-mailbox
+      - sprd,ums9230-mailbox
 
   reg:
     items:

-- 
2.50.0

Re: [PATCH 1/4] dt-bindings: mailbox: sprd: add compatible for UMS9230
Posted by Krzysztof Kozlowski 4 weeks ago
On Sat, Jan 10, 2026 at 04:43:35PM +0100, Otto Pflüger wrote:
> Add a compatible string for the mailbox controller found in the UMS9230
> SoC.
> 
> Signed-off-by: Otto Pflüger <otto.pflueger@abscue.de>
> ---
>  Documentation/devicetree/bindings/mailbox/sprd-mailbox.yaml | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Best regards,
Krzysztof