From: Jonathan Cameron Date: Sun, 15 Nov 2020 19:29:45 +0000 (+0000) Subject: ARM: dts: Cygnus: Drop incorrect io-channel-ranges property. X-Git-Tag: v5.11-rc1~91^2~37^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7f415677420ff97dd7792eab02dd00e25fcd1f15;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: Cygnus: Drop incorrect io-channel-ranges property. This property applies to consumers of io-channels. In this case we have a provider so the property is not used. Recent changes to dt-schema result int his being reported as an error as a dependency is enforced between this property and io-channels. Signed-off-by: Jonathan Cameron Cc: Florian Fainelli Signed-off-by: Florian Fainelli --- diff --git a/arch/arm/boot/dts/bcm-cygnus.dtsi b/arch/arm/boot/dts/bcm-cygnus.dtsi index dacaef2c14caa..0025c88f660cd 100644 --- a/arch/arm/boot/dts/bcm-cygnus.dtsi +++ b/arch/arm/boot/dts/bcm-cygnus.dtsi @@ -591,7 +591,6 @@ adc: adc@180a6000 { compatible = "brcm,iproc-static-adc"; #io-channel-cells = <1>; - io-channel-ranges; adc-syscon = <&ts_adc_syscon>; clocks = <&asiu_clks BCM_CYGNUS_ASIU_ADC_CLK>; clock-names = "tsc_clk";