diff options
author | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2014-02-24 03:42:56 -0500 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-03-03 21:17:08 -0500 |
commit | 7a98c18f71a23b70775327d7f993cf36db162b43 (patch) | |
tree | b074dfc06ca353b3e8aac07f9c97532943a43d8b | |
parent | 5db263743d5d43f9d35ad61dbbececda72bee7b8 (diff) |
ARM: dove: add global-config register node
We share global config registers by syscon node, add it to dove.dtsi.
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
-rw-r--r-- | arch/arm/boot/dts/dove.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi index ca9ba9ac8c4f..43cbdc2366b3 100644 --- a/arch/arm/boot/dts/dove.dtsi +++ b/arch/arm/boot/dts/dove.dtsi | |||
@@ -613,6 +613,12 @@ | |||
613 | reg = <0xd8500 0x20>; | 613 | reg = <0xd8500 0x20>; |
614 | }; | 614 | }; |
615 | 615 | ||
616 | gconf: global-config@e802c { | ||
617 | compatible = "marvell,dove-global-config", | ||
618 | "syscon"; | ||
619 | reg = <0xe802c 0x14>; | ||
620 | }; | ||
621 | |||
616 | gpio2: gpio-ctrl@e8400 { | 622 | gpio2: gpio-ctrl@e8400 { |
617 | compatible = "marvell,orion-gpio"; | 623 | compatible = "marvell,orion-gpio"; |
618 | #gpio-cells = <2>; | 624 | #gpio-cells = <2>; |