[PATCH 4/7] dt-bindings: samsung: exynos-pmu: Add compatible for ARTPEC-9 SoC

Ravi Patel posted 7 patches 2 weeks, 1 day ago
[PATCH 4/7] dt-bindings: samsung: exynos-pmu: Add compatible for ARTPEC-9 SoC
Posted by Ravi Patel 2 weeks, 1 day ago
From: SungMin Park <smn1196@coasia.com>

Add Axis ARTPEC-9 pmu compatible to the bindings documentation.
It reuses the older samsung,exynos7-pmu design.

Signed-off-by: SungMin Park <smn1196@coasia.com>
Signed-off-by: Ravi Patel <ravi.patel@samsung.com>
---
 Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml
index f0fb24156da9..0d24a7ffa001 100644
--- a/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml
+++ b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml
@@ -52,6 +52,7 @@ properties:
           - const: syscon
       - items:
           - enum:
+              - axis,artpec9-pmu
               - samsung,exynos2200-pmu
               - samsung,exynos7870-pmu
               - samsung,exynos7885-pmu
-- 
2.17.1
Re: [PATCH 4/7] dt-bindings: samsung: exynos-pmu: Add compatible for ARTPEC-9 SoC
Posted by Conor Dooley 2 weeks ago
Acked-by: Conor Dooley <conor.dooley@microchip.com>