From mboxrd@z Thu Jan 1 00:00:00 1970 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 8C0F3C4167B for ; Tue, 20 Dec 2022 18:21:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233220AbiLTSVa (ORCPT ); Tue, 20 Dec 2022 13:21:30 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56496 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229720AbiLTSV3 (ORCPT ); Tue, 20 Dec 2022 13:21:29 -0500 Received: from mail-oa1-f43.google.com (mail-oa1-f43.google.com [209.85.160.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EA8626264 for ; Tue, 20 Dec 2022 10:21:27 -0800 (PST) Received: by mail-oa1-f43.google.com with SMTP id 586e51a60fabf-144bd860fdbso16456027fac.0 for ; Tue, 20 Dec 2022 10:21:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=4ZDT69BkMgS1ufb9QGMpPvJfUJp4V81FFwfzz64wqN0=; b=4I23jONjCuaDFE605B0XKnv8zqVLzGEkG6w5ulbo0YQIfa7+oywJlD8jgfHdcBArO3 exxLP5kAwgs1wRickhRrUU04Vs3ZZvBq3qxRmbEWInZSxwhCFv52ej7DsROkhgp7fRPF PdgnZjOLCfnyQcCQiDX4UVpeIpOKInoGLA18Mo9sQniCoAWjHjaJQucuRJn5eiGtzVa4 nAPJesmA6bhJ+72TvqLsD+EapeMJOrrni1e6QUrfxp2tSz05mkwic8UwT4F/LbiXIHHf 6CBk373ztfTZsJDZpEOWEy3C+sBUp0VCpSY8ba9alWDjSQ7YwxPvA6D1lrplQEgYnIq2 ERmQ== X-Gm-Message-State: ANoB5pniDd91Aun86TsCz/zURa7RUiz7kHTyGKQDhLZYiX16i0Ro39ZM l5tcm3yTK1fZn2CRqY/yCw== X-Google-Smtp-Source: AA0mqf7Q4eZrgq+NP4KvXJf91fyaf1Lcmk8bAS4SFYoyNaOLa0cYasaVxutbCgSlUYO73Jc3Wyq2Kg== X-Received: by 2002:a05:6870:390c:b0:144:4246:9f3a with SMTP id b12-20020a056870390c00b0014442469f3amr26539660oap.17.1671560487102; Tue, 20 Dec 2022 10:21:27 -0800 (PST) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id k48-20020a4a94b3000000b004a0918698f9sm5298797ooi.17.2022.12.20.10.21.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Dec 2022 10:21:26 -0800 (PST) Received: (nullmailer pid 860739 invoked by uid 1000); Tue, 20 Dec 2022 18:21:25 -0000 Date: Tue, 20 Dec 2022 12:21:25 -0600 From: Rob Herring To: Marek Vasut Cc: Francesco Dolcini , Rob Herring , Fabio Estevam , Peng Fan , NXP Linux Team , Krzysztof Kozlowski , Marcel Ziswiler , Shawn Guo , devicetree@vger.kernel.org Subject: Re: [PATCH v2 1/4] dt-bindings: arm: Move MX8Menlo board to i.MX8M Mini Toradex Verdin SoM entry Message-ID: <167156048507.860678.14154644174455603947.robh@kernel.org> References: <20221216210244.591865-1-marex@denx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221216210244.591865-1-marex@denx.de> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, 16 Dec 2022 22:02:41 +0100, Marek Vasut wrote: > The MX8Menlo board is based on i.MX8M Mini Toradex Verdin SoM > which results in compatible string in the form: > "vendor,custom-board", "toradex,som-nonwifi", "toradex,som", "fsl,soc" > Move the binding entry so this quadruplet can be matched on. > > Signed-off-by: Marek Vasut > --- > Cc: Fabio Estevam > Cc: Francesco Dolcini > Cc: Krzysztof Kozlowski > Cc: Marcel Ziswiler > Cc: Peng Fan > Cc: Rob Herring > Cc: Shawn Guo > Cc: NXP Linux Team > Cc: devicetree@vger.kernel.org > To: linux-arm-kernel@lists.infradead.org > --- > V2: - Rework the patch > --- > Documentation/devicetree/bindings/arm/fsl.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Acked-by: Rob Herring