Message ID | 20220129175332.298666-5-krzysztof.kozlowski@canonical.com |
---|---|
State | New |
Headers | show |
Series | [1/5] arm64: dts: exynos: align pl330 node name with dtschema | expand |
>-----Original Message----- >From: Krzysztof Kozlowski [mailto:krzysztof.kozlowski@canonical.com] >Sent: Saturday, January 29, 2022 11:24 PM >To: Lee Jones <lee.jones@linaro.org>; Rob Herring <robh+dt@kernel.org>; >Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>; Alim Akhtar ><alim.akhtar@samsung.com>; Greg Kroah-Hartman ><gregkh@linuxfoundation.org>; Sylwester Nawrocki ><s.nawrocki@samsung.com>; Marek Szyprowski ><m.szyprowski@samsung.com>; devicetree@vger.kernel.org; linux-arm- >kernel@lists.infradead.org; linux-samsung-soc@vger.kernel.org; linux- >kernel@vger.kernel.org; linux-serial@vger.kernel.org >Subject: [PATCH 5/5] dt-bindings: serial: samsung_uart: Document >Exynos5433 compatible > >Document the Exynos5433 UART compatible, supported since commit >31ec77aca72e ("serial: samsung: Add the support for Exynos5433 SoC"). > >Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> >--- Thanks Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com> > Documentation/devicetree/bindings/serial/samsung_uart.yaml | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/Documentation/devicetree/bindings/serial/samsung_uart.yaml >b/Documentation/devicetree/bindings/serial/samsung_uart.yaml >index 2940afb874b3..6aceba4a5f79 100644 >--- a/Documentation/devicetree/bindings/serial/samsung_uart.yaml >+++ b/Documentation/devicetree/bindings/serial/samsung_uart.yaml >@@ -26,6 +26,7 @@ properties: > - samsung,s3c6400-uart > - samsung,s5pv210-uart > - samsung,exynos4210-uart >+ - samsung,exynos5433-uart > - samsung,exynos850-uart > > reg: >@@ -111,6 +112,7 @@ allOf: > enum: > - apple,s5l-uart > - samsung,exynos4210-uart >+ - samsung,exynos5433-uart > then: > properties: > clocks: >-- >2.32.0
On Sat, Jan 29, 2022 at 06:53:32PM +0100, Krzysztof Kozlowski wrote: > Document the Exynos5433 UART compatible, supported since commit > 31ec77aca72e ("serial: samsung: Add the support for Exynos5433 SoC"). > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> > --- > Documentation/devicetree/bindings/serial/samsung_uart.yaml | 2 ++ > 1 file changed, 2 insertions(+) Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/serial/samsung_uart.yaml b/Documentation/devicetree/bindings/serial/samsung_uart.yaml index 2940afb874b3..6aceba4a5f79 100644 --- a/Documentation/devicetree/bindings/serial/samsung_uart.yaml +++ b/Documentation/devicetree/bindings/serial/samsung_uart.yaml @@ -26,6 +26,7 @@ properties: - samsung,s3c6400-uart - samsung,s5pv210-uart - samsung,exynos4210-uart + - samsung,exynos5433-uart - samsung,exynos850-uart reg: @@ -111,6 +112,7 @@ allOf: enum: - apple,s5l-uart - samsung,exynos4210-uart + - samsung,exynos5433-uart then: properties: clocks:
Document the Exynos5433 UART compatible, supported since commit 31ec77aca72e ("serial: samsung: Add the support for Exynos5433 SoC"). Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> --- Documentation/devicetree/bindings/serial/samsung_uart.yaml | 2 ++ 1 file changed, 2 insertions(+)