Message ID | 20200623182432.187843-1-paul@crapouillou.net |
---|---|
State | Accepted |
Commit | cd79e378f11da125c87fcafeaf4d479513299de7 |
Headers | show |
Series | [1/7] dt-bindings: vendor-prefixes: Add YLM | expand |
On Tue, 23 Jun 2020 20:24:26 +0200, Paul Cercueil wrote: > Shenzhen Yangliming Electronic Technology Co., Ltd., abbreviated YLM or > YLMChina, and known as Anbernic in the rest of the world, is a Chinese > manufacturer of handheld game consoles, some of which are known to be > running Linux. > > Signed-off-by: Paul Cercueil <paul@crapouillou.net> > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
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>
On Tue, Jun 23, 2020 at 08:24:26PM +0200, Paul Cercueil wrote: > Shenzhen Yangliming Electronic Technology Co., Ltd., abbreviated YLM or > YLMChina, and known as Anbernic in the rest of the world, is a Chinese > manufacturer of handheld game consoles, some of which are known to be > running Linux. > > Signed-off-by: Paul Cercueil <paul@crapouillou.net> > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 1 file changed, 2 insertions(+) series applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 9aeab66be85f..d24ecc7614fa 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -1167,6 +1167,8 @@ patternProperties: description: Shenzhen Xunlong Software CO.,Limited "^xylon,.*": description: Xylon + "^ylm,.*": + description: Shenzhen Yangliming Electronic Technology Co., Ltd. "^yna,.*": description: YSH & ATIL "^yones-toptech,.*":
Shenzhen Yangliming Electronic Technology Co., Ltd., abbreviated YLM or YLMChina, and known as Anbernic in the rest of the world, is a Chinese manufacturer of handheld game consoles, some of which are known to be running Linux. Signed-off-by: Paul Cercueil <paul@crapouillou.net> --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+)