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 8B3D9E7C4C8 for ; Wed, 4 Oct 2023 14:53:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242995AbjJDOx2 (ORCPT ); Wed, 4 Oct 2023 10:53:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48650 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233853AbjJDOx1 (ORCPT ); Wed, 4 Oct 2023 10:53:27 -0400 Received: from mail.andi.de1.cc (mail.andi.de1.cc [IPv6:2a02:c205:3004:2154::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E5AD2CE; Wed, 4 Oct 2023 07:53:21 -0700 (PDT) Received: from pd9e2f797.dip0.t-ipconnect.de ([217.226.247.151] helo=aktux) by mail.andi.de1.cc with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qo3FU-004W21-9o; Wed, 04 Oct 2023 16:53:15 +0200 Date: Wed, 4 Oct 2023 16:53:14 +0200 From: Andreas Kemnade To: Krzysztof Kozlowski Cc: bcousson@baylibre.com, tony@atomide.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] ARM: dts: omap4-embt2ws: Add Bluetooth Message-ID: <20231004165314.1a9fb486@aktux> In-Reply-To: <8e37d1ff-be19-4f70-a1a6-9a013a61782b@linaro.org> References: <20231004070309.2408745-1-andreas@kemnade.info> <8e37d1ff-be19-4f70-a1a6-9a013a61782b@linaro.org> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.37; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Hi, On Wed, 4 Oct 2023 09:59:59 +0200 Krzysztof Kozlowski wrote: [...] > > diff --git a/arch/arm/boot/dts/ti/omap/omap4-epson-embt2ws.dts b/arch/arm/boot/dts/ti/omap/omap4-epson-embt2ws.dts > > index 46a80eacf771..6a790124bcf5 100644 > > --- a/arch/arm/boot/dts/ti/omap/omap4-epson-embt2ws.dts > > +++ b/arch/arm/boot/dts/ti/omap/omap4-epson-embt2ws.dts > > @@ -447,10 +447,12 @@ &uart2 { > > interrupts-extended = <&wakeupgen GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH > > &omap4_pmx_core OMAP4_UART2_RX>; > > > > - /* > > - * BT + GPS in WL1283 in WG7500 requiring CLK32KAUDIO of pmic > > - * which does not have a driver > > - */ > > + bluetooth-gnss { > > If you changed the bindings, please share a link. If not, this is not > currently accepted and dtbs_check should point it out. > according to dtbs_check: good: - bluetooth-gnss - bluettooth-gnss bad: - bluettooth-gnnss - tiwi (still there in pandaboards) Regards, Andreas