]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: silk: Drop unnecessary address properties from vin port node
authorSimon Horman <horms+renesas@verge.net.au>
Thu, 26 Apr 2018 09:42:43 +0000 (11:42 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 2 May 2018 06:55:02 +0000 (08:55 +0200)
The vin port node does not have an address and thus does not need
address-cells or address size-properties.

This is flagged by dtc as follows:
 # make dtbs W=1
 arch/arm/boot/dts/r8a7794-silk.dtb: Warning (avoid_unnecessary_addr_size): /soc/video@e6ef0000/port: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
arch/arm/boot/dts/r8a7794-silk.dts

index e2642d2c2eedd73cadc0a7bf08deb986f3fbb530..7808aaee6644a95dcfdaf1d6e001c3293c265375 100644 (file)
@@ -475,9 +475,6 @@ &vin0 {
        pinctrl-names = "default";
 
        port {
-               #address-cells = <1>;
-               #size-cells = <0>;
-
                vin0ep: endpoint {
                        remote-endpoint = <&adv7180>;
                        bus-width = <8>;