提交 be45eac2 编写于 作者: R Ravi Kumar Bokka 提交者: 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: NRavi Kumar Bokka <rbokka@codeaurora.org>
Signed-off-by: NDouglas Anderson <dianders@chromium.org>
Link: https://lore.kernel.org/r/20200710073439.v5.4.I70c17309f8b433e900656d7c53a2e6b61888bb68@changeidSigned-off-by: NBjorn Andersson <bjorn.andersson@linaro.org>
上级 d3d245ae
......@@ -288,6 +288,10 @@
};
};
&qfprom {
vcc-supply = <&vreg_l11a_1p8>;
};
&qspi {
status = "okay";
pinctrl-names = "default";
......
......@@ -658,9 +658,15 @@
#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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册