提交 e6cce33e 编写于 作者: D Dom Cobley 提交者: Zheng Zengkai

bcm2711: Disable bsc_intr and aon_intr by default and enable in overlay

raspberrypi inclusion
category: feature
bugzilla: 50432

--------------------------------
Signed-off-by: NDom Cobley <popcornmix@gmail.com>
Signed-off-by: NFang Yafen <yafen@iscas.ac.cn>
Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
上级 d13e3557
...@@ -314,6 +314,7 @@ ...@@ -314,6 +314,7 @@
interrupts = <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>;
interrupt-controller; interrupt-controller;
#interrupt-cells = <1>; #interrupt-cells = <1>;
status = "disabled";
}; };
aon_intr: interrupt-controller@7ef00100 { aon_intr: interrupt-controller@7ef00100 {
...@@ -322,6 +323,7 @@ ...@@ -322,6 +323,7 @@
interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
interrupt-controller; interrupt-controller;
#interrupt-cells = <1>; #interrupt-cells = <1>;
status = "disabled";
}; };
hdmi0: hdmi@7ef00700 { hdmi0: hdmi@7ef00700 {
......
...@@ -166,6 +166,20 @@ ...@@ -166,6 +166,20 @@
}; };
}; };
fragment@23 {
target = <&bsc_intr>;
__overlay__ {
status = "okay";
};
};
fragment@24 {
target = <&aon_intr>;
__overlay__ {
status = "okay";
};
};
__overrides__ { __overrides__ {
audio = <0>,"!17"; audio = <0>,"!17";
audio1 = <0>,"!18"; audio1 = <0>,"!18";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册