Message ID | 20210811114827.27322-4-semen.protsenko@linaro.org |
---|---|
State | New |
Headers | show |
Series | Add minimal support for Exynos850 SoC | expand |
On Wed, 11 Aug 2021 14:48:23 +0300, Sam Protsenko wrote: > Add compatible string for Exynos850 SoC. > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> > Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> > --- > Changes in v3: > - None > > Changes in v2: > - None > > Documentation/devicetree/bindings/serial/samsung_uart.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
On Wed, 18 Aug 2021 at 00:22, Rob Herring <robh@kernel.org> wrote: > > On Wed, 11 Aug 2021 14:48:23 +0300, Sam Protsenko wrote: > > Add compatible string for Exynos850 SoC. > > > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> > > Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> > > --- > > Changes in v3: > > - None > > > > Changes in v2: > > - None > > > > Documentation/devicetree/bindings/serial/samsung_uart.yaml | 1 + > > 1 file changed, 1 insertion(+) > > > > Acked-by: Rob Herring <robh@kernel.org> Hi guys, Can we please merge this one? I can see that corresponding driver changes were pulled in already into malinline, but this one seems to be missed. Thanks!
On 06/09/2021 18:27, Sam Protsenko wrote: > On Wed, 18 Aug 2021 at 00:22, Rob Herring <robh@kernel.org> wrote: >> >> On Wed, 11 Aug 2021 14:48:23 +0300, Sam Protsenko wrote: >>> Add compatible string for Exynos850 SoC. >>> >>> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> >>> Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> >>> --- >>> Changes in v3: >>> - None >>> >>> Changes in v2: >>> - None >>> >>> Documentation/devicetree/bindings/serial/samsung_uart.yaml | 1 + >>> 1 file changed, 1 insertion(+) >>> >> >> Acked-by: Rob Herring <robh@kernel.org> > > Hi guys, > > Can we please merge this one? I can see that corresponding driver > changes were pulled in already into malinline, but this one seems to > be missed. It's a merge window, so this has to wait. Originally, it should go via Greg's tree along with the drivers. I guess Rob will skip it now because it has his review/ack. :) If it is still pending after the merge window, ping me. With Rob's tag I can pick it up via Samsung SoC. 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