diff options
author | Paul Cercueil <paul@crapouillou.net> | 2019-12-10 17:41:37 +0300 |
---|---|---|
committer | Paul Cercueil <paul@crapouillou.net> | 2019-12-14 21:25:24 +0300 |
commit | 9482ae6ea7879f29221eb9cd10807d087517b38b (patch) | |
tree | 0ed4e5a953387f7ba33b0536e81e32ef45259b8f /Documentation | |
parent | c23f45d983270e5491275f28937301ccfa45d2ec (diff) | |
download | linux-9482ae6ea7879f29221eb9cd10807d087517b38b.tar.xz |
dt-bindings: display/ingenic: Add compatible string for JZ4770
Add a compatible string for the LCD controller found in the JZ4770 SoC.
v2: No change
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20191210144142.33143-1-paul@crapouillou.net
# *** extracted tags ***
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/display/ingenic,lcd.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/ingenic,lcd.txt b/Documentation/devicetree/bindings/display/ingenic,lcd.txt index 7b536c8c6dde..01e3261defb6 100644 --- a/Documentation/devicetree/bindings/display/ingenic,lcd.txt +++ b/Documentation/devicetree/bindings/display/ingenic,lcd.txt @@ -4,6 +4,7 @@ Required properties: - compatible: one of: * ingenic,jz4740-lcd * ingenic,jz4725b-lcd + * ingenic,jz4770-lcd - reg: LCD registers location and length - clocks: LCD pixclock and device clock specifiers. The device clock is only required on the JZ4740. |