Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326748
b: refs/heads/master
c: 223d1f9
h: refs/heads/master
v: v3
  • Loading branch information
Maxime Ripard authored and Shawn Guo committed Sep 5, 2012
1 parent 6f24383 commit d6f5879
Show file tree
Hide file tree
Showing 2 changed files with 23 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: 41bf5706f46a19a35c5b38dd1202f8e69eb2ffbf
refs/heads/master: 223d1f9213d0c5473da905ab5984c5751a8d3d6f
22 changes: 22 additions & 0 deletions trunk/arch/arm/boot/dts/imx28-cfa10049.dts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,28 @@
compatible = "crystalfontz,cfa10049", "crystalfontz,cfa10036", "fsl,imx28";

apb@80000000 {
apbh@80000000 {
pinctrl@80018000 {
spi3_pins_cfa10049: spi3-cfa10049@0 {
reg = <0>;
fsl,pinmux-ids = <
0x0181 /* MX28_PAD_GPMI_RDN__SSP3_SCK */
0x01c1 /* MX28_PAD_GPMI_RESETN__SSP3_CMD */
>;
fsl,drive-strength = <1>;
fsl,voltage = <1>;
fsl,pull-up = <1>;
};
};

ssp3: ssp@80016000 {
compatible = "fsl,imx28-spi";
pinctrl-names = "default";
pinctrl-0 = <&spi3_pins_cfa10049>;
status = "okay";
};
};

apbx@80040000 {
i2c1: i2c@8005a000 {
pinctrl-names = "default";
Expand Down

0 comments on commit d6f5879

Please sign in to comment.