ARM64: dts: mediatek: add pericfg syscon to mt8516.dtsi
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Fri, 22 May 2020 12:06:56 +0000 (14:06 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 22 May 2020 21:20:11 +0000 (14:20 -0700)
This adds support for the PERICFG register range as a syscon. This will
soon be used by the MediaTek Ethernet MAC driver for NIC configuration.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/arm64/boot/dts/mediatek/mt8516.dtsi

index 2f8adf0..8cedaf7 100644 (file)
                        #clock-cells = <1>;
                };
 
+               pericfg: pericfg@10003050 {
+                       compatible = "mediatek,mt8516-pericfg", "syscon";
+                       reg = <0 0x10003050 0 0x1000>;
+               };
+
                apmixedsys: apmixedsys@10018000 {
                        compatible = "mediatek,mt8516-apmixedsys", "syscon";
                        reg = <0 0x10018000 0 0x710>;