Commit b2eab35b authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

arm64: dts: qcom: use dedicated QFPROM compatibles

Use dedicated compatibles for QFPROM on MSM8916, MSM8996, MSM8998,
QCS404 and SDM630 which is expected by the bindings:

  msm8996-mtp.dtb: qfprom@74000: compatible:0: 'qcom,qfprom' is not one of ['qcom,apq8064-qfprom', ...
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220505113802.243301-5-krzysztof.kozlowski@linaro.org
parent d66b1d2e
......@@ -436,7 +436,7 @@ restart@4ab000 {
};
qfprom: qfprom@5c000 {
compatible = "qcom,qfprom";
compatible = "qcom,msm8916-qfprom", "qcom,qfprom";
reg = <0x0005c000 0x1000>;
#address-cells = <1>;
#size-cells = <1>;
......
......@@ -650,7 +650,7 @@ rpm_msg_ram: sram@68000 {
};
qfprom@74000 {
compatible = "qcom,qfprom";
compatible = "qcom,msm8996-qfprom", "qcom,qfprom";
reg = <0x00074000 0x8ff>;
#address-cells = <1>;
#size-cells = <1>;
......
......@@ -838,7 +838,7 @@ rpm_msg_ram: sram@778000 {
};
qfprom: qfprom@784000 {
compatible = "qcom,qfprom";
compatible = "qcom,msm8998-qfprom", "qcom,qfprom";
reg = <0x00784000 0x621c>;
#address-cells = <1>;
#size-cells = <1>;
......
......@@ -366,7 +366,7 @@ usb2_phy_sec: phy@7c000 {
};
qfprom: qfprom@a4000 {
compatible = "qcom,qfprom";
compatible = "qcom,qcs404-qfprom", "qcom,qfprom";
reg = <0x000a4000 0x1000>;
#address-cells = <1>;
#size-cells = <1>;
......
......@@ -553,7 +553,7 @@ rpm_msg_ram: sram@778000 {
};
qfprom: qfprom@780000 {
compatible = "qcom,qfprom";
compatible = "qcom,sdm630-qfprom", "qcom,qfprom";
reg = <0x00780000 0x621c>;
#address-cells = <1>;
#size-cells = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment