Skip to content

Commit

Permalink
DT: Add overrides to enable i2c0, i2c1, spi and i2s
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Elwell authored and popcornmix committed Jun 7, 2015
1 parent ea3aad7 commit a9a57c3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/bcm2708-rpi-b-plus.dts
Expand Up @@ -79,3 +79,13 @@
pinctrl-names = "default";
pinctrl-0 = <&i2s_pins>;
};


/ {
__overrides__ {
i2s = <&i2s>,"status";
spi = <&spi0>,"status";
i2c0 = <&i2c0>,"status";
i2c1 = <&i2c1>,"status";
};
};
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/bcm2708-rpi-b.dts
Expand Up @@ -79,3 +79,13 @@
pinctrl-names = "default";
pinctrl-0 = <&i2s_pins>;
};


/ {
__overrides__ {
i2s = <&i2s>,"status";
spi = <&spi0>,"status";
i2c0 = <&i2c0>,"status";
i2c1 = <&i2c1>,"status";
};
};

0 comments on commit a9a57c3

Please sign in to comment.