bcm27xx: switch to 5.15
[openwrt/staging/chunkeey.git] / target / linux / bcm27xx / patches-5.10 / 950-0463-bcm2711-Disable-bsc_intr-and-aon_intr-by-default-and.patch
1 From 8c11d9b768c6753f045e8669a9d90bb008874b4b Mon Sep 17 00:00:00 2001
2 From: Dom Cobley <popcornmix@gmail.com>
3 Date: Wed, 9 Dec 2020 16:37:01 +0000
4 Subject: [PATCH] bcm2711: Disable bsc_intr and aon_intr by default and
5 enable in overlay
6
7 Signed-off-by: Dom Cobley <popcornmix@gmail.com>
8 ---
9 arch/arm/boot/dts/bcm2711.dtsi | 2 ++
10 .../boot/dts/overlays/vc4-kms-v3d-pi4-overlay.dts | 14 ++++++++++++++
11 2 files changed, 16 insertions(+)
12
13 --- a/arch/arm/boot/dts/bcm2711.dtsi
14 +++ b/arch/arm/boot/dts/bcm2711.dtsi
15 @@ -315,6 +315,7 @@
16 interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
17 interrupt-controller;
18 #interrupt-cells = <1>;
19 + status = "disabled";
20 };
21
22 hdmi0: hdmi@7ef00700 {
23 --- a/arch/arm/boot/dts/overlays/vc4-kms-v3d-pi4-overlay.dts
24 +++ b/arch/arm/boot/dts/overlays/vc4-kms-v3d-pi4-overlay.dts
25 @@ -166,6 +166,13 @@
26 };
27 };
28
29 + fragment@24 {
30 + target = <&aon_intr>;
31 + __overlay__ {
32 + status = "okay";
33 + };
34 + };
35 +
36 __overrides__ {
37 audio = <0>,"!17";
38 audio1 = <0>,"!18";