forked from Ivasoft/openwrt
bmips: dts: fix warnings
- Add missing interrupt-parent to ext_intc. - Add missing #address-cells and #size-cells to gpio_cntl. - Use proper gpio handle for gpios (ar-5315u). Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
@@ -124,6 +124,7 @@
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <2>;
|
||||
|
||||
interrupt-parent = <&periph_intc>;
|
||||
interrupts = <BCM6358_IRQ_EXT0>,
|
||||
<BCM6358_IRQ_EXT1>,
|
||||
<BCM6358_IRQ_EXT2>,
|
||||
@@ -138,6 +139,7 @@
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <2>;
|
||||
|
||||
interrupt-parent = <&periph_intc>;
|
||||
interrupts = <BCM6358_IRQ_EXT4>,
|
||||
<BCM6358_IRQ_EXT5>;
|
||||
};
|
||||
@@ -158,6 +160,8 @@
|
||||
};
|
||||
|
||||
gpio_cntl: syscon@fffe0080 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "brcm,bcm6358-gpio-sysctl",
|
||||
"syscon", "simple-mfd";
|
||||
reg = <0xfffe0080 0x50>;
|
||||
|
||||
Reference in New Issue
Block a user