[PATCH v1] dt-bindings: pwm: samsung: add exynos8890 compatible

Ivaylo Ivanov posted 1 patch 2 weeks, 4 days ago
Documentation/devicetree/bindings/pwm/pwm-samsung.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH v1] dt-bindings: pwm: samsung: add exynos8890 compatible
Posted by Ivaylo Ivanov 2 weeks, 4 days ago
Add samsung,exynos8890-pwm compatible string to binding document.

Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
---
 Documentation/devicetree/bindings/pwm/pwm-samsung.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/pwm/pwm-samsung.yaml b/Documentation/devicetree/bindings/pwm/pwm-samsung.yaml
index 17a2b927a..97acbdec3 100644
--- a/Documentation/devicetree/bindings/pwm/pwm-samsung.yaml
+++ b/Documentation/devicetree/bindings/pwm/pwm-samsung.yaml
@@ -31,6 +31,7 @@ properties:
           - enum:
               - samsung,exynos5433-pwm
               - samsung,exynos7-pwm
+              - samsung,exynos8890-pwm
               - samsung,exynosautov9-pwm
               - samsung,exynosautov920-pwm
               - tesla,fsd-pwm
-- 
2.43.0
Re: [PATCH v1] dt-bindings: pwm: samsung: add exynos8890 compatible
Posted by Uwe Kleine-König 2 weeks, 3 days ago
On Sun, Sep 14, 2025 at 04:20:33PM +0300, Ivaylo Ivanov wrote:
> Add samsung,exynos8890-pwm compatible string to binding document.
> 
> Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
> ---
>  Documentation/devicetree/bindings/pwm/pwm-samsung.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/pwm/pwm-samsung.yaml b/Documentation/devicetree/bindings/pwm/pwm-samsung.yaml
> index 17a2b927a..97acbdec3 100644
> --- a/Documentation/devicetree/bindings/pwm/pwm-samsung.yaml
> +++ b/Documentation/devicetree/bindings/pwm/pwm-samsung.yaml
> @@ -31,6 +31,7 @@ properties:
>            - enum:
>                - samsung,exynos5433-pwm
>                - samsung,exynos7-pwm
> +              - samsung,exynos8890-pwm
>                - samsung,exynosautov9-pwm
>                - samsung,exynosautov920-pwm
>                - tesla,fsd-pwm

Applied to

https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux.git pwm/for-next

as merge window material.

Best regards
Uwe