[PATCH v1 1/2] dt-bindings: soc: samsung: exynos-pmu: Add exynos990-pmu compatible

Igor Belwon posted 2 patches 1 year ago
There is a newer version of this series
[PATCH v1 1/2] dt-bindings: soc: samsung: exynos-pmu: Add exynos990-pmu compatible
Posted by Igor Belwon 1 year ago
Add a dt-binding compatible for the exynos990-pmu.

Signed-off-by: Igor Belwon <igor.belwon@mentallysanemainliners.org>
---
 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 6cdfe7e059a3..8e6d051d8c97 100644
--- a/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml
+++ b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml
@@ -55,6 +55,7 @@ properties:
               - samsung,exynos7885-pmu
               - samsung,exynos8895-pmu
               - samsung,exynos9810-pmu
+              - samsung,exynos990-pmu
               - samsung,exynosautov9-pmu
               - samsung,exynosautov920-pmu
               - tesla,fsd-pmu
-- 
2.45.2
Re: [PATCH v1 1/2] dt-bindings: soc: samsung: exynos-pmu: Add exynos990-pmu compatible
Posted by Krzysztof Kozlowski 1 year ago
On Tue, Dec 03, 2024 at 10:13:43PM +0100, Igor Belwon wrote:
> Add a dt-binding compatible for the exynos990-pmu.

s/exynos990-pmu/Exynos990 PMU (and here goes explanation of PMU). You
just copied subject and basically copied patch contents which is
obvious. Instead say something useful about hardware, e.g.
is it different or is it compatible with anything?

Best regards,
Krzysztof