From patchwork Sat Mar 26 07:51:07 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Viacheslav X-Patchwork-Id: 554718 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 B8CCFC433F5 for ; Sat, 26 Mar 2022 07:51:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231851AbiCZHw5 (ORCPT ); Sat, 26 Mar 2022 03:52:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44004 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231911AbiCZHw4 (ORCPT ); Sat, 26 Mar 2022 03:52:56 -0400 Received: from mx.msync.work (mx.msync.work [IPv6:2001:41d0:d:357f:aaaa::3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2578315404C; Sat, 26 Mar 2022 00:51:21 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id D999D33EE8; Sat, 26 Mar 2022 07:51:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lexina.in; s=dkim; t=1648281079; h=from:subject:date:message-id:to:mime-version: content-transfer-encoding:in-reply-to:references; bh=+tJf8nuvvl/dWidepuoxkeSZGp/4QTaRXiz6nB50fKI=; b=D3PhJBVmrglUJCndiHebInOqkMMUQ/iUWFBhuGk/b7bYlp99g+WN7GzNgU/jgelSLqrBAB fpaGXDRqIym47zCqGrhirZUfNuwXzZD1M/h9u4jTfOfIdPGBG8AVamX7bpPLTTQFCsIEn0 mm8KSfBrVdDsl71gwbfeFEE4Xh9P0phSxFBUkJUtoekxNBGBAP3FvuYTZ9ISJ0fVyhjdwN X+Dp7WE6kBFIB99nHbpa9EJqtYfzR1Z5vvJMKPfE09kZIxl7zPS5TGllBGeR2hG+PK7FsE FpAPN8Psxi2VL9WkiMc+wE00hFP7fLHHm4KTc4lD71A73o5pDXnQWB/QqZj1lQ== From: Vyacheslav Bocharov To: Neil Armstrong , Kevin Hilman , linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH v2 1/4] arm64: meson: add dts bluetooth node for JetHub H1 Date: Sat, 26 Mar 2022 10:51:07 +0300 Message-Id: <20220326075110.1462301-2-adeep@lexina.in> In-Reply-To: <20220326075110.1462301-1-adeep@lexina.in> References: <20220326075110.1462301-1-adeep@lexina.in> MIME-Version: 1.0 X-Last-TLS-Session-Version: TLSv1.3 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add bluetooth node for RTL8822CS uart to JetHub H1 dts file. Signed-off-by: Vyacheslav Bocharov --- .../boot/dts/amlogic/meson-gxl-s905w-jethome-jethub-j80.dts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905w-jethome-jethub-j80.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905w-jethome-jethub-j80.dts index 6eafb908695f..fcb304c5a40f 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905w-jethome-jethub-j80.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905w-jethome-jethub-j80.dts @@ -213,6 +213,12 @@ &uart_A { pinctrl-0 = <&uart_a_pins>, <&uart_a_cts_rts_pins>; pinctrl-names = "default"; uart-has-rtscts; + + bluetooth { + compatible = "realtek,rtl8822cs-bt"; + enable-gpios = <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>; + host-wake-gpios = <&gpio GPIOX_18 GPIO_ACTIVE_HIGH>; + }; }; &uart_C {