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 EA0C5FA3740 for ; Thu, 27 Oct 2022 19:34:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236651AbiJ0TeL (ORCPT ); Thu, 27 Oct 2022 15:34:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37360 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236638AbiJ0TeF (ORCPT ); Thu, 27 Oct 2022 15:34:05 -0400 Received: from mail-qv1-xf29.google.com (mail-qv1-xf29.google.com [IPv6:2607:f8b0:4864:20::f29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 371577A749 for ; Thu, 27 Oct 2022 12:34:05 -0700 (PDT) Received: by mail-qv1-xf29.google.com with SMTP id i12so2344173qvs.2 for ; Thu, 27 Oct 2022 12:34:05 -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=whi0qWR88uiXiB/0dQGhTPjfXFvAyXhTlTvNAGW28dI=; b=K1U8hhv7zRlATdxEIGQF5BaF12mIraxogSOGmBdejcqQhI117u5m54+mucRWd9hYqy GaIzNSGhrp8xYsPyoLyabGysMnEyiigik1H7kRdSIradELalhMyythTuK+zIuOE9yzDO 1agBzq87gtoY4x+MpwV2VjsWtZ7HtEaAibiJfdP5oFavpf8JW0vjoqM9p3bpq6QqGKo/ ynfTupWdJNe53S1cbKOgUbCZrQd5NT96PxOdo+/bF+5kx+S5aFW+ifoDauCkbihh2fSo waRvu8ywkKnrSEwxvLZFqPUPytQm6d42ranu9LcTcV7rTnzOydBWXhdWEh+/fBuZfn14 SwCg== 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=whi0qWR88uiXiB/0dQGhTPjfXFvAyXhTlTvNAGW28dI=; b=XwuQdZ1+LiCgyg0LJzrSyd/iO6p3U3sHkc9L8oATc1G4qXzWq0MFfUiyLy/IOt44Ea 0hdEkAgrTDWpMQ4IXC6OMXzpjKgTcUWRrcvkPe3bDef7GjwhLjHRv9U4lwFhRngrCphD N5l7y6m53VQ4pGxqOYumyzub/KhNMNNWccBllUm3Oxfnc4ySsvuREfdza6lIlokVxu0Q 1tiTHo1HFH2VjDcEvWbmtd2tjaH2xxrY3VlAw6+qq785eI+8iqbdvrAl887fWaIi0Jc/ zmNS04ccFS4YBY7d1tOwMdL1AE0swZPB30tPLrkUKaTLzEa2ALwT2wRmjkEFB+KphJGB CObw== X-Gm-Message-State: ACrzQf3fwK+az74MvztkHcHQwzCiCqMRNJ10jDESU8GL+WPj09nCDv7X QmCaVb+svwkAojPyj5U3UWU2Sw== X-Google-Smtp-Source: AMsMyM7zS/da+sbofhtFO8oC+F1BcHz9Dyj8aECEUtrU0MbNt58kjE4qeZcBCSmuSNHCLdAPmVgkAA== X-Received: by 2002:ad4:5dc6:0:b0:4bb:798f:5272 with SMTP id m6-20020ad45dc6000000b004bb798f5272mr17365216qvh.131.1666899244393; Thu, 27 Oct 2022 12:34:04 -0700 (PDT) Received: from [192.168.1.11] ([64.57.193.93]) by smtp.gmail.com with ESMTPSA id u15-20020a05620a454f00b006ce2c3c48ebsm1598765qkp.77.2022.10.27.12.34.02 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 27 Oct 2022 12:34:03 -0700 (PDT) Message-ID: <46704959-ec70-9409-c894-ea08b15135e2@linaro.org> Date: Thu, 27 Oct 2022 15:34:02 -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 v3 6/9] ARM: dts: nspire: Fix uart node to conform with DT binding Content-Language: en-US To: Andrew Davis , Lee Jones , Rob Herring , Krzysztof Kozlowski , Arnd Bergmann , Linus Walleij , Geert Uytterhoeven , Daniel Tang , Fabian Vogt Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <20221027181337.8651-1-afd@ti.com> <20221027181337.8651-7-afd@ti.com> From: Krzysztof Kozlowski In-Reply-To: <20221027181337.8651-7-afd@ti.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 14:13, Andrew Davis wrote: > This node does not follow the DT binding schema, correct this. > The arm,pl011 binding requires the first clock to be named "uartclk". > Should result in no functional change. > > Signed-off-by: Andrew Davis > --- Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof