From mboxrd@z Thu Jan 1 00:00:00 1970 From: Corentin Labbe Subject: [PATCH v2 0/5] ARM: dts: sunxi: Remove unused address-cells/size-cells of dwmac-sun8i Date: Wed, 18 Jul 2018 11:40:36 +0000 Message-ID: <1531914041-14751-1-git-send-email-clabbe@baylibre.com> Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-sunxi@googlegroups.com, Corentin Labbe To: catalin.marinas@arm.com, linux@armlinux.org.uk, mark.rutland@arm.com, maxime.ripard@free-electrons.com, robh+dt@kernel.org, wens@csie.org, will.deacon@arm.com Return-path: Received: from mail-wm0-f67.google.com ([74.125.82.67]:37653 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730349AbeGRMSW (ORCPT ); Wed, 18 Jul 2018 08:18:22 -0400 Received: by mail-wm0-f67.google.com with SMTP id a19-v6so2528527wmb.2 for ; Wed, 18 Jul 2018 04:40:51 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: address-cells/size-cells is unnecessary for dwmac-sun8i node. It was in early days, but since a mdio node is used, it could be removed. This patch fix the following DT warning: Warning (avoid_unnecessary_addr_size): /soc/ethernet@1c50000: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property Changes since V1: - splited patch Corentin Labbe (5): dt-bindings: net: dwmac-sun8i: Remove unused address-cells/size-cells ARM: dts: sunxi-h3-h5: Remove unused address-cells/size-cells of dwmac-sun8i ARM: dts: sun8i: a83t: Remove unused address-cells/size-cells of dwmac-sun8i ARM: dts: sun8i: r40: Remove unused address-cells/size-cells of dwmac-sun8i ARM64: dts: sun50i: a64: Remove unused address-cells/size-cells of dwmac-sun8i Documentation/devicetree/bindings/net/dwmac-sun8i.txt | 8 -------- arch/arm/boot/dts/sun8i-a83t.dtsi | 2 -- arch/arm/boot/dts/sun8i-r40.dtsi | 2 -- arch/arm/boot/dts/sunxi-h3-h5.dtsi | 2 -- arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 2 -- 5 files changed, 16 deletions(-) -- 2.16.4