Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326741
b: refs/heads/master
c: 5decb4b
h: refs/heads/master
i:
  326739: 94c3b1e
v: v3
  • Loading branch information
Fabio Estevam authored and Shawn Guo committed Aug 28, 2012
1 parent 7ad7eec commit 5d01f47
Show file tree
Hide file tree
Showing 2 changed files with 18 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: 91ed4938ced262e3356a377b08e1f367da941a85
refs/heads/master: 5decb4b63ab25fa826e117f844d6428c5e442c6f
17 changes: 17 additions & 0 deletions trunk/arch/arm/boot/dts/imx28-evk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,23 @@
wp-gpios = <&gpio0 28 0>;
};

ssp2: ssp@80014000 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "fsl,imx28-spi";
pinctrl-names = "default";
pinctrl-0 = <&spi2_pins_a>;
status = "okay";

flash: m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "sst,sst25vf016b";
spi-max-frequency = <40000000>;
reg = <0>;
};
};

pinctrl@80018000 {
pinctrl-names = "default";
pinctrl-0 = <&hog_pins_a>;
Expand Down

0 comments on commit 5d01f47

Please sign in to comment.