Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359808
b: refs/heads/master
c: a82b7b9
h: refs/heads/master
v: v3
  • Loading branch information
Martin Fuzzey authored and Shawn Guo committed Feb 10, 2013
1 parent fdc96d0 commit e4000de
Show file tree
Hide file tree
Showing 2 changed files with 16 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: f1550a1ce79f1424beca55e78122e594f5ef9094
refs/heads/master: a82b7b9c8b6a44b0f3983fb21dff90a9d18d9539
15 changes: 15 additions & 0 deletions trunk/arch/arm/boot/dts/imx53.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,14 @@
};
};

owire {
pinctrl_owire_1: owiregrp-1 {
fsl,pins = <
1166 0x80000000 /* MX53_PAD_GPIO_18__OWIRE_LINE */
>;
};
};

uart1 {
pinctrl_uart1_1: uart1grp-1 {
fsl,pins = <
Expand Down Expand Up @@ -623,6 +631,13 @@
status = "disabled";
};

owire: owire@63fa4000 {
compatible = "fsl,imx53-owire", "fsl,imx21-owire";
reg = <0x63fa4000 0x4000>;
clocks = <&clks 159>;
status = "disabled";
};

ecspi2: ecspi@63fac000 {
#address-cells = <1>;
#size-cells = <0>;
Expand Down

0 comments on commit e4000de

Please sign in to comment.