mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
xilinx: mbv: Fix dt properties in interrupt controller node
Properties didn't match dt binding that's why should be fixed. Signed-off-by: Michal Simek <michal.simek@amd.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
This commit is contained in:
parent
441ac08142
commit
5fe8b53209
@ -71,7 +71,8 @@
|
||||
interrupt-controller;
|
||||
interrupt-parent = <&cpu0_intc>;
|
||||
#interrupt-cells = <2>;
|
||||
kind-of-intr = <0>;
|
||||
xlnx,num-intr-inputs = <2>;
|
||||
xlnx,kind-of-intr = <0>;
|
||||
};
|
||||
|
||||
xlnx_timer0: timer@41c00000 {
|
||||
|
||||
@ -71,7 +71,8 @@
|
||||
interrupt-controller;
|
||||
interrupt-parent = <&cpu0_intc>;
|
||||
#interrupt-cells = <2>;
|
||||
kind-of-intr = <0>;
|
||||
xlnx,num-intr-inputs = <2>;
|
||||
xlnx,kind-of-intr = <0>;
|
||||
};
|
||||
|
||||
xlnx_timer0: timer@41c00000 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user