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 5322E45D5ED for ; Wed, 29 Jul 2026 09:47:12 +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=1785318434; cv=none; b=UwaZfntUYrbYhOZV7ugJhMX23yez7sOI86Ek16W1sTweW5bRJEABsodZMoF4J5H//FftXG5sdlbo9eJ0fUrY17uB5LTtVUlhj6DDLNQINIy6Wp0La6OkkvfBzQ6a8NyLpBl15Sf1q85tntwWuMma9/h7/YwaxuIe3XfcT0s4ins= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785318434; c=relaxed/simple; bh=utBK8BTp+kekPh0r9xH0oGYjlIiJ4A0oHPv0Li/RIqA=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=PUst2Q7G+EfzyrhWpg9dtbduX/V3KX9M1Fuon7Yrmpg9sAju/02WF1ucmTj4e8NBKFd5ztn138kYv0hlLvI/P8eK5wST/ToISMe9fZPejYtpkAETR7+UvMZ+0kmSxAG1n4VtUWjZ2bZHddU+QoWZ1CI37LswPdEO185uRaWbO0g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=MiD+1XeN; 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="MiD+1XeN" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AF8041F00A3D; Wed, 29 Jul 2026 09:47:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785318432; bh=mWGrzDu6ku2gkBBntB0IdZYs/SQchtjW7iMoiEDF6HA=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=MiD+1XeNWnH+KT2rNkfPYdJk4kJ9M0DZlBXw1DAKk9Nwjr+nlghPIvh+CerOydTza Mu5rx8V77SvkIg9oqu8bjjEirrSlFX36OoIYEUdb4WYMXhihew0XCSSZU+r2moGdN5 L2qVJfj3Yh0yddq4isvZOUgoRKH3kZYPUY2q7spinvdYY4H+gTIhSfO6uG1zwC8B4I XzcGXnNs7kz4q5FlqCQw5EyJv+9X9TjizxiyC9L+oGcDlgEWP91eYM6pxK+Gpvy9VQ A1ZQb6bHYsOoU40C0v0Zp6OaXt0d+vnmkqID9K56pCN9TJPcmcKaJQDSTMNbCzh2UU Dc3SRqSpete7Q== From: srini@kernel.org To: gregkh@linuxfoundation.org Cc: linux-kernel@vger.kernel.org, Varadarajan Narayanan , Krzysztof Kozlowski , Srinivas Kandagatla Subject: [PATCH 14/14] dt-bindings: nvmem: qfprom: Add ipq5210 & ipq9650 compatible Date: Wed, 29 Jul 2026 10:46:47 +0100 Message-ID: <20260729094647.111468-15-srini@kernel.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260729094647.111468-1-srini@kernel.org> References: <20260729094647.111468-1-srini@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Varadarajan Narayanan Document compatible string for the QFPROM on ipq5210 & ipq9650 platforms. Reviewed-by: Krzysztof Kozlowski Signed-off-by: Varadarajan Narayanan Signed-off-by: Srinivas Kandagatla --- Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml index 8134ddb54e13..bc0a0898b9e4 100644 --- a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml +++ b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml @@ -22,12 +22,14 @@ properties: - qcom,glymur-qfprom - qcom,hawi-qfprom - qcom,ipq5018-qfprom + - qcom,ipq5210-qfprom - qcom,ipq5332-qfprom - qcom,ipq5424-qfprom - qcom,ipq6018-qfprom - qcom,ipq8064-qfprom - qcom,ipq8074-qfprom - qcom,ipq9574-qfprom + - qcom,ipq9650-qfprom - qcom,kaanapali-qfprom - qcom,milos-qfprom - qcom,msm8226-qfprom -- 2.53.0