mirror of https://gitee.com/openkylin/linux.git
ARM: mvebu: Instantiate system controller in kirkwood.dtsi
Make use of the mvebu system controller, by placing a node into the dtsi file. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Acked-by: Arnd Bergmann <arnd@arndb.de> Tested-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
This commit is contained in:
parent
e65d9c61cb
commit
7702693758
|
@ -145,6 +145,11 @@ mbusc: mbus-controller@20000 {
|
|||
reg = <0x20000 0x80>, <0x1500 0x20>;
|
||||
};
|
||||
|
||||
system-controller@20000 {
|
||||
compatible = "marvell,orion-system-controller";
|
||||
reg = <0x20000 0x120>;
|
||||
};
|
||||
|
||||
bridge_intc: bridge-interrupt-ctrl@20110 {
|
||||
compatible = "marvell,orion-bridge-intc";
|
||||
interrupt-controller;
|
||||
|
|
Loading…
Reference in New Issue