Add device tree data of pinctrl, d_can, lis331dlh and tmp275 drivers
for AM33XX family of devices. These patches were submitted earlier
and reviewed. Re-sending to apply cleanly on linux-omap/devel-dt
tree. These patches were tested on am33xx-evm and am335x-bone.
AnilKumar Ch (5):
ARM: dts: AM33XX: Add basic pinctrl device tree data
ARM: dts: AM33XX: Add D_CAN device tree data
ARM: OMAP2+: AM33XX: Add clock entries to omap_clk data
ARM: dts: AM33XX: Add lis331dlh device tree data to am335x-evm
ARM: dts: AM33XX: Add temperature sensor device tree data to
am335x-evm
arch/arm/boot/dts/am335x-evm.dts | 44 ++++++++++++++++++++++++++++++++++
arch/arm/boot/dts/am33xx.dtsi | 27 +++++++++++++++++++++
arch/arm/mach-omap2/clock33xx_data.c | 1 +
3 files changed, 72 insertions(+)
--
1.7.9.5
Adds basic pinctrl device tree data for AM33XX family of devices.
This patch is based on the pinctrl-single driver.
Signed-off-by: AnilKumar Ch <redacted>
---
arch/arm/boot/dts/am33xx.dtsi | 9 +++++++++
1 file changed, 9 insertions(+)
Add Bosch D_CAN controller device tree data to AM33XX dtsi
file by adding d_can device nodes with all the necessary
parameters.
Signed-off-by: AnilKumar Ch <redacted>
---
arch/arm/boot/dts/am33xx.dtsi | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
Add AM335x cpu0 clock entry to the corresponding clock data
file. This is useful in getting the correct mpu clock pointer
to change the cpu frequency in cpufreq driver.
Signed-off-by: AnilKumar Ch <redacted>
---
arch/arm/mach-omap2/clock33xx_data.c | 1 +
1 file changed, 1 insertion(+)
Add AM335x cpu0 clock entry to the corresponding clock data
file. This is useful in getting the correct mpu clock pointer
to change the cpu frequency in cpufreq driver.
Signed-off-by: AnilKumar Ch <redacted>
Looks like this one is unrelated to the DTS changes, so I'll queue it
separately here for 3.7.
- Paul
On Thu, Sep 20, 2012 at 02:54:31, Paul Walmsley wrote:
Hi
On Thu, 20 Sep 2012, AnilKumar Ch wrote:
quoted
Add AM335x cpu0 clock entry to the corresponding clock data
file. This is useful in getting the correct mpu clock pointer
to change the cpu frequency in cpufreq driver.
Signed-off-by: AnilKumar Ch <redacted>
Looks like this one is unrelated to the DTS changes, so I'll queue it
separately here for 3.7.
Add lis331dlh device tree data to am335x-evm.dts. In AM335x EVM
lis331dlh accelerometer is connected to I2C2 bus. So this patch
change the status of I2C2 node to "okay" to use I2C2 bus. Also
added all the required platform data to am335x-evm.
Signed-off-by: AnilKumar Ch <redacted>
---
arch/arm/boot/dts/am335x-evm.dts | 39 ++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
Add temperature sensor DT data to am335x-evm.dts. In AM335x EVM
tmp275 temperature sensor is connected to I2C2 bus. So this patch
adds child node inside i2c2 node with i2c slave address. This patch
is tested on AM335x EVM.
Signed-off-by: AnilKumar Ch <redacted>
---
arch/arm/boot/dts/am335x-evm.dts | 5 +++++
1 file changed, 5 insertions(+)
+ Paul
Hi Anil,
Thanks for the rebase / repost. I'll pulled the full series if Paul is OK with
ARM: OMAP2+: AM33XX: Add clock entries to omap_clk data
Paul,
Is that OK?
Regards,
Benoit
Texas Instruments France SA, 821 Avenue Jack Kilby, 06270 Villeneuve Loubet. 036 420 040 R.C.S Antibes. Capital de EUR 12.654.784
-----Original Message-----
From: AnilKumar, Chimata
Sent: Wednesday, September 19, 2012 4:19 PM
To: tony at atomide.com
Cc: Cousson, Benoit; linux-arm-kernel at lists.infradead.org; linux-
omap at vger.kernel.org; AnilKumar, Chimata
Subject: [PATCH RESEND 0/5] ARM: dts: AM33XX: Add device tree data
Add device tree data of pinctrl, d_can, lis331dlh and tmp275 drivers
for AM33XX family of devices. These patches were submitted earlier
and reviewed. Re-sending to apply cleanly on linux-omap/devel-dt
tree. These patches were tested on am33xx-evm and am335x-bone.
AnilKumar Ch (5):
ARM: dts: AM33XX: Add basic pinctrl device tree data
ARM: dts: AM33XX: Add D_CAN device tree data
ARM: OMAP2+: AM33XX: Add clock entries to omap_clk data
ARM: dts: AM33XX: Add lis331dlh device tree data to am335x-evm
ARM: dts: AM33XX: Add temperature sensor device tree data to
am335x-evm
arch/arm/boot/dts/am335x-evm.dts | 44
++++++++++++++++++++++++++++++++++
arch/arm/boot/dts/am33xx.dtsi | 27 +++++++++++++++++++++
arch/arm/mach-omap2/clock33xx_data.c | 1 +
3 files changed, 72 insertions(+)
--
1.7.9.5
Hi Beno?t
On Wed, 19 Sep 2012, Cousson, Benoit wrote:
Thanks for the rebase / repost. I'll pulled the full series if Paul is OK with
ARM: OMAP2+: AM33XX: Add clock entries to omap_clk data
Paul,
Is that OK?
Looks to me like the clock change is unrelated to the DTS changes? Best
thing would be if you could just take the DTS changes and I'll take the
clkdev alias change.
Otherwise if that doesn't work I can ack it, but there might be some
conflicts with other clkdev data changes.
- Paul
Hi Beno?t
On Wed, 19 Sep 2012, Cousson, Benoit wrote:
quoted
Thanks for the rebase / repost. I'll pulled the full series if Paul is OK with
ARM: OMAP2+: AM33XX: Add clock entries to omap_clk data
Paul,
Is that OK?
Looks to me like the clock change is unrelated to the DTS changes? Best
thing would be if you could just take the DTS changes and I'll take the
clkdev alias change.
Good point, it can be separated.
Otherwise if that doesn't work I can ack it, but there might be some
conflicts with other clkdev data changes.
From: Matt Porter <hidden> Date: 2012-09-28 20:48:16
On Wed, Sep 19, 2012 at 04:46:52PM -0500, Benoit Cousson wrote:
+ Matt
On 9/19/2012 4:28 PM, AnilKumar, Chimata wrote:
quoted
On Thu, Sep 20, 2012 at 02:53:38, Cousson, Benoit wrote:
quoted
+ Paul
Hi Anil,
Thanks for the rebase / repost. I'll pulled the full series if Paul is OK with
ARM: OMAP2+: AM33XX: Add clock entries to omap_clk data
What about Matt's series to fix the I2C number? Should it be applied
on top of that one?
I had the series to fix the GPIO numbering [1]. It's dependent on this
series which carries the led dts patch. Pantelis has a patch for i2c
dts numbering in his i2c series [2]. A hunk in that patch has support
for his i2c pinctrl series mixed in (not sure where that one is due to
the change to early init) so it doesn't apply cleanly alone on top of
for_3.7/dts_part2. If you're willing to pick up that i2c renumbering by
itself I can drop you a patch just for that part.
-Matt
[1] https://patchwork.kernel.org/patch/1433481/https://patchwork.kernel.org/patch/1433471/
[2] https://patchwork.kernel.org/patch/1474001/
Regards,
Benoit
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html