Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308364
b: refs/heads/master
c: 4b7e870
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Warren committed May 14, 2012
1 parent c514b2f commit 484c98d
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 15 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: d9e33b593bceb62075225a4a5122bbb4803a8705
refs/heads/master: 4b7e870590f65f4e8bb3cdb7f382e1a9dd17dad5
8 changes: 8 additions & 0 deletions trunk/arch/arm/boot/dts/tegra-cardhu.dts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,14 @@

i2c@7000c500 {
clock-frequency = <100000>;

/* ALS and Proximity sensor */
isl29028@44 {
compatible = "isil,isl29028";
reg = <0x44>;
interrupt-parent = <&gpio>;
interrupts = <88 0x04>; /*gpio PL0 */
};
};

i2c@7000c700 {
Expand Down
41 changes: 37 additions & 4 deletions trunk/arch/arm/boot/dts/tegra-seaboard.dts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
};
hdint {
nvidia,pins = "hdint", "lpw0", "lpw2", "lsc1",
"lsck", "lsda", "pta";
"lsck", "lsda";
nvidia,function = "hdmi";
};
i2cp {
Expand Down Expand Up @@ -134,6 +134,10 @@
nvidia,pins = "pmc";
nvidia,function = "pwr_on";
};
pta {
nvidia,pins = "pta";
nvidia,function = "i2c2";
};
rm {
nvidia,pins = "rm";
nvidia,function = "i2c1";
Expand Down Expand Up @@ -270,10 +274,32 @@
micdet-delay = <100>;
gpio-cfg = < 0xffffffff 0xffffffff 0 0xffffffff 0xffffffff >;
};

/* ALS and proximity sensor */
isl29018@44 {
compatible = "isil,isl29018";
reg = <0x44>;
interrupt-parent = <&gpio>;
interrupts = < 202 0x04 >; /* GPIO PZ2 */
};

gyrometer@68 {
compatible = "invn,mpu3050";
reg = <0x68>;
interrupt-parent = <&gpio>;
interrupts = <204 0x04>; /* gpio PZ4 */
};
};

i2c@7000c400 {
clock-frequency = <400000>;
clock-frequency = <100000>;

smart-battery@b {
compatible = "ti,bq20z75", "smart-battery-1.1";
reg = <0xb>;
ti,i2c-retry-count = <2>;
ti,poll-retry-count = <10>;
};
};

i2c@7000c500 {
Expand All @@ -283,10 +309,17 @@
i2c@7000d000 {
clock-frequency = <400000>;

adt7461@4c {
compatible = "adt7461";
temperature-sensor@4c {
compatible = "nct1008";
reg = <0x4c>;
};

magnetometer@c {
compatible = "ak8975";
reg = <0xc>;
interrupt-parent = <&gpio>;
interrupts = <109 0x04>; /* gpio PN5 */
};
};

i2s@70002a00 {
Expand Down
24 changes: 14 additions & 10 deletions trunk/arch/arm/boot/dts/tegra-trimslice.dts
Original file line number Diff line number Diff line change
Expand Up @@ -250,22 +250,30 @@

i2c@7000c500 {
clock-frequency = <400000>;
};

i2c@7000d000 {
status = "disable";
codec: codec@1a {
compatible = "ti,tlv320aic23";
reg = <0x1a>;
};

rtc@56 {
compatible = "emmicro,em3027";
reg = <0x56>;
};
};

i2s@70002800 {
i2c@7000d000 {
status = "disable";
};

i2s@70002a00 {
status = "disable";
};

das@70000c00 {
status = "disable";
sound {
compatible = "nvidia,tegra-audio-trimslice";
nvidia,i2s-controller = <&tegra_i2s1>;
nvidia,audio-codec = <&codec>;
};

serial@70006000 {
Expand All @@ -288,10 +296,6 @@
status = "disable";
};

sdhci@c8000000 {
status = "disable";
};

sdhci@c8000200 {
status = "disable";
};
Expand Down
8 changes: 8 additions & 0 deletions trunk/arch/arm/boot/dts/tegra-ventana.dts
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,14 @@
micdet-delay = <100>;
gpio-cfg = < 0xffffffff 0xffffffff 0 0xffffffff 0xffffffff >;
};

/* ALS and proximity sensor */
isl29018@44 {
compatible = "isil,isl29018";
reg = <0x44>;
interrupt-parent = <&gpio>;
interrupts = <202 0x04>; /*gpio PZ2 */
};
};

i2c@7000c400 {
Expand Down

0 comments on commit 484c98d

Please sign in to comment.