Message ID | 20200623182432.187843-2-paul@crapouillou.net (mailing list archive) |
---|---|
State | Mainlined |
Commit | 530043b86b5e63eb2fe7037ea8107da37b13bdbe |
Headers | show |
Series | [1/7] dt-bindings: vendor-prefixes: Add YLM | expand |
On Tue, 23 Jun 2020 20:24:27 +0200, Paul Cercueil wrote: > Add an entry to ingenic/devices.yaml for the JZ4725B-based > YLM "RetroMini" RS-90. > > Signed-off-by: Paul Cercueil <paul@crapouillou.net> > --- > Documentation/devicetree/bindings/mips/ingenic/devices.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/mips/ingenic/devices.yaml b/Documentation/devicetree/bindings/mips/ingenic/devices.yaml index d1175030781a..07d8550a9b49 100644 --- a/Documentation/devicetree/bindings/mips/ingenic/devices.yaml +++ b/Documentation/devicetree/bindings/mips/ingenic/devices.yaml @@ -22,6 +22,11 @@ properties: - const: qi,lb60 - const: ingenic,jz4740 + - description: YLM RetroMini RS-90 + items: + - const: ylm,rs90 + - const: ingenic,jz4725b + - description: Game Consoles Worldwide GCW Zero items: - const: gcw,zero
Add an entry to ingenic/devices.yaml for the JZ4725B-based YLM "RetroMini" RS-90. Signed-off-by: Paul Cercueil <paul@crapouillou.net> --- Documentation/devicetree/bindings/mips/ingenic/devices.yaml | 5 +++++ 1 file changed, 5 insertions(+)