Re: [PATCH] arm, am335x: add support for the bosch shc board

2015-11-16 Thread Robert Nelson
; + 0x13c (PIN_INPUT_PULLDOWN | MUX_MODE0) > + 0x140 (PIN_INPUT_PULLDOWN | MUX_MODE0) Please use the AM33XX_IOPAD pinmux macro: All boards have recently be converted: https://www.mail-archive.com/linux-omap@vger.kernel.org/msg121329.html Regards, -- Ro

Re: [PATCH] ARM: dts: Add am335x-bonegreen

2015-09-25 Thread Robert Nelson
On Fri, Sep 25, 2015 at 11:03 AM, Nishanth Menon <n...@ti.com> wrote: > On 09/25/2015 10:10 AM, Robert Nelson wrote: >> SeeedStudio BeagleBone Green (BBG) is clone of the BeagleBone Black (BBB) >> minus >> the HDMI port and addition of two Grove connectors (i2c2 and us

[PATCH] ARM: dts: Add am335x-bonegreen

2015-09-25 Thread Robert Nelson
.A335BNLT|] http://beagleboard.org/green http://www.seeedstudio.com/wiki/Beaglebone_green Signed-off-by: Robert Nelson <robertcnel...@gmail.com> CC: Tony Lindgren <t...@atomide.com> CC: Jason Kridner <jkrid...@gmail.com> --- arch/arm/boot/dts/Makefile | 1 +

Re: [PATCH] ARM: dts: Add am335x-bonegreen

2015-09-25 Thread Robert Nelson
increment the A) I should add, we have an official-ish list at the top of (1), to help keep track of this... 1: https://github.com/beagleboard/image-builder/blob/master/readme.md Regards, -- Robert Nelson https://rcn-ee.com/ -- To unsubscribe from this list: send the line "unsubscribe devicetr

Re: [PATCH] ARM: dts: am335x-boneblack: disable RTC-only sleep

2015-05-31 Thread Robert Nelson
-powered) (rev A6A) am335x vdds supply moved from LDO3 to LDO1 side-effect: vdds remains supplied in sleep-mode Regards, -- Robert Nelson https://rcn-ee.com/ -- To unsubscribe from this list: send the line unsubscribe devicetree in the body of a message to majord...@vger.kernel.org More majordomo info

[PATCH] ARM: dts: am335x-boneblack: disable RTC-only sleep

2015-05-20 Thread Robert Nelson
matthijsvand...@gmail.com Signed-off-by: Robert Nelson robertcnel...@gmail.com Cc: Tony Lindgren t...@atomide.com Cc: Felipe Balbi ba...@ti.com Cc: Johan Hovold jo...@kernel.org --- arch/arm/boot/dts/am335x-boneblack.dts | 4 1 file changed, 4 deletions(-) diff --git a/arch/arm/boot/dts/am335x

[PATCH] ARM: dts: am335x-bone*: usb0 is hardwired for peripheral

2015-02-24 Thread Robert Nelson
Fixes: http://bugs.elinux.org/issues/127 the bb.org community was seeing random reboots before this change. Signed-off-by: Robert Nelson robertcnel...@gmail.com --- arch/arm/boot/dts/am335x-bone-common.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/am335x-bone

Re: [PATCH] ARM: dts: am335x-bone*: usb0 is hardwired for peripheral

2015-02-24 Thread Robert Nelson
On Tue, Feb 24, 2015 at 10:10 AM, Robert Nelson robertcnel...@gmail.com wrote: Fixes: http://bugs.elinux.org/issues/127 the bb.org community was seeing random reboots before this change. Sorry.. ^ beagleboard.org i shouldn't use shorthand in mainline commits.. Regards, -- Robert Nelson http

[PATCH] ARM: dts: imx6dl-udoo: Add board support based off imx6q-udoo

2014-12-22 Thread Robert Nelson
For more information about the Udoo boards: http://www.udoo.org/ Signed-off-by: Robert Nelson robertcnel...@gmail.com CC: Fabio Estevam fabio.este...@freescale.com --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/imx6dl-udoo.dts | 18 + arch/arm/boot/dts/imx6q-udoo.dts

Re: [PATCH] ARM: dts: imx6dl-udoo: Add board support based off imx6q-udoo

2014-12-22 Thread Robert Nelson
On Mon, Dec 22, 2014 at 11:41 AM, Fabio Estevam feste...@gmail.com wrote: On Mon, Dec 22, 2014 at 3:29 PM, Robert Nelson robertcnel...@gmail.com wrote: +/dts-v1/; +#include imx6dl.dtsi +#include imx6qdl-udoo.dtsi + +/ { + model = Udoo i.MX6 Dual Board; It would be better to use

Re: [PATCH 0/3] ARM: dts: AM43x: Fix DCDC3 regulator voltage

2014-11-06 Thread Robert Nelson
seeing these same ddr lockups if u-boot correctly set's the 1.35v level first? Or should we just really leave it at the default power on voltage level? (till either u-boot or kernel grows the capabilities to correctly tell the ddr3 we are changing it's voltage.) Regards, -- Robert Nelson http

