Am Dienstag, 29. November 2022, 08:54:22 CET schrieb Jagan Teki: > Neural Compute Module 2(Neu2) is a 96boards SoM-CB compute module > based on Rockchip RV1126 from Edgeble AI. > > Edgeble Neural Compute Module 2(Neu2) IO board is an industrial > form factor evaluation board from Edgeble AI. > > Neu2 needs to mount on top of this IO board in order to create complete > Edgeble Neural Compute Module 2(Neu2) IO platform. > > Add dt-bindings for it. > > Acked-by: Rob Herring <robh@xxxxxxxxxx> > Signed-off-by: Jagan Teki <jagan@xxxxxxxxxx> Acked-by: Heiko Stuebner <heiko@xxxxxxxxx> @Daniel: do you want to pick this patch into the clocksource tree? [together with the similar rk3128 one?] > --- > Changes for v9, v8: > - none > Changes for v7: > - collect Rob Ack > Changes for v6: > > Documentation/devicetree/bindings/arm/rockchip.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml > index 244c42eaae8c..26fdd205a899 100644 > --- a/Documentation/devicetree/bindings/arm/rockchip.yaml > +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml > @@ -85,6 +85,12 @@ properties: > - const: chipspark,rayeager-px2 > - const: rockchip,rk3066a > > + - description: Edgeble Neural Compute Module 2(Neu2) SoM based boards > + items: > + - const: edgeble,neural-compute-module-2-io # Edgeble Neural Compute Module 2 IO Board > + - const: edgeble,neural-compute-module-2 # Edgeble Neural Compute Module 2 SoM > + - const: rockchip,rv1126 > + > - description: Elgin RV1108 R1 > items: > - const: elgin,rv1108-r1 >