[PATCH v2 02/10] dt-bindings: sram: sunxi-sram: Add D1 compatible string

Samuel Holland posted 10 patches 3 years, 7 months ago
[PATCH v2 02/10] dt-bindings: sram: sunxi-sram: Add D1 compatible string
Posted by Samuel Holland 3 years, 7 months ago
D1 needs to export a register for managing some LDO regulators, so it
needs a unique compatible.

Signed-off-by: Samuel Holland <samuel@sholland.org>
---

(no changes since v1)

 .../bindings/sram/allwinner,sun4i-a10-system-control.yaml        | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/sram/allwinner,sun4i-a10-system-control.yaml b/Documentation/devicetree/bindings/sram/allwinner,sun4i-a10-system-control.yaml
index 5055c9081059..d64c1b28fb61 100644
--- a/Documentation/devicetree/bindings/sram/allwinner,sun4i-a10-system-control.yaml
+++ b/Documentation/devicetree/bindings/sram/allwinner,sun4i-a10-system-control.yaml
@@ -33,6 +33,7 @@ properties:
           - allwinner,sun5i-a13-system-control
           - allwinner,sun8i-a23-system-control
           - allwinner,sun8i-h3-system-control
+          - allwinner,sun20i-d1-system-control
           - allwinner,sun50i-a64-system-control
           - allwinner,sun50i-h5-system-control
           - allwinner,sun50i-h616-system-control
-- 
2.35.1
Re: [PATCH v2 02/10] dt-bindings: sram: sunxi-sram: Add D1 compatible string
Posted by Krzysztof Kozlowski 3 years, 7 months ago
On 15/08/2022 07:12, Samuel Holland wrote:
> D1 needs to export a register for managing some LDO regulators, so it
> needs a unique compatible.
> 
> Signed-off-by: Samuel Holland <samuel@sholland.org>


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof
Re: [PATCH v2 02/10] dt-bindings: sram: sunxi-sram: Add D1 compatible string
Posted by Heiko Stübner 3 years, 7 months ago
Am Montag, 15. August 2022, 06:12:39 CEST schrieb Samuel Holland:
> D1 needs to export a register for managing some LDO regulators, so it
> needs a unique compatible.
> 
> Signed-off-by: Samuel Holland <samuel@sholland.org>

Reviewed-by: Heiko Stuebner <heiko@sntech.de>