Message ID | 1355503531-7276-3-git-send-email-g.liakhovetski@gmx.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, Dec 14, 2012 at 05:45:26PM +0100, Guennadi Liakhovetski wrote: > Mackerel's .dts Device Tree description file should derive from the SoC's > .dtsi, not from skeleton.dtsi directly. > > Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Thanks applied. I have applied this to a temporary 'boards4' branch which is based on 3.7-rc1. I will rebase this on 3.8-rc1 once it is released and rename the branch to the more sane 'boards'. I have also merged this change into the next branch.
diff --git a/arch/arm/boot/dts/sh7372-mackerel.dts b/arch/arm/boot/dts/sh7372-mackerel.dts index 286f0ca..2ede70d 100644 --- a/arch/arm/boot/dts/sh7372-mackerel.dts +++ b/arch/arm/boot/dts/sh7372-mackerel.dts @@ -9,7 +9,7 @@ */ /dts-v1/; -/include/ "skeleton.dtsi" +/include/ "sh7372.dtsi" / { model = "Mackerel (AP4 EVM 2nd)";
Mackerel's .dts Device Tree description file should derive from the SoC's .dtsi, not from skeleton.dtsi directly. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> --- arch/arm/boot/dts/sh7372-mackerel.dts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)