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 29CA8FA3740 for ; Thu, 27 Oct 2022 13:29:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235978AbiJ0N3p (ORCPT ); Thu, 27 Oct 2022 09:29:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55252 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236083AbiJ0N3l (ORCPT ); Thu, 27 Oct 2022 09:29:41 -0400 Received: from mail-qk1-x736.google.com (mail-qk1-x736.google.com [IPv6:2607:f8b0:4864:20::736]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C941F20192 for ; Thu, 27 Oct 2022 06:29:37 -0700 (PDT) Received: by mail-qk1-x736.google.com with SMTP id a5so845661qkl.6 for ; Thu, 27 Oct 2022 06:29:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=TTwpwzBOTSlAfdzeffXJwW5XqdT/26wnvCx1vR6fN88=; b=qv4+MlbR8K3ZN+euxZlSZqM+OWMHZZDS2wpH/eO7JYgtfoc4JO8MkbwHp6in9KRUgL EKxJZFAD2XJgdpYDd6Impc+m3WR0/i65Kzy+vgOBF4WTCNOIw4eIhgIL4qgXAQKHYBJ8 k+v0AvhZoHNT/it7B0loctrkhRg4xiw/j7qCqZZDxB/XBJSenlbcMUtNxpoPEsR3kCtS xQMqm7RF/3RBQFhCtUurSD49SgmudmIjCPdRwcr2LZomUyTzp5RmoPivJVrEa8ZLoqQQ QwKlZq0atgBEh1mx4sJw/Iwk8lfz+idUnJKx8+WjjNayF5jWgAj77YVOf+qLCwzKhnma CLNQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=TTwpwzBOTSlAfdzeffXJwW5XqdT/26wnvCx1vR6fN88=; b=ccMlXl39lTkTMTpKkHVyFaoi7FjlWtlw0Rxeu0kF/ag4b4yvMGubWGYATDkRayiufx Dj0E4YPzbL7K+uJ04OenvUL2kBkURfPJzfhDlb7oewBKqyxC0j+I55lyZsLokDwfebQv UB9jgxJ71VusHO35VOwMsfyDz8MnUiOUbQ2sV/i3PBSpWQr63lLVaoLuZNo19fkFMfph ef+iOr6WusErFnTCtMaXftbHVpGuGmziJkOjoczviFLk08ntxd/qGvttla3ZqrGUj4/e sLcMmXUthkc0v6zLDyeMNBC9+naC2aLsrVPoRWfLKwPy4XDgCCyyx1F0C9ztQxcfP4by n+3w== X-Gm-Message-State: ACrzQf27nboSTE3y263qWoUx26D1CQCFPiuY1yGoLpj11Y8DV7RnznG1 1c2LX5mRu8BpL4TEB7k2oS4P7jWmDP8kWg== X-Google-Smtp-Source: AMsMyM5amd8emuD3HyWk/ILmdeMMES4jzpPlL62uVD1DdECOo2koSyCcCjBVdNr4ZOTDTPegg12wmg== X-Received: by 2002:a05:620a:438d:b0:6e2:a30c:25d1 with SMTP id a13-20020a05620a438d00b006e2a30c25d1mr34590135qkp.155.1666877366801; Thu, 27 Oct 2022 06:29:26 -0700 (PDT) Received: from [192.168.1.11] ([64.57.193.93]) by smtp.gmail.com with ESMTPSA id j6-20020a05620a288600b006f474e6a715sm927262qkp.131.2022.10.27.06.29.25 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 27 Oct 2022 06:29:26 -0700 (PDT) Message-ID: Date: Thu, 27 Oct 2022 09:29:24 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.0 Subject: Re: [PATCH 3/4] dt-bindings: arm: uniphier: Add NX1 boards Content-Language: en-US To: Kunihiko Hayashi , Rob Herring , Krzysztof Kozlowski , Arnd Bergmann , Olof Johansson , Masami Hiramatsu Cc: soc@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <20221027045157.23325-1-hayashi.kunihiko@socionext.com> <20221027045157.23325-4-hayashi.kunihiko@socionext.com> From: Krzysztof Kozlowski In-Reply-To: <20221027045157.23325-4-hayashi.kunihiko@socionext.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 27/10/2022 00:51, Kunihiko Hayashi wrote: > Add compatible string for NX1 SoM board, evaluation board, and reference > board support. > > Signed-off-by: Kunihiko Hayashi Acked-by: Krzysztof Kozlowski Best regards, Krzysztof