ARM: bcm2835: Add the auxiliary clocks to the device tree.
authorEric Anholt <eric@anholt.net>
Tue, 15 Dec 2015 23:35:59 +0000 (15:35 -0800)
committerArnd Bergmann <arnd@arndb.de>
Thu, 31 Dec 2015 16:17:01 +0000 (17:17 +0100)
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>
arch/arm/boot/dts/bcm283x.dtsi

index 8a7e727..971e741 100644 (file)
                        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>;