Message ID | 20210730144922.29111-8-semen.protsenko@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | Add minimal support for Exynos850 SoC | expand |
On 30/07/2021 16:49, Sam Protsenko wrote: > Add compatible string for Exynos850 SoC. > > Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> > --- > Documentation/devicetree/bindings/serial/samsung_uart.yaml | 1 + > 1 file changed, 1 insertion(+) Thanks for the patches! Please put this one before other serial changes but does not have to be first in the entire series. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Best regards, Krzysztof
On Fri, 30 Jul 2021 at 19:35, Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> wrote: > > On 30/07/2021 16:49, Sam Protsenko wrote: > > Add compatible string for Exynos850 SoC. > > > > Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> > > --- > > Documentation/devicetree/bindings/serial/samsung_uart.yaml | 1 + > > 1 file changed, 1 insertion(+) > > Thanks for the patches! > > Please put this one before other serial changes but does not have to be > first in the entire series. > Done. Will be present in v2. > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> > > Best regards, > Krzysztof
diff --git a/Documentation/devicetree/bindings/serial/samsung_uart.yaml b/Documentation/devicetree/bindings/serial/samsung_uart.yaml index f064e5b76cf1..2940afb874b3 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,exynos850-uart reg: maxItems: 1
Add compatible string for Exynos850 SoC. Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> --- Documentation/devicetree/bindings/serial/samsung_uart.yaml | 1 + 1 file changed, 1 insertion(+) -- 2.30.2