Commit 7a98c18f authored by Sebastian Hesselbarth's avatar Sebastian Hesselbarth Committed by Jason Cooper
Browse files

ARM: dove: add global-config register node



We share global config registers by syscon node, add it to dove.dtsi.

Signed-off-by: default avatarSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent 5db26374
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -613,6 +613,12 @@
				reg = <0xd8500 0x20>;
			};

			gconf: global-config@e802c {
				compatible = "marvell,dove-global-config",
				             "syscon";
				reg = <0xe802c 0x14>;
			};

			gpio2: gpio-ctrl@e8400 {
				compatible = "marvell,orion-gpio";
				#gpio-cells = <2>;