2016-04-19 21:42:40

by Stuart Yoder

[permalink] [raw]
Subject: [PATCH 0/2 v3] fsl-mc binding and device tree updates

This patch series adds a few missing things from the binding
for the fsl-mc node on the ls2080a Soc-- msi-parent, ranges,
dpmac definition. The ls2080a device tree is updated to
reflect the binding updates.

-v3
-updated dpmac unit addresses to be in hex, to match the
reg property
-v2
-added ack to binding patch
-updated whitespace and comment in dts patch

Stuart Yoder (2):
Documentation: fsl-mc: binding updates for MSIs, ranges, PHYs
arm64: dts: ls2080a: fsl-mc dt node updates

.../devicetree/bindings/misc/fsl,qoriq-mc.txt | 81 +++++++++++++++++-
arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi | 98 ++++++++++++++++++++++
2 files changed, 178 insertions(+), 1 deletion(-)

--
1.9.0


2016-04-26 03:27:00

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH 0/2 v3] fsl-mc binding and device tree updates

On Tue, Apr 19, 2016 at 04:43:27PM -0500, Stuart Yoder wrote:
> Stuart Yoder (2):
> Documentation: fsl-mc: binding updates for MSIs, ranges, PHYs
> arm64: dts: ls2080a: fsl-mc dt node updates

Applied both, thanks.