Skip to content

Commit 16a9fa7

Browse files
mlehtimaandersson
authored andcommitted
ARM: dts: qcom: msm8226: Add qfprom node
Add missing QFPROM definition for MSM8226 SoC. Signed-off-by: Matti Lehtimäki <matti.lehtimaki@gmail.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Luca Weiss <luca@z3ntu.xyz> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230507201225.89694-5-matti.lehtimaki@gmail.com
1 parent 637cc97 commit 16a9fa7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

arch/arm/boot/dts/qcom-msm8226.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,13 @@
533533
reg = <0xfc4ab000 0x4>;
534534
};
535535

536+
qfprom: qfprom@fc4bc000 {
537+
compatible = "qcom,msm8226-qfprom", "qcom,qfprom";
538+
reg = <0xfc4bc000 0x1000>;
539+
#address-cells = <1>;
540+
#size-cells = <1>;
541+
};
542+
536543
spmi_bus: spmi@fc4cf000 {
537544
compatible = "qcom,spmi-pmic-arb";
538545
reg-names = "core", "intr", "cnfg";

0 commit comments

Comments
 (0)