[PATCH 6/9] ARM: dts: qcom-pma8084: Drop incorrect use of io-channel-ranges
Jonathan Cameron
jic23 at kernel.org
Sun Nov 15 14:29:48 EST 2020
From: Jonathan Cameron <Jonathan.Cameron at huawei.com>
This property is used by io-channel consumers, not providers so should
not present here. Note dt_schema will now detect this error as there
is a dependency between this property and io-channels.
Signed-off-by: Jonathan Cameron <Jonathan.Cameron at huawei.com>
Cc: Andy Gross <andy.gross at linaro.org>
Cc: Bjorn Andersson <bjorn.andersson at linaro.org>
---
arch/arm/boot/dts/qcom-pma8084.dtsi | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/boot/dts/qcom-pma8084.dtsi b/arch/arm/boot/dts/qcom-pma8084.dtsi
index ea1ca166165c..e921c5e93a5d 100644
--- a/arch/arm/boot/dts/qcom-pma8084.dtsi
+++ b/arch/arm/boot/dts/qcom-pma8084.dtsi
@@ -68,7 +68,6 @@ pma8084_vadc: vadc at 3100 {
#address-cells = <1>;
#size-cells = <0>;
#io-channel-cells = <1>;
- io-channel-ranges;
die_temp {
reg = <VADC_DIE_TEMP>;
--
2.28.0
More information about the linux-arm-kernel
mailing list