mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
mips: ath79: fix DTC warnings
Remove all interrupt nodes that cause warnings regarding a missing interrupt parent. There are no interrupt controller nodes defined and the device trees don't match the ones in Linux anymore. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
This commit is contained in:
@ -3,7 +3,6 @@
|
|||||||
* Copyright (C) 2015-2016 Wills Wang <wills.wang@live.com>
|
* Copyright (C) 2015-2016 Wills Wang <wills.wang@live.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <dt-bindings/interrupt-controller/irq.h>
|
|
||||||
#include "skeleton.dtsi"
|
#include "skeleton.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
@ -68,7 +67,6 @@
|
|||||||
uart0: uart@18020000 {
|
uart0: uart@18020000 {
|
||||||
compatible = "qca,ar9330-uart";
|
compatible = "qca,ar9330-uart";
|
||||||
reg = <0x18020000 0x20>;
|
reg = <0x18020000 0x20>;
|
||||||
interrupts = <128 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
|
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
@ -103,7 +101,6 @@
|
|||||||
spi0: spi@1f000000 {
|
spi0: spi@1f000000 {
|
||||||
compatible = "qca,ar7100-spi";
|
compatible = "qca,ar7100-spi";
|
||||||
reg = <0x1f000000 0x10>;
|
reg = <0x1f000000 0x10>;
|
||||||
interrupts = <129 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
|
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
* Copyright (C) 2015-2016 Wills Wang <wills.wang@live.com>
|
* Copyright (C) 2015-2016 Wills Wang <wills.wang@live.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <dt-bindings/interrupt-controller/irq.h>
|
|
||||||
#include "skeleton.dtsi"
|
#include "skeleton.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
@ -63,7 +62,6 @@
|
|||||||
reg = <0x18020000 0x20>;
|
reg = <0x18020000 0x20>;
|
||||||
reg-shift = <2>;
|
reg-shift = <2>;
|
||||||
clock-frequency = <25000000>;
|
clock-frequency = <25000000>;
|
||||||
interrupts = <128 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
|
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
@ -72,7 +70,6 @@
|
|||||||
spi0: spi@1f000000 {
|
spi0: spi@1f000000 {
|
||||||
compatible = "qca,ar7100-spi";
|
compatible = "qca,ar7100-spi";
|
||||||
reg = <0x1f000000 0x10>;
|
reg = <0x1f000000 0x10>;
|
||||||
interrupts = <129 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
|
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user