Re: [PATCH 4/6] ARM: dts: msm8226: Add qfprom node

From: Luca Weiss
Date: Sun May 07 2023 - 16:27:13 EST


On Sonntag, 7. Mai 2023 22:12:22 CEST Matti Lehtimäki wrote:
> Add missing QFPROM definition for MSM8226 SoC.
>
> Signed-off-by: Matti Lehtimäki <matti.lehtimaki@xxxxxxxxx>

Reviewed-by: Luca Weiss <luca@xxxxxxxxx>

> ---
> arch/arm/boot/dts/qcom-msm8226.dtsi | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/arch/arm/boot/dts/qcom-msm8226.dtsi
> b/arch/arm/boot/dts/qcom-msm8226.dtsi index c373081bc21b..c34b8f3139ae
> 100644
> --- a/arch/arm/boot/dts/qcom-msm8226.dtsi
> +++ b/arch/arm/boot/dts/qcom-msm8226.dtsi
> @@ -505,6 +505,13 @@ restart@fc4ab000 {
> 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 {
> compatible = "qcom,spmi-pmic-arb";
> reg-names = "core", "intr", "cnfg";