Commit 05e6b82f authored by Kathiravan T's avatar Kathiravan T Committed by Bjorn Andersson

arm64: dts: qcom: ipq9574: add QFPROM node

IPQ9574 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.
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarKathiravan T <quic_kathirav@quicinc.com>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230526125305.19626-5-quic_kathirav@quicinc.com
parent 546f0617
...@@ -198,6 +198,13 @@ rng: rng@e3000 { ...@@ -198,6 +198,13 @@ rng: rng@e3000 {
clock-names = "core"; clock-names = "core";
}; };
qfprom: efuse@a4000 {
compatible = "qcom,ipq9574-qfprom", "qcom,qfprom";
reg = <0x000a4000 0x5a1>;
#address-cells = <1>;
#size-cells = <1>;
};
tlmm: pinctrl@1000000 { tlmm: pinctrl@1000000 {
compatible = "qcom,ipq9574-tlmm"; compatible = "qcom,ipq9574-tlmm";
reg = <0x01000000 0x300000>; reg = <0x01000000 0x300000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment