diff options
author | Peter Griffin <peter.griffin@linaro.org> | 2023-12-11 16:23:18 +0000 |
---|---|---|
committer | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2023-12-12 20:22:42 +0100 |
commit | bad3bc0a23b74e7b353978b6f58eed6c0f3b51a0 (patch) | |
tree | 01f4b162f53e6f880c006184988115cd8426e547 /Documentation | |
parent | 81306efd22fff7eecf4e62919283dd27111f0173 (diff) | |
download | linux-stable-bad3bc0a23b74e7b353978b6f58eed6c0f3b51a0.tar.gz linux-stable-bad3bc0a23b74e7b353978b6f58eed6c0f3b51a0.tar.bz2 linux-stable-bad3bc0a23b74e7b353978b6f58eed6c0f3b51a0.zip |
dt-bindings: serial: samsung: Add google-gs101-uart compatible
Add dedicated google-gs101-uart compatible to the dt-schema for
representing uart of the Google Tensor gs101 SoC.
Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Link: https://lore.kernel.org/r/20231211162331.435900-4-peter.griffin@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/serial/samsung_uart.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/serial/samsung_uart.yaml b/Documentation/devicetree/bindings/serial/samsung_uart.yaml index 4b6fc82c2edf..6af274d2f185 100644 --- a/Documentation/devicetree/bindings/serial/samsung_uart.yaml +++ b/Documentation/devicetree/bindings/serial/samsung_uart.yaml @@ -21,6 +21,7 @@ properties: - enum: - apple,s5l-uart - axis,artpec8-uart + - google,gs101-uart - samsung,s3c6400-uart - samsung,s5pv210-uart - samsung,exynos4210-uart |