dts: arm: Add #address-cells to nvic nodes
dtc v1.6.1 produces an error without specifying #address-cells on an interrupt-controller node. Fixes #36495 Signed-off-by: Eric Johnson <eric@liveathos.com>
This commit is contained in:
parent
bdd536a09e
commit
7147e68ffb
|
@ -11,6 +11,7 @@
|
|||
ranges;
|
||||
|
||||
nvic: interrupt-controller@e000e100 {
|
||||
#address-cells = <1>;
|
||||
compatible = "arm,v6m-nvic";
|
||||
reg = <0xe000e100 0xc00>;
|
||||
interrupt-controller;
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
ranges;
|
||||
|
||||
nvic: interrupt-controller@e000e100 {
|
||||
#address-cells = <1>;
|
||||
compatible = "arm,v7m-nvic";
|
||||
reg = <0xe000e100 0xc00>;
|
||||
interrupt-controller;
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
ranges;
|
||||
|
||||
nvic: interrupt-controller@e000e100 {
|
||||
#address-cells = <1>;
|
||||
compatible = "arm,v8m-nvic";
|
||||
reg = <0xe000e100 0xc00>;
|
||||
interrupt-controller;
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
ranges;
|
||||
|
||||
nvic: interrupt-controller@e000e100 {
|
||||
#address-cells = <1>;
|
||||
compatible = "arm,v8.1m-nvic";
|
||||
reg = <0xe000e100 0xc00>;
|
||||
interrupt-controller;
|
||||
|
|
Loading…
Reference in a new issue