From: Robert Jarzmik <robert.jarzmik@free.fr> Date: 2015-01-31 22:49:01
Each pxa variant has 2 I2C busses on the SoC :
- the casual I2C
- the power I2C, normally driving power regulators, and capable of
receiving orders on core frequency modifications
Add the missing pwri2c to pxa description.
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
---
arch/arm/boot/dts/pxa2xx.dtsi | 9 +++++++++
1 file changed, 9 insertions(+)
From: Robert Jarzmik <robert.jarzmik@free.fr> Date: 2015-01-31 22:48:57
Each pxa27x has an embedded usb udc controller. Add it in the pxa27x
device-tree description.
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
---
arch/arm/boot/dts/pxa27x.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
From: Robert Jarzmik <robert.jarzmik@free.fr> Date: 2015-01-31 22:48:59
Each pxa has an embedded OS Timers IP. The kernel cannot work without a
valid clocksource, and this adds the OS Timers to the pxa device-tree
description.
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
---
arch/arm/boot/dts/pxa27x.dtsi | 13 +++++++++++++
1 file changed, 13 insertions(+)
From: Sergei Shtylyov <hidden> Date: 2015-02-01 11:26:55
Hello.
On 2/1/2015 1:48 AM, Robert Jarzmik wrote:
Each pxa has an embedded OS Timers IP. The kernel cannot work without a
valid clocksource, and this adds the OS Timers to the pxa device-tree
description.
From: Mark Rutland <mark.rutland@arm.com> Date: 2015-02-01 13:08:30
On Sat, Jan 31, 2015 at 10:48:30PM +0000, Robert Jarzmik wrote:
quoted hunk
Each pxa has an embedded OS Timers IP. The kernel cannot work without a
valid clocksource, and this adds the OS Timers to the pxa device-tree
description.
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
---
arch/arm/boot/dts/pxa27x.dtsi | 13 +++++++++++++
1 file changed, 13 insertions(+)
From: Robert Jarzmik <robert.jarzmik@free.fr> Date: 2015-01-31 22:49:04
Each pxa27x has an embedded keypad controller. Add it in the pxa27x
device-tree description.
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
---
arch/arm/boot/dts/pxa27x.dtsi | 9 +++++++++
1 file changed, 9 insertions(+)
From: Robert Jarzmik <robert.jarzmik@free.fr> Date: 2015-01-31 22:49:21
Add clocks to the IPs already described in the pxa device-tree
files. There are more clocks in the clock tree than IPs described in the
current pxa device-tree.
This patch ensures that :
- the current description is correct
- the clocks are actually claimed, so that clock framework doesn't
disable them automatically (unused clocks shutdown)
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
---
arch/arm/boot/dts/pxa27x.dtsi | 36 ++++++++++++++++++++++++++++++++----
1 file changed, 32 insertions(+), 4 deletions(-)