Skip to content

Commit

Permalink
ARM: dts: rename imx6q.dtsi to imx6qdl.dtsi
Browse files Browse the repository at this point in the history
i.MX6 Quad and i.MX6 DualLite is similar enough to share one dtsi
file, so rename imx6q.dtsi to imx6qdl.dtsi preparing for the addition
of imx6dl support.

Another member of i.MX6 series i.MX6 SoloLite is different enough
from the other two, so it will stand as a separate dtsi.  That's why
we rename to imx6qdl.dtsi not imx6.dtsi.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
  • Loading branch information
Shawn Guo committed Feb 10, 2013
1 parent 46743dd commit 4bacf2a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx6q-arm2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

/dts-v1/;
/include/ "imx6q.dtsi"
/include/ "imx6qdl.dtsi"

/ {
model = "Freescale i.MX6 Quad Armadillo2 Board";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx6q-sabreauto.dts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

/dts-v1/;
/include/ "imx6q.dtsi"
/include/ "imx6qdl.dtsi"

/ {
model = "Freescale i.MX6 Quad SABRE Automotive Board";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx6q-sabrelite.dts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

/dts-v1/;
/include/ "imx6q.dtsi"
/include/ "imx6qdl.dtsi"

/ {
model = "Freescale i.MX6 Quad SABRE Lite Board";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx6q-sabresd.dts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

/dts-v1/;
/include/ "imx6q.dtsi"
/include/ "imx6qdl.dtsi"

/ {
model = "Freescale i.MX6Q SABRE Smart Device Board";
Expand Down
File renamed without changes.

0 comments on commit 4bacf2a

Please sign in to comment.