ARM: dts: dra7: Add dt node for the sycon pcie
authorKishon Vijay Abraham I <kishon@ti.com>
Mon, 21 Dec 2015 09:13:18 +0000 (14:43 +0530)
committerTony Lindgren <tony@atomide.com>
Fri, 12 Feb 2016 21:41:35 +0000 (13:41 -0800)
Add new device tree node for the control module register space where
PCIe registers are present.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra7.dtsi

index c4d9175b90dceab5aa64ca1973505652bf325bee..e1b14ad7af38bd461a1b5ec51de2dca230951eae 100644 (file)
                                        compatible = "syscon";
                                        reg = <0x1c04 0x0020>;
                                };
+
+                               scm_conf_pcie: scm_conf@1c24 {
+                                       compatible = "syscon";
+                                       reg = <0x1c24 0x0024>;
+                               };
                        };
 
                        cm_core_aon: cm_core_aon@5000 {
This page took 0.026339 seconds and 5 git commands to generate.