[PATCH] ARM: dts: am335x-boneblack: set dcdc1 regulator for 1.35v ddr3

2014-10-10 Thread Robert Nelson
The TPS65217C used on the boneblack defaults to 1.5v on startup for dcdc1_reg. While 1.35v ddr3 memory is actually used. This was discovered by a user during a schematic review of his beaglebone-black clone, a u-boot patch will also also be submitted. Signed-off-by: Robert Nelson robertcnel

[PATCH 1/2] ARM: dts: add initial Rex Pro board support

2014-07-08 Thread Robert Nelson
Add initial Rex Pro i.mx6q board support. Ethernet, UART, USB, I2C, SPI, HDMI, Audio, and SDHC cards are working. Currently no mainline u-boot, so boot with cat zImage imx6q-rex-pro.dtb zImage.dtb, then using mkimage create uImage Signed-off-by: Robert Nelson robertcnel...@gmail.com --- arch

Re: [PATCH] dts: Add UARTs to am335x-bone-common.dtsi

2014-06-07 Thread Robert Nelson
to stay disabled in mainline, so drop the status = okay; , (till we get a working capemgr/overlay). Otherwise the pinmuxing looks good. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- To unsubscribe from this list: send the line unsubscribe devicetree in the body of a message to majord

Re: [PATCH v2] ARM: dts: am335x-bone-common: Add i2c2 definition

2014-05-12 Thread Robert Nelson
identification. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- To unsubscribe from this list: send the line unsubscribe devicetree in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v2] ARM: dts: am335x-bone-common: Add i2c2 definition

2014-05-12 Thread Robert Nelson
real kernel user of the i2c/at24 eeprom information. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- To unsubscribe from this list: send the line unsubscribe devicetree in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v2] ARM: dts: am335x-bone-common: Add i2c2 definition

2014-05-12 Thread Robert Nelson
beagle xm A/B.. http://lists.denx.de/pipermail/u-boot/2014-January/172154.html http://lists.denx.de/pipermail/u-boot/2014-January/172274.html Regards, -- Robert Nelson http://www.rcn-ee.com/ -- To unsubscribe from this list: send the line unsubscribe devicetree in the body of a message to majord

Re: [PATCH] ARM: dts: Add support for the BeagleBoard xM A/B

2014-04-18 Thread Robert Nelson
On Fri, Apr 18, 2014 at 5:51 PM, Tony Lindgren t...@atomide.com wrote: * Robert Nelson robertcnel...@gmail.com [140415 08:46]: On Tue, Apr 15, 2014 at 10:35 AM, Nishanth Menon n...@ti.com wrote: On 04/15/2014 10:12 AM, Robert Nelson wrote: On Tue, Apr 15, 2014 at 10:09 AM, Robert Nelson

[PATCH] ARM: dts: Add support for the BeagleBoard xM A/B

2014-04-15 Thread Robert Nelson
BeagleBoard xM A/B has an inverted usb hub enable line vs the xM C Signed-off-by: Robert Nelson robertcnel...@gmail.com --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/omap3-beagle-xm-ab.dts | 15 +++ 2 files changed, 16 insertions(+) create mode 100644 arch

Re: [PATCH] ARM: dts: Add support for the BeagleBoard xM A/B

2014-04-15 Thread Robert Nelson
On Tue, Apr 15, 2014 at 10:09 AM, Robert Nelson robertcnel...@gmail.com wrote: BeagleBoard xM A/B has an inverted usb hub enable line vs the xM C Signed-off-by: Robert Nelson robertcnel...@gmail.com --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/omap3-beagle-xm

Re: [PATCH] ARM: dts: Add support for the BeagleBoard xM A/B

2014-04-15 Thread Robert Nelson
On Tue, Apr 15, 2014 at 10:35 AM, Nishanth Menon n...@ti.com wrote: On 04/15/2014 10:12 AM, Robert Nelson wrote: On Tue, Apr 15, 2014 at 10:09 AM, Robert Nelson robertcnel...@gmail.com wrote: BeagleBoard xM A/B has an inverted usb hub enable line vs the xM C Signed-off-by: Robert Nelson

Re: [PATCH] ASoC: tda998x: Fix lack of required reg in DT documentation

2014-03-20 Thread Robert Nelson
would ask for 2 differents DTs or for having two tda998x definitions in a same DT... fyi: On the AM335x (BeagleBone Black), the NXP's chip ink shows, 88BHN so TDA19988 Regards, -- Robert Nelson http://www.rcn-ee.com/ -- To unsubscribe from this list: send the line unsubscribe devicetree

Re: [PATCH 2/2] ARM: dts: OMAP3+: add clock nodes for CPU

2014-01-29 Thread Robert Nelson
mandatory */ + 138 1 0 0 0 0 + ; + }; + memory { device_type = memory; reg = 0x8000 0x2000; /* 512 MB */ -- 1.8.5.3 Regards, -- Robert Nelson http://www.rcn-ee.com