diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2018-04-26 11:42:43 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-05-02 08:55:02 +0200 |
commit | d6e801d102b6d970a2d0b328b8bf589eee977e3e (patch) | |
tree | 5166f168e103a915b9f3a3d312e599a5bd7ca766 /arch/arm | |
parent | 03c3a66b4d72aa1ad9bf7a943270f1794c443e50 (diff) | |
download | linux-d6e801d102b6d970a2d0b328b8bf589eee977e3e.tar.gz linux-d6e801d102b6d970a2d0b328b8bf589eee977e3e.tar.bz2 linux-d6e801d102b6d970a2d0b328b8bf589eee977e3e.zip |
ARM: dts: silk: Drop unnecessary address properties from vin port node
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/r8a7794-silk.dts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/r8a7794-silk.dts b/arch/arm/boot/dts/r8a7794-silk.dts index e2642d2c2eed..7808aaee6644 100644 --- a/arch/arm/boot/dts/r8a7794-silk.dts +++ b/arch/arm/boot/dts/r8a7794-silk.dts @@ -475,9 +475,6 @@ pinctrl-names = "default"; port { - #address-cells = <1>; - #size-cells = <0>; - vin0ep: endpoint { remote-endpoint = <&adv7180>; bus-width = <8>; |