diff options
author | Olof Johansson <olof@lixom.net> | 2014-05-27 14:11:17 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-05-27 14:11:17 -0400 |
commit | 9eb23c9218aac6ff4b5c2e660638a47c03f2c978 (patch) | |
tree | f4368560d7b74d94fe64028ead84ba9963cd3182 /arch/arm/boot | |
parent | 9f0f10117228b73ec657aab8f303c9ae88fda070 (diff) | |
parent | 6234ca670d5703ee4d22042e974657c57fe8364b (diff) |
Merge tag 'keystone-soc-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into next/soc2
Merge "Keystone SOC updates part2 for 3.16" from Santosh Shilimkar:
- Removal of now un-necessary reset machine code
- dts updates for keystone reset driver
* tag 'keystone-soc-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone:
ARM: configs: keystone: enable reset driver support
ARM: dts: keystone: update reset node to work with reset driver
ARM: keystone: remove redundant reset stuff
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/keystone.dtsi | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi index 90823eb90c1b..a8052fd657e5 100644 --- a/arch/arm/boot/dts/keystone.dtsi +++ b/arch/arm/boot/dts/keystone.dtsi | |||
@@ -67,9 +67,21 @@ | |||
67 | interrupt-parent = <&gic>; | 67 | interrupt-parent = <&gic>; |
68 | ranges = <0x0 0x0 0x0 0xc0000000>; | 68 | ranges = <0x0 0x0 0x0 0xc0000000>; |
69 | 69 | ||
70 | pllctrl: pll-controller@02310000 { | ||
71 | compatible = "ti,keystone-pllctrl", "syscon"; | ||
72 | reg = <0x02310000 0x200>; | ||
73 | }; | ||
74 | |||
75 | devctrl: device-state-control@02620000 { | ||
76 | compatible = "ti,keystone-devctrl", "syscon"; | ||
77 | reg = <0x02620000 0x1000>; | ||
78 | }; | ||
79 | |||
70 | rstctrl: reset-controller { | 80 | rstctrl: reset-controller { |
71 | compatible = "ti,keystone-reset"; | 81 | compatible = "ti,keystone-reset"; |
72 | reg = <0x023100e8 4>; /* pll reset control reg */ | 82 | ti,syscon-pll = <&pllctrl 0xe4>; |
83 | ti,syscon-dev = <&devctrl 0x328>; | ||
84 | ti,wdt-list = <0>; | ||
73 | }; | 85 | }; |
74 | 86 | ||
75 | /include/ "keystone-clocks.dtsi" | 87 | /include/ "keystone-clocks.dtsi" |