Skip to content

Commit d3bad72

Browse files
Phil Elwellpopcornmix
Phil Elwell
authored andcommitted
BCM270X_DT: Enable AUX interrupt controller in DT
See: #1484 #1573 Signed-off-by: Phil Elwell <[email protected]>
1 parent b084553 commit d3bad72

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

arch/arm/boot/dts/bcm283x.dtsi

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -403,20 +403,25 @@
403403
#clock-cells = <1>;
404404
reg = <0x7e215000 0x8>;
405405
clocks = <&clocks BCM2835_CLOCK_VPU>;
406+
interrupts = <1 29>;
407+
interrupt-controller;
408+
#interrupt-cells = <1>;
406409
};
407410

408411
uart1: serial@7e215040 {
409412
compatible = "brcm,bcm2835-aux-uart";
410413
reg = <0x7e215040 0x40>;
411-
interrupts = <1 29>;
414+
interrupt-parent = <&aux>;
415+
interrupts = <0>;
412416
clocks = <&aux BCM2835_AUX_CLOCK_UART>;
413417
status = "disabled";
414418
};
415419

416420
spi1: spi@7e215080 {
417421
compatible = "brcm,bcm2835-aux-spi";
418422
reg = <0x7e215080 0x40>;
419-
interrupts = <1 29>;
423+
interrupt-parent = <&aux>;
424+
interrupts = <1>;
420425
clocks = <&aux BCM2835_AUX_CLOCK_SPI1>;
421426
#address-cells = <1>;
422427
#size-cells = <0>;
@@ -426,7 +431,8 @@
426431
spi2: spi@7e2150c0 {
427432
compatible = "brcm,bcm2835-aux-spi";
428433
reg = <0x7e2150c0 0x40>;
429-
interrupts = <1 29>;
434+
interrupt-parent = <&aux>;
435+
interrupts = <2>;
430436
clocks = <&aux BCM2835_AUX_CLOCK_SPI2>;
431437
#address-cells = <1>;
432438
#size-cells = <0>;

0 commit comments

Comments
 (0)