Skip to content

Commit

Permalink
ARM: mackerel: include the correct .dtsi file
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Simon Horman <horms@verge.net.au>
  • Loading branch information
Guennadi Liakhovetski authored and Simon Horman committed Jan 25, 2013
1 parent 9931fac commit 201dac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/sh7372-mackerel.dts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/

/dts-v1/;
/include/ "skeleton.dtsi"
/include/ "sh7372.dtsi"

/ {
model = "Mackerel (AP4 EVM 2nd)";
Expand Down

0 comments on commit 201dac4

Please sign in to comment.