On Wed, Apr 14, 2021 at 9:00 PM Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx> wrote: > > On 14/04/2021 08:51, dillon.minfei@xxxxxxxxx wrote: > > From: dillon min <dillon.minfei@xxxxxxxxx> > > > > The DaSheng Com-9xx is and ARM based signle board computer (SBC) > > featuring: > > - i.MX6Q > > - 2GiB LPDDR3 DRAM > > - 8GiB eMMC 5.0 FLASH > > - 4MiB SPI Flash > > - USB 2.0 Host/Device > > - Multiple multi-protocol RS232/RS485 Serial ports > > - microSD socket > > - 5V DC power input > > - HDMI1.4a,1080p@60 > > - RGMIIx1 Gigabit Ethernet > > - CSI0x1, connect with ov2659 > > > > Signed-off-by: dillon min <dillon.minfei@xxxxxxxxx> > > Cc: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx> > > --- > > v2: no changes > > > > Documentation/devicetree/bindings/arm/fsl.yaml | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml > > index 297c87f45db8..24bdfbd4853f 100644 > > --- a/Documentation/devicetree/bindings/arm/fsl.yaml > > +++ b/Documentation/devicetree/bindings/arm/fsl.yaml > > @@ -206,6 +206,7 @@ properties: > > - fsl,imx6q-sabreauto > > - fsl,imx6q-sabrelite > > - fsl,imx6q-sabresd > > + - ds,imx6q-sbc # Da Sheng COM-9XX Modules > > You break here the alphabetical order. Should be after dmo,imx6q-edmqmx6. Agree, will move to below dmo,imx6q-edmqmx6 in v3, thanks for patient. Best regards. Dillon > > > Best regards, > Krzysztof