diff options
author | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-11-15 20:29:45 +0100 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2020-11-16 04:23:12 +0100 |
commit | 7f415677420ff97dd7792eab02dd00e25fcd1f15 (patch) | |
tree | ea79c39b0eb6fd747e3c3348798327afa8d11679 /arch/arm/boot/dts/bcm-cygnus.dtsi | |
parent | ARM: dts: BCM5301X: Enable USB 3 PHY on Luxul XWR-3150 (diff) | |
download | linux-7f415677420ff97dd7792eab02dd00e25fcd1f15.tar.xz linux-7f415677420ff97dd7792eab02dd00e25fcd1f15.zip |
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 <Jonathan.Cameron@huawei.com>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm-cygnus.dtsi')
-rw-r--r-- | arch/arm/boot/dts/bcm-cygnus.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm-cygnus.dtsi b/arch/arm/boot/dts/bcm-cygnus.dtsi index dacaef2c14ca..0025c88f660c 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"; |