Re: [PATCH 00/17] Add support for TI PRU ICSS

2018-12-02 Thread Derald D. Woods
port-package/commits/upstream/pruss > Per Roger's instructions, I was able test both patch series on the am335x-pocketbeagle, based on linux v4.20-rc4, with the following additional 'rpmsg_pru' patches: https://github.com/beagleboard/linux/commit/2b013313cae8659f2cbd659c314e471a

Re: [PATCH] ARM: dts: omap3-evm: Fix missing NAND partition information

2017-12-13 Thread Derald D. Woods
On Wed, Dec 13, 2017 at 04:05:06PM +0100, Ladislav Michl wrote: > On Wed, Dec 13, 2017 at 07:44:25AM -0600, Derald D. Woods wrote: > > On Tue, Dec 12, 2017 at 06:13:51PM -0600, Adam Ford wrote: > > > On Dec 12, 2017 12:41 PM, "Ladislav Michl" wrote: > > > >

Re: [PATCH] ARM: dts: omap3-evm: Fix missing NAND partition information

2017-12-13 Thread Derald D. Woods
On Tue, Dec 12, 2017 at 06:13:51PM -0600, Adam Ford wrote: > On Dec 12, 2017 12:41 PM, "Ladislav Michl" wrote: > > On Tue, Dec 12, 2017 at 12:24:02PM -0600, Derald D. Woods wrote: > > On Tue, Dec 12, 2017 at 10:15:03AM -0800, Tony Lindgren wrote: > > > Well that

Re: [PATCH] ARM: dts: omap3-evm: Fix missing NAND partition information

2017-12-12 Thread Derald D. Woods
On Tue, Dec 12, 2017 at 10:15:03AM -0800, Tony Lindgren wrote: > * Derald D. Woods [171212 18:11]: > > On Tue, Dec 12, 2017 at 06:50:54PM +0100, Ladislav Michl wrote: > > > On Tue, Dec 12, 2017 at 08:55:42AM -0800, Tony Lindgren wrote: > > > > * Derald D. Woods

Re: [PATCH] ARM: dts: omap3-evm: Fix missing NAND partition information

2017-12-12 Thread Derald D. Woods
On Tue, Dec 12, 2017 at 06:50:54PM +0100, Ladislav Michl wrote: > On Tue, Dec 12, 2017 at 08:55:42AM -0800, Tony Lindgren wrote: > > * Derald D. Woods [171212 16:34]: > > > I am testing using an appended device-tree. This has been the most > > > reliable method for the

Re: [PATCH] ARM: dts: omap3-evm: Fix missing NAND partition information

2017-12-12 Thread Derald D. Woods
On Tue, Dec 12, 2017 at 07:39:30AM +0100, Ladislav Michl wrote: > On Mon, Dec 11, 2017 at 10:12:13PM -0600, Derald D. Woods wrote: > > The partition information was omitted during the conversion to OMAP3430 > > specific data. > > That could be intentional... I am fixi

[PATCH] ARM: dts: omap3-evm: Fix missing NAND partition information

2017-12-11 Thread Derald D. Woods
The partition information was omitted during the conversion to OMAP3430 specific data. The data added by this commit is consistent with current U-Boot default definitions. Fixes: 62fe1d337461 ("ARM: dts: omap3-evm: Add OMAP3530 specific device tree processor data") Signed-off-by: Deral

Re: [PATCH v3 0/4] Update TMDSEVM3530 support for omap3-evm

2017-09-28 Thread Derald D. Woods
On Tue, Sep 12, 2017 at 06:48:20PM -0500, Derald D. Woods wrote: > This patch set allows TMDSEVM3530(omap3-evm.dts) to boot using common > processor module data that is shared with 'omap3-evm-37xx.dts'. A new > common file for processor module data is introduced to help facil

[PATCH v3 1/4] ARM: dts: omap3-evm-37xx: Add common processor module support

2017-09-12 Thread Derald D. Woods
p3-evm-37xx.dts'. Signed-off-by: Derald D. Woods --- arch/arm/boot/dts/omap3-evm-37xx.dts | 209 + arch/arm/boot/dts/omap3-evm-processor-common.dtsi | 214 ++ 2 files changed, 215 insertions(+), 208 deletions(-) create mode 100644 arch/ar

[PATCH v3 0/4] Update TMDSEVM3530 support for omap3-evm

2017-09-12 Thread Derald D. Woods
nnecessary compatible string change to Sharp LCD panel Changes in v2 - - Pull in change from linux-next (ARM: dts: omap*: Replace deprecated "vmmc_aux" with "vqmmc") - Add compatible and supply fix for LCD panel - Add supply references for DSS - Add "Signed-off-by&

[PATCH v3 4/4] ARM: dts: omap3-evm: Add DSS {vdds_dsi,vdda_video}-supply references

2017-09-12 Thread Derald D. Woods
This commit eliminates two dummy regulator assignments. Signed-off-by: Derald D. Woods --- arch/arm/boot/dts/omap3-evm-processor-common.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/omap3-evm-processor-common.dtsi b/arch/arm/boot/dts/omap3-evm-processor

