projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0589df6
)
ARM: dts: dra7: Add dt node for the sycon pcie
author
Kishon Vijay Abraham I
<kishon@ti.com>
Mon, 21 Dec 2015 09:13:18 +0000
(14:43 +0530)
committer
Tony 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/dra7.dtsi
b/arch/arm/boot/dts/dra7.dtsi
index c4d9175b90dceab5aa64ca1973505652bf325bee..e1b14ad7af38bd461a1b5ec51de2dca230951eae 100644
(file)
--- a/
arch/arm/boot/dts/dra7.dtsi
+++ b/
arch/arm/boot/dts/dra7.dtsi
@@
-156,6
+156,11
@@
compatible = "syscon";
reg = <0x1c04 0x0020>;
};
+
+ scm_conf_pcie: scm_conf@1c24 {
+ compatible = "syscon";
+ reg = <0x1c24 0x0024>;
+ };
};
cm_core_aon: cm_core_aon@5000 {