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 X-Spam-Level: X-Spam-Status: No, score=-11.2 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, UNWANTED_LANGUAGE_BODY,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 64140C07E9A for ; Mon, 12 Jul 2021 20:14:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 49ABF61245 for ; Mon, 12 Jul 2021 20:14:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234060AbhGLURU (ORCPT ); Mon, 12 Jul 2021 16:17:20 -0400 Received: from mail-io1-f46.google.com ([209.85.166.46]:36671 "EHLO mail-io1-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233478AbhGLURT (ORCPT ); Mon, 12 Jul 2021 16:17:19 -0400 Received: by mail-io1-f46.google.com with SMTP id u7so24223889ion.3 for ; Mon, 12 Jul 2021 13:14:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=ujFMA+hMrUmT7cVUeg1tfuvODZSAIYxTqES6NtonES4=; b=fJc58sKS6KsITfe2i56SFS8f0YkEXgxw+LkrI23KFWHrzZCxNTnQCh7SKV6CN5MgJ3 0s5mQ858nkdVcCIhIVXih3sozi2tOIdSLFD8GmYmpF81MUCS2+Io1r5OSnnZ2oyLinQ7 lEBU42DyHYBur8+3uOOF95Kw4p94iJrmyZzGWdHJaJLx8iZTZkFi/jPcIUD0Uu3ImS5D Et8S9wMA3tjKHntii17t6hwnSrRwJrN7kEuzYU5DPAVFscq3vugHdgBCTVa7H08gULmL 06/3uMI0qUZIhJM5oSGwkMMVtLr6x7Tnkl8hwlKbR4RwupktaEj2QLEzF7FLxWzncq8O BkOA== X-Gm-Message-State: AOAM530FjJuCw24vQNKB+9A31BOKK+fsC0nd00lEcwbYkDg8vNVFVect bKQ/Q1BN7vkiL0KKQXT9UA== X-Google-Smtp-Source: ABdhPJzOLn4APGVG1nKmc2qZ2z5S2MfzNNZt/cT3GpZl4Pv4O9svr42eRc1ndov0GLJQAPDrJRbBfw== X-Received: by 2002:a6b:fe09:: with SMTP id x9mr533070ioh.20.1626120869835; Mon, 12 Jul 2021 13:14:29 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id h13sm3137813ila.44.2021.07.12.13.14.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 12 Jul 2021 13:14:28 -0700 (PDT) Received: (nullmailer pid 2412840 invoked by uid 1000); Mon, 12 Jul 2021 20:14:27 -0000 Date: Mon, 12 Jul 2021 14:14:27 -0600 From: Rob Herring To: "Russell King (Oracle)" List-Id: Cc: Rob Herring , Arnd Bergmann , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Fabio Estevam , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Olof Johansson , soc@kernel.org, Li Yang , NXP Linux Team Subject: Re: [PATCH 1/2] dt-bindings: arm: fsl: add SolidSense boards Message-ID: <20210712201427.GA2412806@robh.at.kernel.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sat, 19 Jun 2021 16:55:26 +0100, Russell King (Oracle) wrote: > Add SolidRun SolidSense boards. > > Signed-off-by: Russell King (Oracle) > --- > Documentation/devicetree/bindings/arm/fsl.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring