Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 370478
b: refs/heads/master
c: 8d84c37
h: refs/heads/master
v: v3
  • Loading branch information
Philipp Zabel authored and Shawn Guo committed Apr 9, 2013
1 parent 20ba3c7 commit ccac629
Show file tree
Hide file tree
Showing 3 changed files with 15 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: 09ebf366599d691ef25c343cb66fe19ce2a74d52
refs/heads/master: 8d84c3740fb0c97b5b01ad565f9d4e2ca84bf670
7 changes: 7 additions & 0 deletions trunk/arch/arm/boot/dts/imx51.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
interrupts = <11 10>;
clocks = <&clks 59>, <&clks 110>, <&clks 61>;
clock-names = "bus", "di0", "di1";
resets = <&src 2>;
};

aips@70000000 { /* AIPS1 */
Expand Down Expand Up @@ -529,6 +530,12 @@
status = "disabled";
};

src: src@73fd0000 {
compatible = "fsl,imx51-src";
reg = <0x73fd0000 0x4000>;
#reset-cells = <1>;
};

clks: ccm@73fd4000{
compatible = "fsl,imx51-ccm";
reg = <0x73fd4000 0x4000>;
Expand Down
7 changes: 7 additions & 0 deletions trunk/arch/arm/boot/dts/imx53.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
interrupts = <11 10>;
clocks = <&clks 59>, <&clks 110>, <&clks 61>;
clock-names = "bus", "di0", "di1";
resets = <&src 2>;
};

aips@50000000 { /* AIPS1 */
Expand Down Expand Up @@ -601,6 +602,12 @@
status = "disabled";
};

src: src@53fd0000 {
compatible = "fsl,imx53-src", "fsl,imx51-src";
reg = <0x53fd0000 0x4000>;
#reset-cells = <1>;
};

clks: ccm@53fd4000{
compatible = "fsl,imx53-ccm";
reg = <0x53fd4000 0x4000>;
Expand Down

0 comments on commit ccac629

Please sign in to comment.