Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326844
b: refs/heads/master
c: 5d83cb8
h: refs/heads/master
v: v3
  • Loading branch information
Vaibhav Hiremath authored and Benoit Cousson committed Sep 7, 2012
1 parent 26cf624 commit 17e752e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2c195f9cebeb03f7fb10ede6aeca5ce3ce6ed350
refs/heads/master: 5d83cb86227baf87ab04a646d60fb8b26b880743
4 changes: 2 additions & 2 deletions trunk/arch/arm/boot/dts/am335x-bone.dts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
};

ocp {
uart1: serial@44E09000 {
uart1: serial@44e09000 {
status = "okay";
};

i2c1: i2c@44E0B000 {
i2c1: i2c@44e0b000 {
status = "okay";
clock-frequency = <400000>;

Expand Down
8 changes: 4 additions & 4 deletions trunk/arch/arm/boot/dts/am335x-evm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
};

ocp {
uart1: serial@44E09000 {
uart1: serial@44e09000 {
status = "okay";
};

i2c1: i2c@44E0B000 {
i2c1: i2c@44e0b000 {
status = "okay";
clock-frequency = <400000>;

tps: tps@2D {
reg = <0x2D>;
tps: tps@2d {
reg = <0x2d>;
};
};
};
Expand Down
20 changes: 10 additions & 10 deletions trunk/arch/arm/boot/dts/am33xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
#interrupt-cells = <1>;
};

gpio2: gpio@4804C000 {
gpio2: gpio@4804c000 {
compatible = "ti,omap4-gpio";
ti,hwmods = "gpio2";
gpio-controller;
Expand All @@ -80,7 +80,7 @@
#interrupt-cells = <1>;
};

gpio3: gpio@481AC000 {
gpio3: gpio@481ac000 {
compatible = "ti,omap4-gpio";
ti,hwmods = "gpio3";
gpio-controller;
Expand All @@ -89,7 +89,7 @@
#interrupt-cells = <1>;
};

gpio4: gpio@481AE000 {
gpio4: gpio@481ae000 {
compatible = "ti,omap4-gpio";
ti,hwmods = "gpio4";
gpio-controller;
Expand All @@ -98,7 +98,7 @@
#interrupt-cells = <1>;
};

uart1: serial@44E09000 {
uart1: serial@44e09000 {
compatible = "ti,omap3-uart";
ti,hwmods = "uart1";
clock-frequency = <48000000>;
Expand All @@ -119,44 +119,44 @@
status = "disabled";
};

uart4: serial@481A6000 {
uart4: serial@481a6000 {
compatible = "ti,omap3-uart";
ti,hwmods = "uart4";
clock-frequency = <48000000>;
status = "disabled";
};

uart5: serial@481A8000 {
uart5: serial@481a8000 {
compatible = "ti,omap3-uart";
ti,hwmods = "uart5";
clock-frequency = <48000000>;
status = "disabled";
};

uart6: serial@481AA000 {
uart6: serial@481aa000 {
compatible = "ti,omap3-uart";
ti,hwmods = "uart6";
clock-frequency = <48000000>;
status = "disabled";
};

i2c1: i2c@44E0B000 {
i2c1: i2c@44e0b000 {
compatible = "ti,omap4-i2c";
#address-cells = <1>;
#size-cells = <0>;
ti,hwmods = "i2c1";
status = "disabled";
};

i2c2: i2c@4802A000 {
i2c2: i2c@4802a000 {
compatible = "ti,omap4-i2c";
#address-cells = <1>;
#size-cells = <0>;
ti,hwmods = "i2c2";
status = "disabled";
};

i2c3: i2c@4819C000 {
i2c3: i2c@4819c000 {
compatible = "ti,omap4-i2c";
#address-cells = <1>;
#size-cells = <0>;
Expand Down

0 comments on commit 17e752e

Please sign in to comment.