From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH] arm64: Add DT support for Juno r2 board Date: Tue, 29 Dec 2015 12:35:21 -0600 Message-ID: <20151229183521.GL12450@rob-hp-laptop> References: <1450872611-15326-1-git-send-email-sudeep.holla@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1450872611-15326-1-git-send-email-sudeep.holla-5wv7dgnIgG8@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Sudeep Holla Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, arm-hC8oa7XEHlfYtjvyW6yDsg@public.gmane.org, Liviu Dudau , Mark Rutland , Will Deacon , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Arnd Bergmann , Olof Johansson , Kevin Hilman List-Id: devicetree@vger.kernel.org On Wed, Dec 23, 2015 at 12:10:11PM +0000, Sudeep Holla wrote: > Juno r2 is identical to Juno r1 with Cortex A57 cores replaced by > Cortex A72 cores. That's a bigger change than I'd expect... > Acked-by: Liviu Dudau > Signed-off-by: Sudeep Holla > --- > Documentation/devicetree/bindings/arm/arm-boards | 1 + > Documentation/devicetree/bindings/arm/cpus.txt | 1 + This should probably be a separate patch, but I already have a patch in my tree for 4.5 adding arm,cortex-a72. So just drop this hunk. > arch/arm64/boot/dts/arm/Makefile | 2 +- > arch/arm64/boot/dts/arm/juno-r2.dts | 200 +++++++++++++++++++++++ > 4 files changed, 203 insertions(+), 1 deletion(-) > create mode 100644 arch/arm64/boot/dts/arm/juno-r2.dts [...] > + pmu_a72 { > + compatible = "arm,cortex-a72-pmu"; This needs to be documented. > + pcie-controller@40000000 { > + compatible = "arm,juno-r1-pcie", "plda,xpressrich3-axi", "pci-host-ecam-generic"; Is this common with r1? Rob -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html