diff options
| author | Krzysztof Kozlowski <[email protected]> | 2024-07-01 08:22:53 +0200 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2024-07-01 22:25:19 -0500 |
| commit | 2a89f2b7e4b98ff684eff2950cbe62d8dd47da72 (patch) | |
| tree | bc44b712f83acf0e34e4c368189730e9deb4aa7d | |
| parent | fed1c79fc7fe10900d99a79a36e40443f3267ef3 (diff) | |
ARM: dts: qcom: apq8064: drop incorrect ranges from QFPROM
There is no direct mapping between QFPROM children and parent/SoC MMIO
bus, so 'ranges' property is not correct. Pointed by dtbs_check:
qcom-apq8064-cm-qs600.dtb: efuse@700000: Unevaluated properties are not allowed ('ranges' was unexpected)
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Dmitry Baryshkov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/qcom/qcom-apq8064.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom/qcom-apq8064.dtsi index d73ea1434b36..769e151747c3 100644 --- a/arch/arm/boot/dts/qcom/qcom-apq8064.dtsi +++ b/arch/arm/boot/dts/qcom/qcom-apq8064.dtsi @@ -671,7 +671,7 @@ reg = <0x00700000 0x1000>; #address-cells = <1>; #size-cells = <1>; - ranges; + tsens_calib: calib@404 { reg = <0x404 0x10>; }; |