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

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

parent d3d245ae
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -288,6 +288,10 @@ vreg_bob: bob {
	};
};

&qfprom {
	vcc-supply = <&vreg_l11a_1p8>;
};

&qspi {
	status = "okay";
	pinctrl-names = "default";
+8 −2
Original line number Diff line number Diff line
@@ -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>;