Received: by 10.223.185.116 with SMTP id b49csp713209wrg; Fri, 23 Feb 2018 05:44:23 -0800 (PST) X-Google-Smtp-Source: AH8x226aKtBRcBjyL7lVU8bpPLUaYeBe+OrjNnqL1M7H9aaQ7Q2HOyuL3OuyU3+/o9gbq+Vpo7Jc X-Received: by 10.99.190.15 with SMTP id l15mr1519655pgf.325.1519393463556; Fri, 23 Feb 2018 05:44:23 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519393463; cv=none; d=google.com; s=arc-20160816; b=i6o/A247W/4JGmsP1f+1LCWIhXpzJyrdOkWxZqWkwJT+ztxSjeXjbvFzxmHB85sp1E j25E7bbZDSDiwfXVYfeCGLbfSrRtuomdB6Mv5wpJFtmUcCxajXxkuBj4bL3Ij77zUEu0 Dlzr0qo+jGnr84A5EN/qUzxLwQFRVQcDhwFLmXzc018FNXS/iNREdw7vUAXGFDP0vKGJ qFruo1pZyCbwknQr70lPUPBdMFQn4rgJ0JjfbbIRvLEHKjLv0e2Zx8NJ8xz4IIRwNwFY xaN71pd5n7AxDja0cfDA+1w2KLeeH8h57LQl45ltfd4Jc4KXoSEICUbVLpmOWspLvuKB PPDg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=W3v+RIFT/sZ+aJPyug5lu5UexfWjPA4JciXGXtNWESU=; b=zNMez5qp7f12sNpOKkzVm2Harq2cusZOq3jJ99GBG5iJU1958VgB19zzRtz0JT008/ UaD88sbK+1YgdHEzJpTbpL6o1Z6dLDL9SDZPgNJ4ZnciZxgiuPUw8Bg4UxchKw+jLQdw Gk9s/tHm33nLdbWDPY2/Enz5P7EOvOBo7hVfqO7fhizpC0/B9o730ud7ngvzAR43TJ+A 5+H8ZAgocCudp+p/yHcrDG3XpDPK4L8Y36pobbqs61QXW1T33T5V9C/hphXJWd7M2kyS FzoKPX2s4dDwFfBwqNg7x2CYYS+WjLmzmZ0VF4yIaVyLwnNxQtzVkbO3JNtRIWawrIGd J0Eg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s1si1555017pgb.64.2018.02.23.05.44.09; Fri, 23 Feb 2018 05:44:23 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752077AbeBWNla (ORCPT + 99 others); Fri, 23 Feb 2018 08:41:30 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:49291 "EHLO relay3-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751962AbeBWNl0 (ORCPT ); Fri, 23 Feb 2018 08:41:26 -0500 Received: from w540.lan (unknown [IPv6:2001:b07:6442:1ac4:ed2a:c39d:53ba:1f0b]) (Authenticated sender: jacopo@jmondi.org) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 61900A80F5; Fri, 23 Feb 2018 14:41:22 +0100 (CET) From: Jacopo Mondi To: arnd@arndb.de, geert@linux-m68k.org, horms@verge.net.au, magnus.damm@gmail.com, robh+dt@kernel.org, mark.rutland@arm.com Cc: Jacopo Mondi , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/7] R-Car M3-N DTS fixes Date: Fri, 23 Feb 2018 14:40:52 +0100 Message-Id: <1519393259-26108-1-git-send-email-jacopo+renesas@jmondi.org> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, in this second iteration I have fixed two remarks from Geert received on v1: - Extend "du" address length to include third channel - Move usb2_phy1 device node next to usb2_phy0 Two minor nits were not addressed: - "placeholder" comment position not changed to maintain consistency with placeholders in M3-W. When they'll get changed, let's change all of them at the same time. - The addresses block sizes (and multiple address range blocks) are still there (next time we can consider dropping the unit address from place-holder nodes and do not add any "reg" property at all, until DTC won't start complaining about this as well) All patches but the newly introduced 7/7 now have Geert's Reviewed-by tag. Simon: as per v1, this series is based on my M3-N enablement series, last patch on Ether-AVB excluded. Thanks j v1 -> v2: - Extend "du" address length to include third channel - Move usb2_phy1 node next to usb2_phy0 Jacopo Mondi (7): arm64: dts: renesas: r8a77965: Add "reg" properties arm64: dts: renesas: r8a77965: Add #address-cells and #size-cells arm64: dts: renesas: r8a77965: Remove stale reg property arm64: dts: renesas: r8a77965: Add #phy-cells property arm64: dts: renesas: r8a77965: Add #pwm-cells property arm64: dts: renesas: r8a77965: Add #interrupt-cells property arm64: dts: renesas: r8a77965: Move usb2_phy1 up arch/arm64/boot/dts/renesas/r8a77965.dtsi | 89 +++++++++++++++++++++++++++++-- 1 file changed, 84 insertions(+), 5 deletions(-) -- 2.7.4