[PATCH v1 07/10] dt-bindings: soc: samsung: exynos-pmu: Add exynos8895 compatible

ivo.ivanov.ivanov1@gmail.com posted 10 patches 1 year, 6 months ago
There is a newer version of this series
[PATCH v1 07/10] dt-bindings: soc: samsung: exynos-pmu: Add exynos8895 compatible
Posted by ivo.ivanov.ivanov1@gmail.com 1 year, 6 months ago
From: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>

Add exynos8895-pmu compatible to the bindings documentation.

Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.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 15fcd8f1d..5c4ba6c65 100644
--- a/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml
+++ b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml
@@ -53,6 +53,7 @@ properties:
       - items:
           - enum:
               - samsung,exynos7885-pmu
+              - samsung,exynos8895-pmu
               - samsung,exynosautov9-pmu
               - samsung,exynosautov920-pmu
               - tesla,fsd-pmu
-- 
2.34.1
Re: [PATCH v1 07/10] dt-bindings: soc: samsung: exynos-pmu: Add exynos8895 compatible
Posted by Krzysztof Kozlowski 1 year, 6 months ago
On 07/08/2024 10:28, ivo.ivanov.ivanov1@gmail.com wrote:
> From: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
> 
> Add exynos8895-pmu compatible to the bindings documentation.

All your commit msg could say more, e.g. why it is or it is not
compatible with existing devices.

> 
> Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.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 15fcd8f1d..5c4ba6c65 100644
> --- a/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml
> +++ b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml
> @@ -53,6 +53,7 @@ properties:
>        - items:
>            - enum:
>                - samsung,exynos7885-pmu
> +              - samsung,exynos8895-pmu
>                - samsung,exynosautov9-pmu
>                - samsung,exynosautov920-pmu

No update to select? Does that mean we don't need it anymore?

Best regards,
Krzysztof