From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from madrid.collaboradmins.com (madrid.collaboradmins.com [46.235.227.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5F9EE6A32B; Fri, 12 Jan 2024 12:20:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=collabora.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=collabora.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b="SD9oSjC6" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1705062029; bh=i8hxiZtStqbbjhK8/jOTH1x0pnQ0MfzuFS4C3hHq9Ko=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SD9oSjC6pMipZ5XcLfnAjzmwaDrWiehIl98MAk5QfY84ZmVKwATxN87MyJAZODQm0 fQycGjGiYLi4Rowc5HVHH/mDXF8rb6d1vDTWLSQgITwC4mNd2lKh1nKhuQ9t/kcLTL 7Y3jcbnrIKmhXTzUcHyalJ6Y7b50maKTJUBMTLp5dpRfyXtzkT1vuaMWwRb+vfHNv/ BWuT2y2dfkj16gvvThNTcTqPYaQTSjgzYdV/gFrExrT5q7z4TjknGBgir2j0AN9C9q KJgLLs15Wx0Pa7xVtCJPkqvgfmCu2kCXE+L3ss6LxSa4xj5QjoD0PypOfNPUjC8x/p yttkbbWUvm0hQ== Received: from notapiano (zone.collabora.co.uk [167.235.23.81]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: nfraprado) by madrid.collaboradmins.com (Postfix) with ESMTPSA id C9F873782017; Fri, 12 Jan 2024 12:20:24 +0000 (UTC) Date: Fri, 12 Jan 2024 09:19:52 -0300 From: =?utf-8?B?TsOtY29sYXMgRi4gUi4gQS4=?= Prado To: Chen-Yu Tsai Cc: AngeloGioacchino Del Regno , Matthias Brugger , kernel@collabora.com, Conor Dooley , Enric Balletbo i Serra , Ikjoon Jang , Krzysztof Kozlowski , Rob Herring , Stephen Boyd , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH] arm64: dts: mt8183: juniper: Remove CrosEC base detection node Message-ID: References: <20240111195335.871096-1-nfraprado@collabora.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Fri, Jan 12, 2024 at 03:10:12PM +0800, Chen-Yu Tsai wrote: > On Fri, Jan 12, 2024 at 3:55 AM Nícolas F. R. A. Prado > wrote: > > > > The cbas node is used to describe base detection functionality in the > > ChromeOS EC, which is used for units that have a detachable keyboard and > > thus rely on this functionality to switch between tablet and laptop > > mode. > > > > The juniper-sku16 machine is a convertible, meaning the keyboard can be > > flipped but not detached. The detection for the keyboard getting > > flipped is handled by the driver bound to the keyboard-controller > > node in the EC. > > We could do this for the whole jacuzzi family, which are all clamshell > or convertibles. Ah that's great info, thanks! I suspected so but since this unit was the only one that I could actually test the change on, I decided to stick to it. I'll send a v2 removing the node at the jacuzzi dtsi level then. Thanks, Nícolas