Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3D227C6FD1F for ; Tue, 14 Mar 2023 18:57:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229802AbjCNS5O (ORCPT ); Tue, 14 Mar 2023 14:57:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41464 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229687AbjCNS5L (ORCPT ); Tue, 14 Mar 2023 14:57:11 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 40062AD00E; Tue, 14 Mar 2023 11:57:10 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id D62E56195A; Tue, 14 Mar 2023 18:57:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 37B01C4339B; Tue, 14 Mar 2023 18:57:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1678820229; bh=KmEh4pTBQMrg0Y8FTX/QjQEhBAXXbRindsRNaUzezPI=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=W0yJwq/6RRbRXI1CHDsb51XWTerbY/DIc0Yb2kmBUURFW+HmW8iozWdCI+JAJlxvf 5ot+wtI/xbX9GqRnvwsc+0WN2xeo2NVNZKU9rgmtEWSDYNJbsqptZpF8jdOPQI40cT ygYUPrmsEJ2Q7eqxhD1WYXfGjJDY0bXDQO/eBZ2RK2xLV5L5Fs2/P073XkT+YIb402 zl+A36RUkDsEAntnZG4vv4tRe0tV46jEUOcfz+pTrYNdeHIrk/3MrujjeF+zBn00me FZsBv52u9YC3nKYJbN45+RSbZhTDoYqlMD+yRd4GXZIOlnVdakVXz0akNAfbPIvD44 ZTMGOyjxYCCkA== Received: by mail-ua1-f53.google.com with SMTP id i22so6785134uat.8; Tue, 14 Mar 2023 11:57:09 -0700 (PDT) X-Gm-Message-State: AO0yUKW29TJH0tfu+W9MgveBQws+LShvq5TOQPnnRc62gdsvzvqXCPeh iR94Aq3eHMQo50BZ1E9D1LSn8OuJI7UcRv5iyQ== X-Google-Smtp-Source: AK7set+sXKo/5ss3HXPOBIKIyymPw83xzP60c5RH+zvuBezt29Oc92Fk+zqugNllEYKIGygsWGis5C6ohHyAr2elrwk= X-Received: by 2002:a1f:cec4:0:b0:40e:fee9:667a with SMTP id e187-20020a1fcec4000000b0040efee9667amr23992692vkg.3.1678820228060; Tue, 14 Mar 2023 11:57:08 -0700 (PDT) MIME-Version: 1.0 References: <20230203014526.1461386-1-peng.fan@oss.nxp.com> <167543212276.4084541.17286318072815310709.robh@kernel.org> In-Reply-To: From: Rob Herring Date: Tue, 14 Mar 2023 13:56:56 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH V2] dt-bindings: usb: snps,dwc3: support i.MX8MQ To: Peng Fan Cc: "Peng Fan (OSS)" , "gregkh@linuxfoundation.org" , "linux-kernel@vger.kernel.org" , "linux-usb@vger.kernel.org" , Jun Li , "balbi@kernel.org" , "krzysztof.kozlowski+dt@linaro.org" , "devicetree@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 3, 2023 at 5:49=E2=80=AFPM Peng Fan wrote: > > Hi Rob, > > > Subject: Re: [PATCH V2] dt-bindings: usb: snps,dwc3: support i.MX8MQ > > > > > > On Fri, 03 Feb 2023 09:45:26 +0800, Peng Fan (OSS) wrote: > > > From: Peng Fan > > > > > > i.MX8MQ use Synopsys DesignWare USB3 Controller IP, so add the > > > compatible. > > > > > > Signed-off-by: Peng Fan > > > --- > > > > > > V2: > > > Rebased on linux-next, remove power-domains from v1 > > > > > > Documentation/devicetree/bindings/usb/snps,dwc3.yaml | 12 > > > +++++++----- > > > 1 file changed, 7 insertions(+), 5 deletions(-) > > > > > > > My bot found errors running 'make DT_CHECKER_FLAGS=3D-m > > dt_binding_check' > > on your patch (DT_CHECKER_FLAGS is new in v5.13): > > > > yamllint warnings/errors: > > The error is not related my patch, I could help add rochchip and LSx supp= ort later, > this patch is just for i.MX8MQ. It is related. You must pass 'make dt_binding_check' without setting DT_SCHEMA_FILES. Your schema is being applied to the rockchip,dwc3.yaml example. Most likely you need a custom 'select' entry to avoid applying to all 'snps,dwc3' compatibles. Rob