Skip to content

Commit

Permalink
BCM270X_DT: Use i2c-bcm2835 as default
Browse files Browse the repository at this point in the history
i2c-bcm2835 has gotten an overhaul so we can now use as default.

Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
  • Loading branch information
notro authored and popcornmix committed Dec 9, 2016
1 parent 082e237 commit 655b81a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions arch/arm/boot/dts/bcm270x.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@
dma-names = "tx", "rx";
};

i2c@7e205000 { /* i2c0 */
compatible = "brcm,bcm2708-i2c";
};

pixelvalve0: pixelvalve@7e206000 {
/* Add alias */
status = "disabled";
Expand Down Expand Up @@ -104,14 +100,6 @@
status = "disabled";
};

i2c@7e804000 { /* i2c1 */
compatible = "brcm,bcm2708-i2c";
};

i2c@7e805000 { /* i2c2 */
compatible = "brcm,bcm2708-i2c";
};

pixelvalve2: pixelvalve@7e807000 {
/* Add alias */
status = "disabled";
Expand Down

0 comments on commit 655b81a

Please sign in to comment.