Re: [PATCH 2/2] arm64: imx8mp: imx8mp-phycore-som enable spi nor

2021-03-08 Thread Teresa Remmet
Hello Marco, Am Montag, den 08.03.2021, 09:40 +0100 schrieb Marco Felsch: > On 21-03-08 07:40, Heiko Schocher wrote: > > enable the mt25qu256aba spi nor on the imx8mp-phycore-som. > > > > Signed-off-by: Heiko Schocher > > --- > > > > .../dts/freescale/imx8mp-phycore-som.dtsi | 27 > >

Re: [PATCH 2/2] arm64: imx8mp: imx8mp-phycore-som enable spi nor

2021-03-08 Thread Teresa Remmet
Hello Heiko, first thanks for the patch :). Am Montag, den 08.03.2021, 07:40 +0100 schrieb Heiko Schocher: > enable the mt25qu256aba spi nor on the imx8mp-phycore-som. > > Signed-off-by: Heiko Schocher > --- > > .../dts/freescale/imx8mp-phycore-som.dtsi | 27 > +++ > 1

Re: [PATCH] ARM: dts: am335x-wega.dtsi: fix wrong card detect pin level

2019-07-22 Thread Teresa Remmet
Hello Andreas, Am Dienstag, den 09.07.2019, 20:32 +0200 schrieb Andreas Klinger: > mmc cards on mmc1 are not detected because of wrong card detect (cd) > level. > > Change cd from GPIO_ACTIVE_HIGH to GPIO_ACTIVE_LOW. > > This is necessary because of commit e63201f19438 ("mmc: omap_hsmmc: >

[PATCH] drm: tilcdc: Fix check for remote port parent

2016-08-15 Thread Teresa Remmet
In function tilcdc_get_external_components the check for the remote port parent is not correct. We need a '||' instead of an '&&'. Signed-off-by: Teresa Remmet <t.rem...@phytec.de> --- There has been send out a different version of this patch about a year ago. But there was no f

[PATCH] drm: tilcdc: Fix check for remote port parent

2016-08-15 Thread Teresa Remmet
In function tilcdc_get_external_components the check for the remote port parent is not correct. We need a '||' instead of an '&&'. Signed-off-by: Teresa Remmet --- There has been send out a different version of this patch about a year ago. But there was no feedback at all. Please a

Re: [PATCH] mtd: nand: omap2: add missing braces

2016-07-14 Thread Teresa Remmet
Hello, Am Donnerstag, den 14.07.2016, 11:53 +0200 schrieb Arnd Bergmann: > A bug fix just introduced incorrect behavior in the omap2 nand driver, as > found by gcc-6.1: > > drivers/mtd/nand/omap2.c: In function 'omap_get_dt_info': > drivers/mtd/nand/omap2.c:1658:2: error: this 'if' clause does

Re: [PATCH] mtd: nand: omap2: add missing braces

2016-07-14 Thread Teresa Remmet
Hello, Am Donnerstag, den 14.07.2016, 11:53 +0200 schrieb Arnd Bergmann: > A bug fix just introduced incorrect behavior in the omap2 nand driver, as > found by gcc-6.1: > > drivers/mtd/nand/omap2.c: In function 'omap_get_dt_info': > drivers/mtd/nand/omap2.c:1658:2: error: this 'if' clause does

Re: [PATCH v3] net: phy: smsc: Fix disabling energy detect mode

2016-01-21 Thread Teresa Remmet
Hello Andrew, Am Mittwoch, den 20.01.2016, 15:21 +0100 schrieb Andrew Lunn: > On Wed, Jan 20, 2016 at 01:40:35PM +0100, Teresa Remmet wrote: > > When the lan87xx_read_status function is getting called the > > energy detect mode is enabled again even if it has been > > di

Re: [PATCH v3] net: phy: smsc: Fix disabling energy detect mode

2016-01-21 Thread Teresa Remmet
Hello Andrew, Am Mittwoch, den 20.01.2016, 15:21 +0100 schrieb Andrew Lunn: > On Wed, Jan 20, 2016 at 01:40:35PM +0100, Teresa Remmet wrote: > > When the lan87xx_read_status function is getting called the > > energy detect mode is enabled again even if it has been > > di

[PATCH 2/2] ARM: dts: am335x-wega: Clean up regulators

2015-09-03 Thread Teresa Remmet
Cleaned up the regulators on the wega board. Created a simple bus, renamed the regulators according to the schematics and added missing regulator on wega. Signed-off-by: Teresa Remmet --- arch/arm/boot/dts/am335x-phycore-som.dtsi | 36 --- arch/arm/boot/dts/am335x

[PATCH 1/2] ARM: dts: am335x-phycore-som: Fix mpu voltage

2015-09-03 Thread Teresa Remmet
Fix the mpu voltage as it is set to low for the silicon revision 2.1. Signed-off-by: Teresa Remmet --- arch/arm/boot/dts/am335x-phycore-som.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/am335x-phycore-som.dtsi b/arch/arm/boot/dts/am335x-phycore

[PATCH 2/2] ARM: dts: am335x-wega: Clean up regulators

2015-09-03 Thread Teresa Remmet
Cleaned up the regulators on the wega board. Created a simple bus, renamed the regulators according to the schematics and added missing regulator on wega. Signed-off-by: Teresa Remmet <t.rem...@phytec.de> --- arch/arm/boot/dts/am335x-phycore-som.dtsi | 36 ---

[PATCH 1/2] ARM: dts: am335x-phycore-som: Fix mpu voltage

2015-09-03 Thread Teresa Remmet
Fix the mpu voltage as it is set to low for the silicon revision 2.1. Signed-off-by: Teresa Remmet <t.rem...@phytec.de> --- arch/arm/boot/dts/am335x-phycore-som.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/am335x-phycore-som.dtsi b/arch/ar

Re: [PATCH] ARM: dts: am335x-phycore-som: Move NAND partition table into board files

2015-08-11 Thread Teresa Remmet
Hello Matthias, Am Freitag, den 07.08.2015, 11:09 +0200 schrieb Matthias Klein: > Partitions which are defined in the som file can not be deleted in the > board file. > > Signed-off-by: Matthias Klein > --- > arch/arm/boot/dts/am335x-phycore-som.dtsi | 37 - >

Re: [PATCH] ARM: dts: am335x-phycore-som: Move NAND partition table into board files

2015-08-11 Thread Teresa Remmet
Hello Matthias, Am Freitag, den 07.08.2015, 11:09 +0200 schrieb Matthias Klein: Partitions which are defined in the som file can not be deleted in the board file. Signed-off-by: Matthias Klein matthias.kl...@optimeas.de --- arch/arm/boot/dts/am335x-phycore-som.dtsi | 37

Re: [PATCH 1/2] ARM: dts: Add support for phyCORE-AM335x SoM

2015-07-28 Thread Teresa Remmet
Hello Igor, Am Dienstag, den 28.07.2015, 11:29 +0300 schrieb Igor Grinberg: > Hi Matt, > > On 07/27/15 17:34, Matt Porter wrote: > > On Thu, Jul 16, 2015 at 10:30:48AM +0200, Teresa Remmet wrote: > >> phyCORE-AM335x is a SoM (System on Module) containing > >

Re: [PATCH 1/2] ARM: dts: Add support for phyCORE-AM335x SoM

2015-07-28 Thread Teresa Remmet
Hello Igor, Am Dienstag, den 28.07.2015, 11:29 +0300 schrieb Igor Grinberg: Hi Matt, On 07/27/15 17:34, Matt Porter wrote: On Thu, Jul 16, 2015 at 10:30:48AM +0200, Teresa Remmet wrote: phyCORE-AM335x is a SoM (System on Module) containing a AM335x SOC. The module can be connected

[PATCH 1/2] ARM: dts: Add support for phyCORE-AM335x SoM

2015-07-16 Thread Teresa Remmet
populated. * RAM up to 1GiB * PMIC * NAND flash up to 1GiB * Eth PHY on SOM: 1x RMII * SPI NOR flash 8MiB (optional) * i2c RTC (optional) * i2c EEPROM 4kiB (optional) Signed-off-by: Teresa Remmet --- arch/arm/boot/dts/am335x-phycore-som.dtsi | 368 ++ 1 file changed, 368

[PATCH 2/2] ARM: dts: Add phyBOARD-WEGA-AM335x rdk

2015-07-16 Thread Teresa Remmet
board features: * ETH phy on carrier board: 1x MII * 1x CAN * 2x UART * USB0 (device) * USB1 (host) * mSD slot Signed-off-by: Teresa Remmet --- .../devicetree/bindings/arm/omap/omap.txt | 3 + arch/arm/boot/dts/Makefile | 3 +- arch/arm/boot/dts/am335x-wega

[PATCH 2/2] ARM: dts: Add phyBOARD-WEGA-AM335x rdk

2015-07-16 Thread Teresa Remmet
board features: * ETH phy on carrier board: 1x MII * 1x CAN * 2x UART * USB0 (device) * USB1 (host) * mSD slot Signed-off-by: Teresa Remmet t.rem...@phytec.de --- .../devicetree/bindings/arm/omap/omap.txt | 3 + arch/arm/boot/dts/Makefile | 3 +- arch/arm/boot/dts

[PATCH 1/2] ARM: dts: Add support for phyCORE-AM335x SoM

2015-07-16 Thread Teresa Remmet
populated. * RAM up to 1GiB * PMIC * NAND flash up to 1GiB * Eth PHY on SOM: 1x RMII * SPI NOR flash 8MiB (optional) * i2c RTC (optional) * i2c EEPROM 4kiB (optional) Signed-off-by: Teresa Remmet t.rem...@phytec.de --- arch/arm/boot/dts/am335x-phycore-som.dtsi | 368 ++ 1