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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 71BF1ECAAD8 for ; Wed, 14 Sep 2022 11:55:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=AJXsG64lghsK6F8NTLtpr2UOEGeC+b0kwt6n6VljOvQ=; b=Ez78q8rVh3rxBv TNKdhGLE9hTVfOwP1oxxeKapCO3urPzd88SzE2vqn6pLEBFxcVeOqg2I+b8Ej1x+qjUEyfXj0LnQd srrIlFQBd0WCj30hkwsQoYgqXEv7jMGswJ2dQ7vOQSHYcTyH8UcipJAVZmu6O/a+9iDgsL7Ycyfea OXizKpy7yUubz/sc8KDf0voHe+ayrDV0qizgd8RH9D6kgzgNglLStiUgIXV1axiJ4Z8Ib+N2ldUyo ExBBRjtFsDlIUR4avMEW7j5PJxeEE7/lmSLl9wVl6rB0YpparSvGC4AWGbDV7yYMDhgMKiQySlqEX h14JaM2RIUECv0RJwp3g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oYQyP-00GV7t-1y; Wed, 14 Sep 2022 11:54:33 +0000 Received: from mail-ot1-f53.google.com ([209.85.210.53]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oYQyM-00GV2Q-Qr for linux-arm-kernel@lists.infradead.org; Wed, 14 Sep 2022 11:54:31 +0000 Received: by mail-ot1-f53.google.com with SMTP id l7-20020a056830154700b0065563d564dfso10112732otp.0 for ; Wed, 14 Sep 2022 04:54:29 -0700 (PDT) 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; bh=p5csJKwFGqIZx9kSO+FYtEJv/E2okrfxgAoPmuUIZNA=; b=u1B3jY9p/b/3rDdfjhP9NPuWWNW1evDDnq1pr9e94MZmPVhMJW0290TqTeljW9xXZg 3fCuNyFpQrknksY6X48JrEKvFOWKeDlfrD2Jn0NuM76SAbfwtRAbiqDcH/y2i9vKxMfb 4JE8vA398VK/bsC0MylsIHiHL6+hol8R5nkc2qKM4PvhoR4FegxqKqVpzXbaeqCjQLWq zywW3wA7Ax9Fz1xgc6sDVaSMUF1S8mW92Nall5/FiP/r49kYfsDRqYwttyS8zLgKdPnO +usInF3dQAwlT5M5YikvEfMuRzQmKx0aL0cnx1ClyJCeoTDD+EOi2WXdNIiXe2r99qge +5Ug== X-Gm-Message-State: ACgBeo1PFEI8WymBs+1F93aJ7tDQrC7z7BfFGXVfid0EGq82ec65llLx QuE46pL+SLU0y+qY6ZznvA== X-Google-Smtp-Source: AA6agR41FX463W1yg3ZQWAXglg8d8q9DanQHhA3AHbJwnwIQAlS+dgW4HiGTDdKkr7yFJVdVyhg70Q== X-Received: by 2002:a9d:5911:0:b0:657:a6bd:372c with SMTP id t17-20020a9d5911000000b00657a6bd372cmr881373oth.6.1663156468650; Wed, 14 Sep 2022 04:54:28 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id w15-20020a0568080d4f00b0032f0fd7e1f8sm6210070oik.39.2022.09.14.04.54.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 14 Sep 2022 04:54:28 -0700 (PDT) Received: (nullmailer pid 1833126 invoked by uid 1000); Wed, 14 Sep 2022 11:54:27 -0000 Date: Wed, 14 Sep 2022 06:54:27 -0500 From: Rob Herring To: Sascha Hauer Cc: linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de, devicetree@vger.kernel.org, Rob Herring Subject: Re: [PATCH v2 2/3] dt-bindings: arm: fsl: Add InnoComm WB15 EVK Message-ID: <20220914115427.GA1833031-robh@kernel.org> References: <20220913103337.1849023-1-s.hauer@pengutronix.de> <20220913103337.1849023-3-s.hauer@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220913103337.1849023-3-s.hauer@pengutronix.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220914_045430_885958_278897DE X-CRM114-Status: GOOD ( 11.09 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, 13 Sep 2022 12:33:36 +0200, Sascha Hauer wrote: > Add board compatibles for the InnoComm WB15 EVK board. > > Signed-off-by: Sascha Hauer > --- > > Notes: > Changes since v1: > - Fix spelling of InnoComm > > Documentation/devicetree/bindings/arm/fsl.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel