From patchwork Fri Oct 7 23:45:52 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bastian Germann X-Patchwork-Id: 613559 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 4C93BC433FE for ; Sat, 8 Oct 2022 00:11:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229637AbiJHALV (ORCPT ); Fri, 7 Oct 2022 20:11:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49866 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229509AbiJHALV (ORCPT ); Fri, 7 Oct 2022 20:11:21 -0400 X-Greylist: delayed 1467 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Fri, 07 Oct 2022 17:11:19 PDT Received: from stravinsky.debian.org (stravinsky.debian.org [IPv6:2001:41b8:202:deb::311:108]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BF48BBBE1C for ; Fri, 7 Oct 2022 17:11:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; s=smtpauto.stravinsky; h=X-Debian-User:Content-Transfer-Encoding:MIME-Version :Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-Type:Content-ID: Content-Description:In-Reply-To:References; bh=rtVotppB6kFKwVvzfltZSDQOGa+vbjejr8EWFsl/4pU=; b=MtSNegbNVT2LwhiI2OCO8MtX4g SKRzGTChiwU9S2GmcnKymjidO1+9aOxz4m0ogOzTeBCWq2lzU2C+7iUHrBdVCS/Ui2SdUsjS05JY6 LzPVW0Lor7/n9YjC/6Uo8XMFc9Y9/iiOiLWIIvIoiDN0FAa4xIU9cZPbRgzn0EE9WkbUyEzgdPfo2 Zal4LfOxRSzDYCu50TqFEOueKjU8366qv+MXlB4AlsUy3zpb6MVLbCo/JyxDINpnuL6BCXLYDjlRp OVp6+FrUm9G+7H3GstGaoSDjwpaZzzB4K9bcsmbqNfW8t+fQ8tyvkvIvt7jPz1nSvNccbqEtAAwOB u8qOKddw==; Received: from authenticated user by stravinsky.debian.org with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94.2) (envelope-from ) id 1ogx3J-000AIf-OY; Fri, 07 Oct 2022 23:46:48 +0000 From: Bastian Germann To: Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Bastian Germann Subject: [PATCH 0/1] Date: Sat, 8 Oct 2022 01:45:52 +0200 Message-Id: <20221007234553.12328-1-bage@debian.org> X-Mailer: git-send-email 2.37.2 MIME-Version: 1.0 X-Debian-User: bage Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Pinebook uses RTL8723CS for WiFi and bluetooth. Enable it in the device tree. This was part of a patch series adding RTL8723CS Bluetooth support to btrtl. Vasily Khoruzhick (1): arm64: allwinner: a64: enable Bluetooth on Pinebook .../boot/dts/allwinner/sun50i-a64-pinebook.dts | 13 +++++++++++++ 1 file changed, 13 insertions(+)