ARM: sun8i: a83t: Add dt node for the syscon control module
authorCorentin Labbe <clabbe.montjoie@gmail.com>
Wed, 7 Jun 2017 17:33:44 +0000 (19:33 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Wed, 14 Jun 2017 19:27:19 +0000 (21:27 +0200)
This patch add the dt node for the syscon register present on the
Allwinner A83T

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun8i-a83t.dtsi

index bf63e3b..8923ba6 100644 (file)
                #size-cells = <1>;
                ranges;
 
+               syscon: syscon@1c00000 {
+                       compatible = "allwinner,sun8i-a83t-system-controller",
+                               "syscon";
+                       reg = <0x01c00000 0x1000>;
+               };
+
                dma: dma-controller@1c02000 {
                        compatible = "allwinner,sun8i-a83t-dma";
                        reg = <0x01c02000 0x1000>;