Skip to content

Commit

Permalink
ARM: bcm2835: Add the auxiliary clocks to the device tree.
Browse files Browse the repository at this point in the history
These will be used for enabling UART1, SPI1, and SPI2.

Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Eric Anholt authored and Arnd Bergmann committed Dec 31, 2015
1 parent 80534f0 commit ddc5c39
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/bcm283x.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,13 @@
status = "disabled";
};

aux: aux@0x7e215000 {
compatible = "brcm,bcm2835-aux";
#clock-cells = <1>;
reg = <0x7e215000 0x8>;
clocks = <&clocks BCM2835_CLOCK_VPU>;
};

sdhci: sdhci@7e300000 {
compatible = "brcm,bcm2835-sdhci";
reg = <0x7e300000 0x100>;
Expand Down

0 comments on commit ddc5c39

Please sign in to comment.