We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e7986 commit 81ea360Copy full SHA for 81ea360
arch/arm/boot/dts/broadcom/bcm-ns.dtsi
@@ -14,6 +14,13 @@
14
#address-cells = <1>;
15
#size-cells = <1>;
16
17
+ pmu {
18
+ compatible = "arm,cortex-a9-pmu";
19
+ interrupts =
20
+ <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
21
+ <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
22
+ };
23
+
24
chipcommon-a-bus@18000000 {
25
compatible = "simple-bus";
26
ranges = <0x00000000 0x18000000 0x00001000>;
arch/arm/boot/dts/broadcom/bcm5301x.dtsi
@@ -26,13 +26,6 @@
};
27
28
29
- pmu {
30
- compatible = "arm,cortex-a9-pmu";
31
- interrupts =
32
- <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
33
- <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
34
- };
35
-
36
clocks {
37
38
0 commit comments