Commit be45eac2 authored by Ravi Kumar Bokka's avatar Ravi Kumar Bokka Committed by Bjorn Andersson

arm64: dts: qcom: sc7180: Add properties to qfprom for fuse blowing

This patch adds properties to the qfprom node to enable fuse blowing.
Signed-off-by: default avatarRavi Kumar Bokka <rbokka@codeaurora.org>
Signed-off-by: default avatarDouglas Anderson <dianders@chromium.org>
Link: https://lore.kernel.org/r/20200710073439.v5.4.I70c17309f8b433e900656d7c53a2e6b61888bb68@changeidSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent d3d245ae
......@@ -288,6 +288,10 @@ vreg_bob: bob {
};
};
&qfprom {
vcc-supply = <&vreg_l11a_1p8>;
};
&qspi {
status = "okay";
pinctrl-names = "default";
......
......@@ -658,9 +658,15 @@ gcc: clock-controller@100000 {
#power-domain-cells = <1>;
};
qfprom@784000 {
qfprom: efuse@784000 {
compatible = "qcom,qfprom";
reg = <0 0x00784000 0 0x8ff>;
reg = <0 0x00784000 0 0x8ff>,
<0 0x00780000 0 0x7a0>,
<0 0x00782000 0 0x100>,
<0 0x00786000 0 0x1fff>;
clocks = <&gcc GCC_SEC_CTRL_CLK_SRC>;
clock-names = "core";
#address-cells = <1>;
#size-cells = <1>;
......
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