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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 B31F3C433E0 for ; Thu, 14 Jan 2021 20:49:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7C7B123107 for ; Thu, 14 Jan 2021 20:49:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727072AbhANUtn convert rfc822-to-8bit (ORCPT ); Thu, 14 Jan 2021 15:49:43 -0500 Received: from mailoutvs48.siol.net ([185.57.226.239]:45591 "EHLO mail.siol.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726262AbhANUtm (ORCPT ); Thu, 14 Jan 2021 15:49:42 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.siol.net (Postfix) with ESMTP id CA68A5229AB; Thu, 14 Jan 2021 21:49:00 +0100 (CET) X-Virus-Scanned: amavisd-new at psrvmta10.zcs-production.pri Received: from mail.siol.net ([127.0.0.1]) by localhost (psrvmta10.zcs-production.pri [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id ZCY4oddRuNsr; Thu, 14 Jan 2021 21:49:00 +0100 (CET) Received: from mail.siol.net (localhost [127.0.0.1]) by mail.siol.net (Postfix) with ESMTPS id 98D8D5229B1; Thu, 14 Jan 2021 21:49:00 +0100 (CET) Received: from kista.localnet (cpe-86-58-58-53.static.triera.net [86.58.58.53]) (Authenticated sender: jernej.skrabec@siol.net) by mail.siol.net (Postfix) with ESMTPA id 5C11E5229AB; Thu, 14 Jan 2021 21:49:00 +0100 (CET) From: Jernej =?utf-8?B?xaBrcmFiZWM=?= To: Rob Herring , Frank Rowand , devicetree@vger.kernel.org, Maxime Ripard Cc: Chen-Yu Tsai , Maxime Ripard , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 19/19] arm64: dts: allwinner: pine-h64: Fix typos in BT GPIOs Date: Thu, 14 Jan 2021 21:49:00 +0100 Message-ID: <12111204.vrAMtkpiFC@kista> In-Reply-To: <20210114113538.1233933-19-maxime@cerno.tech> References: <20210114113538.1233933-1-maxime@cerno.tech> <20210114113538.1233933-19-maxime@cerno.tech> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Dne Ĩetrtek, 14. januar 2021 ob 12:35:38 CET je Maxime Ripard napisal(a): > The commit 53441b8ef7de ("arm64: dts: allwinner: h6: PineH64 model B: > Add bluetooth") introduced the Bluetooth chip for the PineH64 model B, > but the GPIOs property didn't conform to the binding of the bluetooth > chip. Let's fix this. > > Fixes: 53441b8ef7de ("arm64: dts: allwinner: h6: PineH64 model B: Add bluetooth") > Signed-off-by: Maxime Ripard Sorry for that. Acked-by: Jernej Skrabec Best regards, Jernej