ARM: sunxi: dt: Update interrupt controller compatible string
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
parent
b6e1a53b20
commit
6def126d34
2 changed files with 2 additions and 2 deletions
|
@ -170,7 +170,7 @@
|
||||||
ranges;
|
ranges;
|
||||||
|
|
||||||
intc: interrupt-controller@01c20400 {
|
intc: interrupt-controller@01c20400 {
|
||||||
compatible = "allwinner,sunxi-ic";
|
compatible = "allwinner,sun4i-ic";
|
||||||
reg = <0x01c20400 0x400>;
|
reg = <0x01c20400 0x400>;
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
#interrupt-cells = <1>;
|
#interrupt-cells = <1>;
|
||||||
|
|
|
@ -171,7 +171,7 @@
|
||||||
ranges;
|
ranges;
|
||||||
|
|
||||||
intc: interrupt-controller@01c20400 {
|
intc: interrupt-controller@01c20400 {
|
||||||
compatible = "allwinner,sunxi-ic";
|
compatible = "allwinner,sun4i-ic";
|
||||||
reg = <0x01c20400 0x400>;
|
reg = <0x01c20400 0x400>;
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
#interrupt-cells = <1>;
|
#interrupt-cells = <1>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue