From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 DBAC1204F8B; Sun, 28 Jun 2026 02:41:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782614502; cv=none; b=clffs2NYewyedHGGSHhdTwVHapmFhiCS5iSDu+FNNwNGtK2C7b3MB4UWXkanZ/y9VnTrMn6SIyyv8AhLlVoYw0mVy23ilo1hqSaxbLhVxmVSra0YqiUbxfYWKb9Rkc/AAK1LDkcbkm+stvMfur2CpPdFkePLHfJ4LgujQOFszAs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782614502; c=relaxed/simple; bh=3H0QfEQbthMr6MsY9fDrqFMYC8KswmynaaUtrUq69kg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=n4NrOZDyZLNJRo7ICwnD5eX1CYQhRS6Q/NU8xZ4qnarRq8a9ccJcdFoMly57tK91nGJOq9gI+BYSJXJhfsV+LMRi/88aJT7Rg62VPJPlSvbc0vRHs6G1hRe1gxNMCzFWmKN2i0wmBC7u97ooQjX9d4bPlJGQgkxqlamz0NTtnug= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=O42LrNN0; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="O42LrNN0" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BE4721F000E9; Sun, 28 Jun 2026 02:41:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782614501; bh=dW/j9UkZB+4fAfxKUdQrS0UICSABcxX4y23egXe7oWY=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=O42LrNN0ZVOtxZr7jZqegcPDzZPLZjXK2+o3QCtLYO3Kg/Ii9Oo64C3NDX4SrWQ1m 7hjDU01Rib4K+T8kxl27n9YVOBlT+o3zbwmSmCZhFnjYo2mBj/3gsPZPOTV96aNdiE 0KaYTrR94wk38HURJfdpMTWwyspVg2vEGkKzsCqhZXY8UKqbU4NEpJq52COHALaS/2 cYkdPETuLm5N8ZSPeJKP2ENuBc3kwe7rwfctFvKeqMo57SBrP+Esfsw6BO1Ojz4tnM ERDr1CqdlAGxJEDsbCB+hyPFKoJmosapokG3RLtlDZmoLnrgNvc/GufQpdihJi65ah YUDFvPQfkvdbw== Date: Sat, 27 Jun 2026 21:41:38 -0500 From: Bjorn Andersson To: Konrad Dybcio Cc: Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Bjorn Andersson Subject: Re: [PATCH 2/3] arm64: dts: qcom: glymur: Add Asus Zenbook A14 (UX3407NA) Message-ID: References: <20260623-zenbook-dts-v1-0-3f80f680381d@oss.qualcomm.com> <20260623-zenbook-dts-v1-2-3f80f680381d@oss.qualcomm.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=us-ascii Content-Disposition: inline In-Reply-To: On Tue, Jun 23, 2026 at 09:06:51AM +0200, Konrad Dybcio wrote: > On 6/23/26 3:31 AM, Bjorn Andersson wrote: > > From: Bjorn Andersson > > > > UX3407NA is a variant of the Asus Zenbook A14 built on the Qualcomm > > Glymur platform. It comes with an 18-core X2 Elite SoC, 32GB DDR, and > > the other typical Glymur platform capabilities. > > > > The Asus Zenbook uses &pcie3b for NVMe storage, the screen is WUXGA > > OLED, it has two USB Type-C ports, one USB Type-A, and one HDMI port. > > > > Signed-off-by: Bjorn Andersson > > --- > > [...] > > > +/ { > > + compatible = "asus,zenbook-a14-ux3407na", "qcom,glymur"; > > + model = "ASUS Zenbook A14 (UX3407NA)"; > > unusual order! > While I don't see this case documented in dts-coding-style.rst, this order seems better... [..] > > +&tlmm { > > + gpio-reserved-ranges = <4 4>, /* EC Secure */ > > + <10 2>, /* OOB UART */ > > + <44 4>, /* TPM */ > > + <90 2>; /* TPM */ > > Is there no EC reset pin? I wouldn't want others to have to open up > a laptop after trying to find out what it does.. > These are the ones needed to allow the thing to boot, I don't know what the EC reset pin does, but I guess we can add some more for convenience. [..] > > +&uart21 { > > + status = "disabled"; > > hm? > The debug-uart is left enabled in glymur.dtsi. Perhaps we should change that instead? Regards, Bjorn > Konrad