diff options
author | Krzysztof Kozlowski <[email protected]> | 2022-05-05 13:38:00 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-06-29 22:20:47 -0500 |
commit | 7b7e501f7a7293db0f66d27f0f3f191502faaad9 (patch) | |
tree | e645e2c366a494694fc565fc46b62e4c41068682 | |
parent | 10193ad6d487e0abdc73c704306ebe8d15d4ab74 (diff) |
ARM: dts: qcom: apq8064: add unit addresses to QFPROM regions
QFPROM children have 'reg' so they must have unit address.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm/boot/dts/qcom-apq8064.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi index d3cb099cb691..028d52b5d075 100644 --- a/arch/arm/boot/dts/qcom-apq8064.dtsi +++ b/arch/arm/boot/dts/qcom-apq8064.dtsi @@ -801,10 +801,10 @@ #address-cells = <1>; #size-cells = <1>; ranges; - tsens_calib: calib { + tsens_calib: calib@404 { reg = <0x404 0x10>; }; - tsens_backup: backup_calib { + tsens_backup: backup_calib@414 { reg = <0x414 0x10>; }; }; |