12345678910111213141516171819202122232425262728293031323334 |
- From 546f0617a22a481f3ca1f7e058aea0c40517c64e Mon Sep 17 00:00:00 2001
- From: Kathiravan T <[email protected]>
- Date: Fri, 26 May 2023 18:23:04 +0530
- Subject: [PATCH] arm64: dts: qcom: ipq6018: add QFPROM node
- IPQ6018 has efuse region to determine the various HW quirks. Lets
- add the initial support and the individual fuses will be added as they
- are required.
- Signed-off-by: Kathiravan T <[email protected]>
- Reviewed-by: Dmitry Baryshkov <[email protected]>
- Reviewed-by: Konrad Dybcio <[email protected]>
- Signed-off-by: Bjorn Andersson <[email protected]>
- Link: https://lore.kernel.org/r/[email protected]
- ---
- arch/arm64/boot/dts/qcom/ipq6018.dtsi | 7 +++++++
- 1 file changed, 7 insertions(+)
- --- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi
- +++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
- @@ -312,6 +312,13 @@
- status = "disabled";
- };
-
- + qfprom: efuse@a4000 {
- + compatible = "qcom,ipq6018-qfprom", "qcom,qfprom";
- + reg = <0x0 0x000a4000 0x0 0x2000>;
- + #address-cells = <1>;
- + #size-cells = <1>;
- + };
- +
- prng: qrng@e3000 {
- compatible = "qcom,prng-ee";
- reg = <0x0 0x000e3000 0x0 0x1000>;
|