Skip to content

Commit

Permalink
ARM: dts: Cygnus: Drop incorrect io-channel-ranges property.
Browse files Browse the repository at this point in the history
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 <[email protected]>
Cc: Florian Fainelli <[email protected]>
Signed-off-by: Florian Fainelli <[email protected]>
  • Loading branch information
jic23 authored and ffainelli committed Nov 16, 2020
1 parent b2ab5e8 commit 7f41567
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/boot/dts/bcm-cygnus.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 7f41567

Please sign in to comment.