mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-11 12:41:52 +00:00
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
This commit is contained in:
parent
637cc97404
commit
16a9fa7ab2
@ -533,6 +533,13 @@
|
|||||||
reg = <0xfc4ab000 0x4>;
|
reg = <0xfc4ab000 0x4>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
qfprom: qfprom@fc4bc000 {
|
||||||
|
compatible = "qcom,msm8226-qfprom", "qcom,qfprom";
|
||||||
|
reg = <0xfc4bc000 0x1000>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
};
|
||||||
|
|
||||||
spmi_bus: spmi@fc4cf000 {
|
spmi_bus: spmi@fc4cf000 {
|
||||||
compatible = "qcom,spmi-pmic-arb";
|
compatible = "qcom,spmi-pmic-arb";
|
||||||
reg-names = "core", "intr", "cnfg";
|
reg-names = "core", "intr", "cnfg";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user