Skip to content

Commit

Permalink
dt-bindings: serial: ingenic: Add support for the JZ4750/55 SoCs
Browse files Browse the repository at this point in the history
These SoCs UART block are the same as JZ4725b' one, the difference is
outside of the block - it is in the clock generation unit (CGU).
The difference requires to make a quirk for early console init.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Siarhei Volkau <lis8215@gmail.com>
Link: https://lore.kernel.org/r/20221031184041.1338129-2-lis8215@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Siarhei Volkau authored and Greg Kroah-Hartman committed Nov 3, 2022
1 parent 7b1c56e commit 0c3c184
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Documentation/devicetree/bindings/serial/ingenic,uart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ properties:
oneOf:
- enum:
- ingenic,jz4740-uart
- ingenic,jz4750-uart
- ingenic,jz4760-uart
- ingenic,jz4780-uart
- ingenic,x1000-uart
Expand All @@ -31,6 +32,9 @@ properties:
- items:
- const: ingenic,jz4725b-uart
- const: ingenic,jz4740-uart
- items:
- const: ingenic,jz4755-uart
- const: ingenic,jz4750-uart

reg:
maxItems: 1
Expand Down

0 comments on commit 0c3c184

Please sign in to comment.