On 7/16/20 3:34 PM, Robin Murphy wrote: > On 2020-07-16 13:05, Johan Jonker wrote: >> Hi Rob, >> >> The A95X Z2 boxes are sold by various vendors/manufacturers/web shops. >> The box it self only shows a label with a model name. >> Determining the true vendor is a kind of tricky for a outsider of the >> business. >> Could you advise what would be a save choice to the rather rigid vendor >> requirements. >> Is for example this a option: >> >> "^a95x,.*": >> description: A95X >> >> Is there someone who can give more info on this subject? > > FWIW we already have some "A95X" branded things attributed to Nexbox in > upstream DTs, however, the evidence from scraping around the internet > suggests that the closest thing to an original vendor for the "A95X Z2" > model is probably these folks: > > https://zkmagic.en.alibaba.com/ That's where I got my update/backup img from. A mail was sent, but what if they all claim to be a 'official' or 'direct' store? option 1: - description: A95X Z2 items: - const: a95x,z2 "^a95x,.*": description: A95X or option 2: - description: Zkmagic A95X Z2 items: - const: zkmagic,a95x-z2 "^zkmagic,.*": description: Shenzhen Zkmagic Technology Co., Ltd. I'ld rather prefer a short neutral name like option 1 just to be save. ;) For the completeness there seems to be: a95x a2 a95x a3 a95x f1 a95x f2 a95x f3 a95x max a95x max plus a95x r1 a95x r2 a95x r3 a95x r5 a95x z2 a95x z2 + Any advice welcome.. Johan > > Robin. > >> >> Kind regards, >> >> Johan Jonker >> >> On 7/15/20 9:29 PM, Rob Herring wrote: >>> On Sat, Jun 20, 2020 at 03:46:58PM +0200, Johan Jonker wrote: >>>> Add A95X Z2 description for a board with rk3318 processor. >>>> >>>> Signed-off-by: Johan Jonker <jbx6244@xxxxxxxxx> >>>> --- >>>> Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ >>>> 1 file changed, 5 insertions(+) >>>> >>>> diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml >>>> b/Documentation/devicetree/bindings/arm/rockchip.yaml >>>> index d4a404509..3d44b3cf0 100644 >>>> --- a/Documentation/devicetree/bindings/arm/rockchip.yaml >>>> +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml >>>> @@ -25,6 +25,11 @@ properties: >>>> - const: vamrs,rock960 >>>> - const: rockchip,rk3399 >>>> + - description: A95X Z2 >>>> + items: >>>> + - const: a95x,z2 >>> >>> Need to document vendor prefix. >>> >>>> + - const: rockchip,rk3318 >>>> + >>>> - description: Amarula Vyasa RK3288 >>>> items: >>>> - const: amarula,vyasa-rk3288 >>>> -- >>>> 2.11.0 >>>> >> >> >> _______________________________________________ >> Linux-rockchip mailing list >> Linux-rockchip@xxxxxxxxxxxxxxxxxxx >> http://lists.infradead.org/mailman/listinfo/linux-rockchip >>