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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id F01A7CFB448 for ; Mon, 7 Oct 2024 15:31:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:References:To: From:Subject:Cc:Message-Id:Date:Content-Type:Mime-Version:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=yAd5jiIqXKi0gbyJVYnCih0IIWJ9F3v+KMLrZ7QsIZE=; b=ZKbULBm9mk4NxZ+2SKGLdV58be XCfRdcOg0MUEZ0Rpbx7oxNzMZd5RJUCyXy6ip/fcoEPaV8biP6TTWZq/VOPE4Oc5Ol9Iw3d+icKvD TTiPndeSFUxuJcVdjvbUsqrhKrMluV+awieEK+MxYgMssSq/MSZX6eR105Q3ouvxYpIzPosjvBOlS hqPV+l0JK3g3c22OeL3o3Sri3NheLf0wnES4CE0vq5lLN75yemaZQis68zZvL5xPCDZwedl4vKC35 xhGe31bbvDziKKaToR2qBqENJOK+93r3QpcYaKSq/U78jaW7jQpv/WHBsc1aTtNe7xLCVfen3dU6x ElFABWAg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1sxphr-00000002xKA-3sFN; Mon, 07 Oct 2024 15:31:31 +0000 Received: from out-181.mta0.migadu.com ([2001:41d0:1004:224b::b5]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1sxpdn-00000002vwo-0biF for linux-arm-kernel@lists.infradead.org; Mon, 07 Oct 2024 15:27:24 +0000 Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cknow.org; s=key1; t=1728314835; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=yAd5jiIqXKi0gbyJVYnCih0IIWJ9F3v+KMLrZ7QsIZE=; b=IkcZZuPnzzcdR7ThUJ9tVZT+zIQrRONPJj80CtBSyx4Nka87PQmf3d7TTayDvGMhJOrRFW 3DKHJxFRfo1JUTRUgZ0kqzzEZcYwaiJiSuYyhsx/7EJRR62CI9f26xxZDTtfU0/NKH5i+e cp9Sf380MPlQSfewQFJhY+z8wjUR+aQMnv1m3voejAsvrS6Dmk0upfSAV39BBhq8IE2vuk nv8nxAOQVmqf4G7X++sLaIFPfyWyfVk0I4TmnONZ6+c8+vi/HMxcQipCqe2N35Fc1kAjue lotU3ihC/mlozxlP+CpnvkcJYXhBGAWxV8s09/AwsJ5GW+DTSu6IRXc7gxJifQ== Content-Type: multipart/signed; boundary=4d62d13e81e3eae288851ed4485f386e347fd7fa62a06ad0cf65806ae49b; micalg=pgp-sha256; protocol="application/pgp-signature" Date: Mon, 07 Oct 2024 17:27:12 +0200 Message-Id: Cc: , , "Andy Yan" , "Diederik de Haas" Subject: Re: [PATCH 5/8] arm64: dts: rockchip: Fix bluetooth properties on rk3566 box demo X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Diederik de Haas" To: "Heiko Stuebner" , References: <20240930210112.1993625-1-heiko@sntech.de> <20240930210112.1993625-6-heiko@sntech.de> In-Reply-To: <20240930210112.1993625-6-heiko@sntech.de> X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241007_082720_131740_872A9CC1 X-CRM114-Status: GOOD ( 15.29 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --4d62d13e81e3eae288851ed4485f386e347fd7fa62a06ad0cf65806ae49b Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 On Mon Sep 30, 2024 at 11:01 PM CEST, Heiko Stuebner wrote: > The expected clock-name is different (ext_clock -> extclk) and the wakeup According to "brcm,bluetooth.yaml", 'extclk' is deprecated in favor of 'txco', so it seems better to use that? Same would be true for Rock960 boards (patch 6 of this series). Cheers, Diederik > gpio properties are named differently when changing from vendor-tree to > mainline. So fix those to match the binding. > > Fixes: 2e0537b16b25 ("arm64: dts: rockchip: Add dts for rockchip rk3566 b= ox demo board") > Cc: Andy Yan > Signed-off-by: Heiko Stuebner > --- > arch/arm64/boot/dts/rockchip/rk3566-box-demo.dts | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/arch/arm64/boot/dts/rockchip/rk3566-box-demo.dts b/arch/arm6= 4/boot/dts/rockchip/rk3566-box-demo.dts > index 0c18406e4c59..dd6fe964d618 100644 > --- a/arch/arm64/boot/dts/rockchip/rk3566-box-demo.dts > +++ b/arch/arm64/boot/dts/rockchip/rk3566-box-demo.dts > @@ -449,9 +449,9 @@ &uart1 { > bluetooth { > compatible =3D "brcm,bcm43438-bt"; > clocks =3D <&pmucru CLK_RTC_32K>; > - clock-names =3D "ext_clock"; > - device-wake-gpios =3D <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>; > - host-wake-gpios =3D <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>; > + clock-names =3D "extclk"; > + device-wakeup-gpios =3D <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>; > + host-wakeup-gpios =3D <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>; > shutdown-gpios =3D <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>; > pinctrl-names =3D "default"; > pinctrl-0 =3D <&bt_host_wake_l &bt_wake_l &bt_enable_h>; --4d62d13e81e3eae288851ed4485f386e347fd7fa62a06ad0cf65806ae49b Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQT1sUPBYsyGmi4usy/XblvOeH7bbgUCZwP90wAKCRDXblvOeH7b bpRMAQC3eQ6yx+yN6Dm6QDzVnmRER3bnxRIAL5osAxY+l7bFTgEAypLyCd90FYMN ZDgakZawAw1Q4nX2Z3uax8pzMr8y/gY= =FgA/ -----END PGP SIGNATURE----- --4d62d13e81e3eae288851ed4485f386e347fd7fa62a06ad0cf65806ae49b--