[PATCH v3 3/4] ARM: dts: omap3: Add Sharp LS037V7DW01 'envdd' supply

2017-09-12 Thread Derald D. Woods
The Sharp panel 'envdd' regulator is now selected properly. This commit eliminates a dummy regulator assignment at boot. Signed-off-by: Derald D. Woods --- arch/arm/boot/dts/omap3-panel-sharp-ls037v7dw01.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/o

[PATCH v3 2/4] ARM: dts: omap3-evm: Add OMAP3530 specific device tree processor data

2017-09-12 Thread Derald D. Woods
This commit allows OMAP3530 variants to use common data that is available in 'omap3-evm-processor-common.dtsi'. It adds proper pinmux macros for 'omap3_pmx_core2' on OMAP3430. The Micron NAND chip is also added for the TMDSEVM3530 processor module. Signed-off-by: Derald D.

Re: [PATCH v2 3/4] ARM: dts: omap3: Fix Sharp LS037V7DW01 compatible string and envdd supply

2017-09-12 Thread Derald D. Woods
On Tue, Sep 12, 2017 at 07:34:46AM -0700, Tony Lindgren wrote: > * Derald D. Woods [170911 20:48]: > > The Sharp panel driver and regulator are now selected properly. This > > commit eliminates a dummy regulator assignment. > > > > Signed-off-by: Derald D. Woods >

[PATCH v2 2/4] ARM: dts: omap3-evm: Add OMAP3530 specific device tree processor data

2017-09-11 Thread Derald D. Woods
This commit allows OMAP3530 variants to use common data that is available in 'omap3-evm-processor-common.dtsi'. It adds proper pinmux macros for 'omap3_pmx_core2' on OMAP3430. The Micron NAND chip is also added for the TMDSEVM3530 processor module. Signed-off-by: Derald D. W

[PATCH v2 1/4] ARM: dts: omap3-evm-37xx: Add common processor module support

2017-09-11 Thread Derald D. Woods
p3-evm-37xx.dts'. Signed-off-by: Derald D. Woods --- arch/arm/boot/dts/omap3-evm-37xx.dts | 209 + arch/arm/boot/dts/omap3-evm-processor-common.dtsi | 214 ++ 2 files changed, 215 insertions(+), 208 deletions(-) create mode 100644 arch/ar

[PATCH v2 3/4] ARM: dts: omap3: Fix Sharp LS037V7DW01 compatible string and envdd supply

2017-09-11 Thread Derald D. Woods
The Sharp panel driver and regulator are now selected properly. This commit eliminates a dummy regulator assignment. Signed-off-by: Derald D. Woods --- arch/arm/boot/dts/omap3-panel-sharp-ls037v7dw01.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts

[PATCH v2 0/4] Update TMDSEVM3530 support for omap3-evm

2017-09-11 Thread Derald D. Woods
from linux-next (ARM: dts: omap*: Replace deprecated "vmmc_aux" with "vqmmc") - Add compatible and supply fix for LCD panel - Add supply references for DSS - Add "Signed-off-by" for each patch Derald D. Woods (4): ARM: dts: omap3-evm-37xx: Add common processor m

[PATCH v2 4/4] ARM: dts: omap3-evm: Add DSS {vdds_dsi,vdda_video}-supply references

2017-09-11 Thread Derald D. Woods
This commit eliminates two dummy regulator assignments. Signed-off-by: Derald D. Woods --- arch/arm/boot/dts/omap3-evm-processor-common.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/omap3-evm-processor-common.dtsi b/arch/arm/boot/dts/omap3-evm-processor

[PATCH 1/2] ARM: dts: omap3-evm-37xx: Add common processor module support

2017-09-02 Thread Derald D. Woods
This commit moves common OMAP3-EVM processor module device tree data to a separate include file. This will allow for 'omap3-evm.dts' to use device tree data that is unique to the OMAP3530 version of the processor module, while making use of the work already done for the 'omap3-evm-37xx.dts'. --- a

[PATCH 0/2] Update TMDSEVM3530 support for omap3-evm

2017-09-02 Thread Derald D. Woods
This patch set allows TMDSEVM3530(omap3-evm.dts) to boot using common processor module data that is shared with 'omap3-evm-37xx.dts'. A new common file for processor module data is introduced to help facilitate the updated OMAP3530 support. Derald D. Woods (2): ARM: dts: omap3-evm

[PATCH 2/2] ARM: dts: omap3-evm: Add OMAP3530 specific device tree processor data

2017-09-02 Thread Derald D. Woods
This commit allows OMAP3530 variants to use common data that is available in 'omap3-evm-processor-common.dtsi'. It adds proper pinmux macros for 'omap3_pmx_core2' on OMAP3430. The Micron NAND chip is also added for the TMDSEVM3530 processor module. --- arch/arm/boot/dts/omap3-evm.dts | 76