From nobody Tue Oct 7 03:46:17 2025 Received: from out-180.mta0.migadu.com (out-180.mta0.migadu.com [91.218.175.180]) (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 106E3145348; Wed, 16 Jul 2025 00:32:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.180 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752625928; cv=none; b=ZVOfM6OcO8GstkuZ0ypUEPMVPTOsgoD6dxSFDrKJhfghJvDZ5HBbHlvZbrHUprCCxNkCDUtTL3ZsiBnJ2hB0v1b2NxxssSpdOozpm+gdwCRpGovf/rUaw9ivuGydkhyeoPPopnycPknKWQ6wmE95xwDmRkQCVPjsxZt+/SRCCh8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752625928; c=relaxed/simple; bh=oU6gwST/EhKagyz8ArrgsRAUtj9yIlkL6iDtmomZAaU=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=NMvN75we0qRs2i9ayXJQoppHvabvQg4AGBs9ZnAqGLELBHPOm+94b/gBqm2i12rUuuymN5ISSjp+IVuyXeo79IRa/s0iGUkEOBNALvXvhbSP22OPByIpLJFreyen9ioG+mLRKl37SnjC1NNmbiT/8gKwpslZrKOqI8LyCMur27M= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=packett.cool; spf=pass smtp.mailfrom=packett.cool; dkim=pass (2048-bit key) header.d=packett.cool header.i=@packett.cool header.b=i7JAVWVg; arc=none smtp.client-ip=91.218.175.180 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=packett.cool Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=packett.cool Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=packett.cool header.i=@packett.cool header.b="i7JAVWVg" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=packett.cool; s=key1; t=1752625923; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=i4XgiashTe7ZBIHRFl/KgS2Kni+UbeaC5atqJnYhW78=; b=i7JAVWVgA7CoNCYSJl70wmhgTYY/rRNHj+cQK6jzOtx46+ne9cSguGKMOPagW8H5opsWaa ZqvMXk6AyOMgiJpve15rWMXp3ftQW78SCwW8M1sCj9g78eJcNt5XjSJispuf6fMAOLUD/b IdcuQFj7MELuYIS+tP1AO2u5uGHnz3DrFaiEcobv+y4DuD3Jy7Q5s3/WyakxeH8fp3HAbR Qj1WwjaV9mYG+sQt4ojLfM1zY6zz+vV2he1unGq/CwAsLI2mN4Q1N82+8m+3TLdL+liAXi JhjfW+Z/A0hi00TLRfhsBQAywuNNKO3rW6EDJmARr+OkANMhhixChCOKrPETUw== From: Val Packett To: Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: Bryan O'Donoghue , Krzysztof Kozlowski , Val Packett , Laurentiu Tudor , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v4 1/4] dt-bindings: arm: qcom: Add Dell Inspiron 14 Plus 7441 Date: Tue, 15 Jul 2025 21:26:57 -0300 Message-ID: <20250716003139.18543-2-val@packett.cool> In-Reply-To: <20250716003139.18543-1-val@packett.cool> References: <20250716003139.18543-1-val@packett.cool> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT Content-Type: text/plain; charset="utf-8" From: Bryan O'Donoghue Document the X1E80100-based Dell Inspiron 14 Plus 7441 laptop, codename: Thena. Signed-off-by: Bryan O'Donoghue Acked-by: Krzysztof Kozlowski Signed-off-by: Val Packett Reviewed-by: Laurentiu Tudor --- Documentation/devicetree/bindings/arm/qcom.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentatio= n/devicetree/bindings/arm/qcom.yaml index ae43b3556580..8e3b804864fa 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -1146,6 +1146,7 @@ properties: - enum: - asus,vivobook-s15 - asus,zenbook-a14-ux3407ra + - dell,inspiron-14-plus-7441 - dell,xps13-9345 - hp,elitebook-ultra-g1q - hp,omnibook-x14 --=20 2.49.0