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:
Eric Johnson 2021-06-23 13:13:42 -05:00 committed by Christopher Friedt
parent bdd536a09e
commit 7147e68ffb
4 changed files with 4 additions and 0 deletions

View file

@ -11,6 +11,7 @@
ranges;
nvic: interrupt-controller@e000e100 {
#address-cells = <1>;
compatible = "arm,v6m-nvic";
reg = <0xe000e100 0xc00>;
interrupt-controller;

View file

@ -11,6 +11,7 @@
ranges;
nvic: interrupt-controller@e000e100 {
#address-cells = <1>;
compatible = "arm,v7m-nvic";
reg = <0xe000e100 0xc00>;
interrupt-controller;

View file

@ -11,6 +11,7 @@
ranges;
nvic: interrupt-controller@e000e100 {
#address-cells = <1>;
compatible = "arm,v8m-nvic";
reg = <0xe000e100 0xc00>;
interrupt-controller;

View file

@ -15,6 +15,7 @@
ranges;
nvic: interrupt-controller@e000e100 {
#address-cells = <1>;
compatible = "arm,v8.1m-nvic";
reg = <0xe000e100 0xc00>;
interrupt-controller;