Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: bcm2835: Add the auxiliary clocks to the device tree.

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>

authored by

Eric Anholt and committed by
Arnd Bergmann
ddc5c39a 80534f09

+7
+7
arch/arm/boot/dts/bcm283x.dtsi
··· 152 152 status = "disabled"; 153 153 }; 154 154 155 + aux: aux@0x7e215000 { 156 + compatible = "brcm,bcm2835-aux"; 157 + #clock-cells = <1>; 158 + reg = <0x7e215000 0x8>; 159 + clocks = <&clocks BCM2835_CLOCK_VPU>; 160 + }; 161 + 155 162 sdhci: sdhci@7e300000 { 156 163 compatible = "brcm,bcm2835-sdhci"; 157 164 reg = <0x7e300000 0x100>;