mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 22:22:08 +02:00
ARM: dts: qcom: use dedicated QFPROM compatibles
Use dedicated compatibles for QFPROM on APQ8064, IPQ8064 and MSM9874, which is expected by the bindings. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220505113802.243301-2-krzysztof.kozlowski@linaro.org
This commit is contained in:
parent
eb9e939377
commit
aaed15efce
|
|
@ -796,7 +796,7 @@ ref_muxoff: adc-channel@f {
|
|||
};
|
||||
|
||||
qfprom: qfprom@700000 {
|
||||
compatible = "qcom,qfprom";
|
||||
compatible = "qcom,apq8064-qfprom", "qcom,qfprom";
|
||||
reg = <0x00700000 0x1000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
|
|
|||
|
|
@ -242,7 +242,7 @@ apcs: syscon@f9011000 {
|
|||
qfprom: qfprom@fc4bc000 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "qcom,qfprom";
|
||||
compatible = "qcom,apq8084-qfprom", "qcom,qfprom";
|
||||
reg = <0xfc4bc000 0x1000>;
|
||||
tsens_calib: calib@d0 {
|
||||
reg = <0xd0 0x18>;
|
||||
|
|
|
|||
|
|
@ -723,7 +723,7 @@ qcom,ssbi@500000 {
|
|||
};
|
||||
|
||||
qfprom: qfprom@700000 {
|
||||
compatible = "qcom,qfprom";
|
||||
compatible = "qcom,ipq8064-qfprom", "qcom,qfprom";
|
||||
reg = <0x00700000 0x1000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
|
|
|||
|
|
@ -1120,7 +1120,7 @@ restart@fc4ab000 {
|
|||
qfprom: qfprom@fc4bc000 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "qcom,qfprom";
|
||||
compatible = "qcom,msm8974-qfprom", "qcom,qfprom";
|
||||
reg = <0xfc4bc000 0x1000>;
|
||||
tsens_calib: calib@d0 {
|
||||
reg = <0xd0 0x18>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user