Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: bcm283x: Drop unnecessary properties from dpi node

Since commit 094536003e06 ("dt-bindings: display: Convert
VC4 bindings to schemas") it has been defined that the properties
'#address-cells' and '#size-cells' are not necessary for the dpi
node. This results in a warning during dtbs_check:

dpi@7e208000: '#address-cells', '#size-cells' do not match any
of the regexes: 'pinctrl-[0-9]+'

Since we don't need a reg property to differentiate between
multiple ports, drop them from the dtsi file.

Suggested-by: Maxime Ripard <maxime@cerno.tech>
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

authored by

Stefan Wahren and committed by
Florian Fainelli
1db2c0f7 f2906aa8

-2
-2
arch/arm/boot/dts/bcm283x.dtsi
··· 352 352 clocks = <&clocks BCM2835_CLOCK_VPU>, 353 353 <&clocks BCM2835_CLOCK_DPI>; 354 354 clock-names = "core", "pixel"; 355 - #address-cells = <1>; 356 - #size-cells = <0>; 357 355 status = "disabled"; 358 356 }; 359 357