Browse Source
This converts the test for the obsolete "interrupt-controller" property in /chosen to the new framework. That was the only thing left in the old-style check_chosen() function, so that function is removed, too. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>main
David Gibson
17 years ago
committed by
Jon Loeliger
3 changed files with 32 additions and 22 deletions
@ -0,0 +1,13 @@
@@ -0,0 +1,13 @@
|
||||
/dts-v1/; |
||||
|
||||
/ { |
||||
#address-cells = <1>; |
||||
#size-cells = <1>; |
||||
PIC: pic@0 { |
||||
reg = <0x0 0x10>; |
||||
interrupt-controller; |
||||
}; |
||||
chosen { |
||||
interrupt-controller = <&PIC>; |
||||
}; |
||||
}; |
Loading…
Reference in new issue