Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326744
b: refs/heads/master
c: db84c03
h: refs/heads/master
v: v3
  • Loading branch information
Maxime Ripard authored and Shawn Guo committed Sep 3, 2012
1 parent 8f937ed commit 3736ef4
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: de7e934f2bd27e2636946600e4335c929fae3c87
refs/heads/master: db84c038d6d7ff5ad1f18e2613b4d67583a7e40f
31 changes: 31 additions & 0 deletions trunk/arch/arm/boot/dts/imx28-cfa10049.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
/*
* Copyright 2012 Free Electrons
*
* The code contained herein is licensed under the GNU General Public
* License. You may obtain a copy of the GNU General Public License
* Version 2 or later at the following locations:
*
* http://www.opensource.org/licenses/gpl-license.html
* http://www.gnu.org/copyleft/gpl.html
*/

/*
* The CFA-10049 is an expansion board for the CFA-10036 module, thus we
* need to include the CFA-10036 DTS.
*/
/include/ "imx28-cfa10036.dts"

/ {
model = "Crystalfontz CFA-10049 Board";
compatible = "crystalfontz,cfa10049", "crystalfontz,cfa10036", "fsl,imx28";

apb@80000000 {
apbx@80040000 {
i2c1: i2c@8005a000 {
pinctrl-names = "default";
pinctrl-0 = <&i2c1_pins_a>;
status = "okay";
};
};
};
};
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-mxs/Makefile.boot
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dtb-y += imx23-evk.dtb \
imx23-stmp378x_devb.dtb \
imx28-apx4devkit.dtb \
imx28-cfa10036.dtb \
imx28-cfa10049.dtb \
imx28-evk.dtb \
imx28-m28evk.dtb \
imx28-tx28.dtb \

0 comments on commit 3736ef4

Please sign in to comment.