From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-43101.protonmail.ch (mail-43101.protonmail.ch [185.70.43.101]) (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 5027935949; Wed, 1 Apr 2026 02:24:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.70.43.101 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775010299; cv=none; b=VejJLE2O+WJ4Ah19hnXKcq5Ufgv9HB1nJJr8a2tGTRQrYax4PHbsO5ROtY6wM2/0mSng91P7m1tN+oNZZM+eH2/8piyD2MGNEbxORfkYrfuJRuVM3LAXaSPD+Qe/+V2/6/LlTl7KMGgVqLHgtoz/essLqD/o4+m80Fz/9QK09Eo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775010299; c=relaxed/simple; bh=8+CZDna/EogCFXdLCAXHvySSXUkYcZgmhELLBcGz0VM=; h=Date:To:From:Cc:Subject:Message-ID:MIME-Version:Content-Type; b=Cex4R7hoEen1+mgN86s2Itf6HxnfYUvCClLO8K9UFRfmYvfgFHWjbyNSjf/FcRztiOnXKX7faY7wsxnp2PJ+0Aj+4yA5dH61BHSdwpdjuzZiSGF0tQ3c8WecWt/sc4toNSFVRKqpsa+feOk5qqZ7lSpGxT39jTYM+EvREeeV6Os= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=pm.me; spf=pass smtp.mailfrom=pm.me; dkim=pass (2048-bit key) header.d=pm.me header.i=@pm.me header.b=doNOPUMJ; arc=none smtp.client-ip=185.70.43.101 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=pm.me Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pm.me Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=pm.me header.i=@pm.me header.b="doNOPUMJ" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pm.me; s=protonmail3; t=1775010296; x=1775269496; bh=T/rwjPz9MmhkhnU4CYwXGOarqSHo5wH7OTIbypOF5qs=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=doNOPUMJw42XFfdTgnlZeT0m4araxyirREOwnn32gFHX7PDvRUfTQUIKwPqoeK6di vZm9Z5cYoYgqDftAMMpYL1flq6g3am46msDw+SDpR8B+9XJ5Pg+wrS0BpYygI83deq GQEZQTsGwmTlsTlsTmlTlwyYlRY/YZ+0c7aVewSWj+wRx6gxCj7gaWj7A5qXwR9oLx g0v/C4MbBGBCGYmDCXNSzan45EzKDADfX45C8ztz7plRuPgl2nh9jthAV5FzNnZqtx otS/KRsMHEFZ3kUdRKclQq6K2HST5cd8fYDDn/ocGMDGFqpbA7dI1JjIWdEgq4zYt+ wAMzp75St/wzA== Date: Wed, 01 Apr 2026 02:24:51 +0000 To: Srinivas Kandagatla , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Bjorn Andersson , Konrad Dybcio From: Alexander Koskovich Cc: Luca Weiss , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Alexander Koskovich Subject: [PATCH 0/2] arm64: dts: qcom: milos: Add QFPROM efuse support Message-ID: <20260331-milos-qfprom-v1-0-36017cc642db@pm.me> Feedback-ID: 37836894:user:proton X-Pm-Message-ID: 3f988b4749c439bd25ac61755fc6aa0666982e27 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-Transfer-Encoding: quoted-printable Add dt-bindings and dt-node for Milos QFPROM efuse. The GPU speed bin child node nvmem cell contains details of clk frequencies supported by the GPU, which can then read by the GPU driver to select the correct set of operatin= g performance points (OPPs) for the device in the future once all the possibl= e speedbins for Milos are known. Signed-off-by: Alexander Koskovich --- Alexander Koskovich (2): dt-bindings: nvmem: qfprom: Add Milos compatible arm64: dts: qcom: milos: Add qfprom efuse node Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml | 1 + arch/arm64/boot/dts/qcom/milos.dtsi | 12 ++++++++++++ 2 files changed, 13 insertions(+) --- base-commit: 7aaa8047eafd0bd628065b15757d9b48c5f9c07d change-id: 20260331-milos-qfprom-1b00c2892171 Best regards, --=20 Alexander Koskovich