Merge "ARM: dts: msm: Add Sun qfprom compat string"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
83283bc46b
@@ -29,6 +29,7 @@ properties:
|
|||||||
- qcom,sdm630-qfprom
|
- qcom,sdm630-qfprom
|
||||||
- qcom,sdm845-qfprom
|
- qcom,sdm845-qfprom
|
||||||
- qcom,sm6115-qfprom
|
- qcom,sm6115-qfprom
|
||||||
|
- qcom,sun-qfprom
|
||||||
- const: qcom,qfprom
|
- const: qcom,qfprom
|
||||||
|
|
||||||
reg:
|
reg:
|
||||||
|
@@ -3500,7 +3500,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
qfprom: qfprom@221c8000 {
|
qfprom: qfprom@221c8000 {
|
||||||
compatible = "qcom,qfprom";
|
compatible = "qcom,sun-qfprom", "qcom,qfprom";
|
||||||
reg = <0x221c8000 0x1000>;
|
reg = <0x221c8000 0x1000>;
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
Reference in New Issue
Block a user