ARM: dts: sun5i: Remove redundant interrupt-controller
The interrupt-parent property is set in sun5i.dtsi, so there's no need to repeat it. Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Acked-by: Chen-Yu Tsai <wens@csie.org>
This commit is contained in:
parent
d6b7baed20
commit
39bfc2311c
|
@ -47,8 +47,6 @@
|
||||||
#include <dt-bindings/dma/sun4i-a10.h>
|
#include <dt-bindings/dma/sun4i-a10.h>
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
interrupt-parent = <&intc>;
|
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
ethernet0 = &emac;
|
ethernet0 = &emac;
|
||||||
};
|
};
|
||||||
|
|
|
@ -47,8 +47,6 @@
|
||||||
#include <dt-bindings/thermal/thermal.h>
|
#include <dt-bindings/thermal/thermal.h>
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
interrupt-parent = <&intc>;
|
|
||||||
|
|
||||||
thermal-zones {
|
thermal-zones {
|
||||||
cpu_thermal {
|
cpu_thermal {
|
||||||
/* milliseconds */
|
/* milliseconds */
|
||||||
|
|
Loading…
Reference in New Issue