Re: [PATCH v4 0/5] hwrng: add support for i.MX6 rngb

2020-08-17 Thread Shawn Guo
On Wed, Jul 15, 2020 at 06:25:59PM +0300, Horia Geantă wrote: > Add support for RNGB found in some i.MX6 SoCs (6SL, 6SLL, 6ULL, 6ULZ), > based on RNGC driver (drivers/char/hw_random/imx-rngc.c). > > This driver claims support also for RNGB (besides RNGC), > and is currently used only by i.MX25. >

Re: [PATCH 1/2 v2] arm64: dts: ls1088a: add more thermal zone support

2020-08-17 Thread Shawn Guo
On Wed, Jul 15, 2020 at 02:49:08PM +0800, andy.t...@nxp.com wrote: > From: Yuantian Tang > > There are 2 thermal zones in ls1088a soc. Add the other thermal zone > node to enable it. > Also update the values in calibration table to make the temperatures > monitored more precise. > > Signed-off-b

Re: [PATCH v1 0/5] imx6qp QuadPlus: support improved enet clocking

2020-08-17 Thread Shawn Guo
DL_CLK_ENET_PTP>, > <&clks IMX6QDL_CLK_ENET_REF>; > assigned-clock-parents = <&clks IMX6QDL_CLK_ENET_REF>; > assigned-clock-rates = <0>, <12500>; > }; > > To: Shawn Guo > To: Sascha Hauer > Cc: Pengutron

Re: [PATCH V7 0/6] Support building i.MX ARMv8 platforms clock driver as module

2020-07-29 Thread Shawn Guo
value by 31 > bits > clk: composite: Export clk_hw_register_composite() > clk: imx: Support building i.MX common clock driver as module > clk: imx: Add clock configuration for ARMv7 platforms > clk: imx8m: Support module build > clk: imx8qxp: Support building i.MX8QXP

Re: [PATCH v3] ARM: dts: imx6qdl-icore: Fix OTG_ID pin and sdcard detect

2020-07-19 Thread Shawn Guo
On Fri, Jul 17, 2020 at 01:33:52PM +0530, Suniel Mahesh wrote: > From: Michael Trimarchi > > The current pin muxing scheme muxes GPIO_1 pad for USB_OTG_ID > because of which when card is inserted, usb otg is enumerated > and the card is never detected. > > [ 64.492645] cfg80211: failed to load

Re: [PATCH] ARM: dts: vf610-zii-ssmb-spu3: Add node for switch watchdog

2020-07-19 Thread Shawn Guo
On Wed, Jul 15, 2020 at 03:07:58PM -0700, Chris Healy wrote: > Add I2C child node for switch watchdog present on SPU3 > > Signed-off-by: Chris Healy Applied, thanks.

Re: [PATCH v2] ARM: dts: vf610-zii-ssmb-dtu: Add no-sdio/no-sd properties

2020-07-19 Thread Shawn Guo
On Wed, Jul 15, 2020 at 02:31:48PM -0700, Chris Healy wrote: > esdhc0 is connected to an eMMC, so it is safe to pass the "no-sdio"/"no-sd" > properties. > > esdhc1 is wired to a standard SD socket, so pass the "no-sdio" property. > > Signed-off-by: Chris Healy > Reviewed-by: Fabio Estevam Appl

Re: [PATCH] ARM: dts: ZII: Disable HW Ethernet switch reset GPIO

2020-07-19 Thread Shawn Guo
On Wed, Jul 15, 2020 at 02:22:27PM -0700, Chris Healy wrote: > Disable Ethernet switch reset GPIO with ZII platforms that have it > enabled to sync up with existing ZII platforms that already have > it disabled. I do not follow it. The reset GPIO is part of hardware description. We shouldn't add

Re: [PATCH for v5.9] ARM: dts: mxs: Replace HTTP links with HTTPS ones

2020-07-19 Thread Shawn Guo
ent: > Replace HTTP with HTTPS. > > Signed-off-by: Alexander A. Klimov s/mxs/imx in the subject. Otherwise: Acked-by: Shawn Guo > --- > Continuing my work started at 93431e0607e5. > See also: git log --oneline '--author=Alexander A. Klimov > ' v

Re: [RESEND v2] arm64: dts: lx2160a-rdb: fix shunt-resistor value

2020-07-19 Thread Shawn Guo
On Tue, Jul 14, 2020 at 03:08:28PM +0800, Biwen Li wrote: > From: Biwen Li > > Fix value of shunt-resistor property. > The LX2160A-RDB has 500 uOhm shunt for > the INA220, not 1000 uOhm. Unless > it will get wrong power consumption(1/2) > > Signed-off-by: Biwen Li Applied, thanks.

Re: [PATCH 3/3] ARM: dts: colibri-imx7: add usb dual-role switch capability

2020-07-19 Thread Shawn Guo
On Tue, Jul 14, 2020 at 08:20:34AM +, Philippe Schenker wrote: > On Tue, 2020-07-14 at 09:55 +0200, Ahmad Fatoum wrote: > > Hello Philippe, > > > > On 7/13/20 1:53 PM, Philippe Schenker wrote: > > > On Mon, 2020-07-13 at 11:46 +0200, Ahmad Fatoum wrote: > > > > Hello Philippe, > > > > > > > >

Re: [PATCH V6 6/6] clk: imx6sl: Fix build warning reported by kernel test robot

2020-07-19 Thread Shawn Guo
On Wed, Jul 15, 2020 at 06:00:17PM -0700, Stephen Boyd wrote: > Quoting Anson Huang (2020-07-06 22:09:39) > > Use readl_relaxed() instead of __raw_readl(), and use BIT(x) > > instead of (1 << X) to fix below build warning reported by kernel > > test robot: > > > > drivers/clk/imx/clk-imx6sl.c:149:

Re: [PATCH v4] ARM: dts: imx6qdl-gw: add Gateworks System Controller support

2020-07-19 Thread Shawn Guo
On Thu, Jul 16, 2020 at 08:35:55AM -0700, Tim Harvey wrote: > Add Gateworks System Controller support to Gateworks Ventana boards: > - add dt bindings for GSC mfd driver and hwmon driver for ADC's and > fan controllers. > - add dt bindings for gpio-keys driver for push-button and interrupt events

Re: [PATCH v3] ARM: dts: imx6qdl-gw: add Gateworks System Controller support

2020-07-13 Thread Shawn Guo
On Tue, Jun 23, 2020 at 11:35:47AM -0700, Tim Harvey wrote: > Add Gateworks System Controller support to Gateworks Ventana boards: > - add dt bindings for GSC mfd driver and hwmon driver for ADC's and > fan controllers. > - add dt bindings for gpio-keys driver for push-button and interrupt events

Re: [PATCH 3/3] ARM: dts: colibri-imx7: add usb dual-role switch capability

2020-07-13 Thread Shawn Guo
On Mon, Jul 13, 2020 at 11:46:04AM +0200, Ahmad Fatoum wrote: > Hello Philippe, > > On 7/10/20 3:24 PM, Philippe Schenker wrote: > > Since the runtime-pm wakeup bug was fixed in > > drivers/usb/chipidea/core.c usb dual-role host/device switching is > > working. So make use of it. > > > > Signed-o

Re: [PATCH V6 0/6] Support building i.MX ARMv8 platforms clock driver as module

2020-07-13 Thread Shawn Guo
On Tue, Jul 07, 2020 at 01:09:33PM +0800, Anson Huang wrote: > Nowdays, there are more and more requirements of building SoC specific drivers > as modules, such as Android GKI (generic kernel image), this patch set > supports > building i.MX ARMv8 SoCs clock drivers as modules, > > The CLK_IMXxxx

Re: [PATCH] ARM: dts: vf610-zii-spb4: Add node for switch watchdog

2020-07-13 Thread Shawn Guo
On Sun, Jul 12, 2020 at 01:03:57AM -0700, Chris Healy wrote: > Add I2C child node for switch watchdog present on SPB4 > > Signed-off-by: Chris Healy Applied, thanks.

Re: [PATCH v4] ARM: dts: vfxxx: Add node for CAAM

2020-07-13 Thread Shawn Guo
On Fri, Jul 10, 2020 at 07:02:45PM -0700, Chris Healy wrote: > From: Andrey Smirnov > > Add node for CAAM device in NXP Vybrid SoC. > > Signed-off-by: Andrey Smirnov > Signed-off-by: Chris Healy > Reviewed-by: Fabio Estevam > --- > v4: > - really add reviewed by from Fabio Estevam > v3: > -

Re: [PATCH 1/3] ARM: dts: colibri-imx6: remove pinctrl-names orphan

2020-07-13 Thread Shawn Guo
On Fri, Jul 10, 2020 at 03:24:21PM +0200, Philippe Schenker wrote: > This is not necessary without a pinctrl-0 statement. Remove this > orphan. > > Signed-off-by: Philippe Schenker Applied all, thanks.

Re: [PATCH] arm64: dts: lx2160a: Increase configuration space size

2020-07-13 Thread Shawn Guo
On Fri, Jul 10, 2020 at 03:21:44PM +0530, Wasim Khan wrote: > From: Wasim Khan > > lx2160a rev2 requires 4KB space for type0 and 4KB > space for type1 iATU window. Increase configuration > space size to 8KB to have sufficient space for type0 > and type1 window. > > Signed-off-by: Wasim Khan > R

Re: [PATCH] ARM: imx_v6_v7_defconfig: Support i.MX8MM

2020-07-13 Thread Shawn Guo
On Fri, Jul 10, 2020 at 10:10:53AM +0800, peng@nxp.com wrote: > From: Peng Fan > > i.MX8MM is built with AArch64 hardware, this is to support > it could run in Aarch32 mode with clock and pinctrl driver enabled. > > Signed-off-by: Peng Fan Applied, thanks.

Re: [PATCH V2] soc: imx: select ARM_GIC_V3 for i.MX8M

2020-07-13 Thread Shawn Guo
On Fri, Jul 10, 2020 at 09:43:53AM +0800, peng@nxp.com wrote: > From: Peng Fan > > Select ARM_GIC_V3, then it is able to use gic v3 driver in aarch32 > mode linux on aarch64 hardware. For aarch64 mode, it not hurts > to select ARM_GIC_V3. > > Acked-by: Arnd Bergmann > Signed-off-by: Peng Fa

Re: [PATCH v2] arm: dts: vf610-zii-scu4-aib: Configure fibre ports to 1000BaseX

2020-07-13 Thread Shawn Guo
On Wed, Jul 08, 2020 at 05:11:54PM -0700, Chris Healy wrote: > From: Andrew Lunn > > The SFF soldered onto the board expect the ports to use 1000BaseX. It > makes no sense to have the ports set to SGMII, since they don't even > support that mode. > > Signed-off-by: Andrew Lunn > Signed-off-by:

Re: [PATCH v2] ARM: dts: vf610-zii-dev-rev-c: Configure fiber port to 1000BaseX

2020-07-13 Thread Shawn Guo
On Wed, Jul 08, 2020 at 04:25:01PM -0700, Chris Healy wrote: > The SFF soldered onto the board expects the port to use 1000BaseX. It > makes no sense to have the port set to SGMII, since it doesn't even > support that mode. > > Signed-off-by: Chris Healy Applied, thanks.

Re: [PATCH v3] arm: dts: ZII: update MDIO speed and preamble

2020-07-13 Thread Shawn Guo
On Tue, Jul 07, 2020 at 06:16:27PM -0700, Chris Healy wrote: > Update MDIO configuration with ZII devices to fully utilize > MDIO endpoint capabilities. All devices support 12.5MHz clock and > don't require MDIO preable. > > Signed-off-by: Chris Healy > Reviewed-by: Fabio Estevam We use prefix

Re: [PATCH v3] arm64: dts: zii-ultra: update MDIO speed and preamble

2020-07-13 Thread Shawn Guo
On Tue, Jul 07, 2020 at 06:00:05PM -0700, Chris Healy wrote: > Update MDIO configuration with zii-ultra device to fully utilize > MDIO endpoint capabilities. Device supports 12.5MHz clock and > doesn't require MDIO preamble. > > Signed-off-by: Chris Healy Applied, thanks.

Re: [PATCH v2] ARM: dts: ZII: update MDIO speed and preamble

2020-07-13 Thread Shawn Guo
On Tue, Jul 07, 2020 at 05:25:00PM -0700, Chris Healy wrote: > Update MDIO configuration with ZII devices to fully utilize > MDIO endpoint capabilities. All devices support 12.5MHz clock and > don't require MDIO preable. > > Signed-off-by: Chris Healy > Reviewed-by: Fabio Estevam > --- > v2: >

Re: [PATCH 3/3] MAINTAINERS: Add Bruno Thomsen as reviewer of Kamstrup DTS

2020-07-13 Thread Shawn Guo
On Sun, Jul 12, 2020 at 10:22:50PM -0700, Joe Perches wrote: > Right now, a little less than half of the .dts* files > have an author or other email address in them. > > $ git ls-files arch/arm/boot/dts/*.dts* | wc -l > 2105 > > $ git grep -P --name-only '<\S+@\S+>' arch/arm/boot/dts/*.dts* | wc

Re: [PATCH] arm64: dts: ls1043a: update USB nodes status to match board config

2020-07-13 Thread Shawn Guo
On Tue, Jul 07, 2020 at 03:40:31PM +0800, Ran Wang wrote: > ls1043a-rdb and ls1043a-qds board’s default HW config (such as > pin mux selection) would not enable some USB controllers’ > data path, which causing over-current detected on those > controllers. This will hit the case of ‘xhci driver prev

Re: [PATCH v2] ARM: dts: vfxxx: Add node for CAAM

2020-07-12 Thread Shawn Guo
On Tue, Jul 07, 2020 at 06:51:00PM -0300, Fabio Estevam wrote: > Hi Chris, > > On Tue, Jul 7, 2020 at 6:15 PM Chris Healy wrote: > > > > From: Andrey Smirnov > > > > Add node for CAAM device in NXP Vybrid SoC. > > > > Signed-off-by: Andrey Smirnov > > Signed-off-by: Chris Healy > > > > v2: > >

Re: [PATCH] ARM: dts: imx6qdl: only enable pcie in the pcie dts file

2020-07-12 Thread Shawn Guo
On Mon, Jul 06, 2020 at 04:44:41PM +0800, Richard Zhu wrote: > Since iMX6Q/DL PCIe has the PM limitation (ERR005723 "PCIe PCIe does > not support L2 Power Down"). > System suspend/resume would be broken by PCIe, if PCIe is enabled. > Only enable PCIe in the xxx-pcie.dts files to avoid the brokens w

Re: [PATCH] ARM: dts: vf610-zii-ssmb-dtu: Pass "no-sdio"/"no-sd" properties

2020-07-12 Thread Shawn Guo
On Sat, Jul 04, 2020 at 08:16:10PM -0700, Chris Healy wrote: > esdhc0 is connected to an eMMC, so it is safe to pass the "no-sdio"/"no-sd" > properties. > > esdhc1 is wired to a standard SD socket, so pass the "no-sdio" property. > > Signed-off-by: Chris Healy I would suggest something like bel

Re: [PATCH] ARM: dts: vfxxx: Add node for CAAM

2020-07-12 Thread Shawn Guo
On Sat, Jul 04, 2020 at 06:40:43PM -0700, Chris Healy wrote: > Add node for CAAM device in NXP Vybrid SoC. > > Signed-off-by: Andrey Smirnov > Signed-off-by: Chris Healy > --- > arch/arm/boot/dts/vfxxx.dtsi | 22 ++ > 1 file changed, 22 insertions(+) > > diff --git a/arch/a

Re: [PATCH] arm64: defconfig: enable RTC and audio support on Kontron sl28 boards

2020-07-12 Thread Shawn Guo
On Sat, Jul 04, 2020 at 12:11:43AM +0200, Michael Walle wrote: > Although the Kontron SMARC-sAL28 board is now supported, there is still > missing driver support for the hardware clock, audio interface and audio > codec. Let's enable them as modules (where possible). > > Signed-off-by: Michael Wal

Re: [PATCH v2 4/4] arm64: configs: add pca9450 pmic driver

2020-07-12 Thread Shawn Guo
On Sat, Jul 04, 2020 at 12:19:38AM +0800, Robin Gong wrote: > Add pca9450 pmic driver. > > Signed-off-by: Robin Gong Updated subject prefix like 'arm64: defconfig: ...' and applied patch. Shawn

Re: [PATCH v2 3/4] arm64: dts: imx8mn-evk: add pca9450 for i.mx8mn-evk board

2020-07-12 Thread Shawn Guo
On Sat, Jul 04, 2020 at 12:19:37AM +0800, Robin Gong wrote: > Add pca9450 pmic driver for i.mx8mn-evk board. > > Signed-off-by: Robin Gong Applied, thanks.

Re: [PATCH] ARM: dts: imx6qp-sabreauto: enable sata

2020-07-12 Thread Shawn Guo
On Fri, Jul 10, 2020 at 04:30:47PM +0800, Richard Zhu wrote: > Enable SATA on iMX6QP SABREAUTO board. > > Signed-off-by: Richard Zhu > Reviewed-by: Fabio Estevam Applied both, thanks.

Re: [PATCH 1/2] ARM: imx: Remove imx_add_imx_dma() unused irq_err argument

2020-07-12 Thread Shawn Guo
> > Remove the "irq_err" argument altogether so there's no chance of trying to > use the invalid IRQ 0. > > Fixes: a85a6c86c25be ("driver core: platform: Clarify that IRQ 0 is invalid") > Signed-off-by: Bjorn Helgaas > Cc: Russell King > Cc: Shaw

Re: [PATCH v9 0/5] mainline Protonic boards

2020-07-12 Thread Shawn Guo
On Wed, Jul 01, 2020 at 03:03:25PM +0200, Oleksij Rempel wrote: > Oleksij Rempel (5): > dt-bindings: arm: fsl: add different Protonic boards > ARM: dts: add Protonic PRTI6Q board > ARM: dts: add Protonic WD2 board > ARM: dts: add Protonic VT7 board > ARM: dts: add Protonic RVT board Appl

Re: [PATCH] ARM: dts: imx6ul: Add ASRC device node

2020-07-12 Thread Shawn Guo
On Wed, Jul 01, 2020 at 11:46:56AM +0800, Shengjiu Wang wrote: > Add ASRC device node. > > Signed-off-by: Shengjiu Wang Applied, thanks.

Re: [EXT] Re: [PATCH 1/2] arm64: dts: ls1088a: add more thermal zone support

2020-07-12 Thread Shawn Guo
On Thu, Jul 02, 2020 at 03:33:59AM +, Andy Tang wrote: > Hi Shawn, > > Do you think it is ok if the cooling devices are shared between thermal zones? Yeah, Amit has the authority on thermal support, so follow his suggestion, I would say :) Shawn

Re: [PATCH] imx: Provide correct number of resources when registering gpio devices

2020-07-12 Thread Shawn Guo
On Tue, Jun 30, 2020 at 08:26:51PM -0700, Guenter Roeck wrote: > Since commit a85a6c86c25be ("driver core: platform: Clarify that IRQ 0 is > invalid"), the kernel is a bit touchy when it encounters interrupt 0. > As a result, there are lots of warnings such as the following when booting > systems s

Re: [PATCH 3/3] MAINTAINERS: Add Bruno Thomsen as reviewer of Kamstrup DTS

2020-07-12 Thread Shawn Guo
On Mon, Jun 29, 2020 at 01:49:27PM +0200, Bruno Thomsen wrote: > Add myself as reviewer of device trees for Kamstrup > Concentrators. > > Signed-off-by: Bruno Thomsen > --- > MAINTAINERS | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 496fd4eafb68

Re: [PATCH 2/3] ARM: dts: imx7: add support for kamstrup flex concentrator

2020-07-12 Thread Shawn Guo
On Mon, Jun 29, 2020 at 01:49:26PM +0200, Bruno Thomsen wrote: > This adds support for the OMNIA Flex Concentrator product > from Kamstrup A/S. It's providing radio mesh communication > infrastructure for smart electricity meters. > > Kamstrup OMNIA is a modular and scalable smart grid platform. >

Re: [PATCH 1/3] dt-bindings: ARM: imx: add kamstrup flex concentrator to schema

2020-07-12 Thread Shawn Guo
On Mon, Jun 29, 2020 at 01:49:25PM +0200, Bruno Thomsen wrote: > Add Kamstrup flex concentrator compatibles to the schema so we can > make use of them for the validation. > > Signed-off-by: Bruno Thomsen 'dt-bindings: fsl: ...' should be just fine as subject prefix. Shawn > --- > Documentatio

Re: [PATCH] arm64: dts: imx8mp: add ddr pmu device node

2020-07-12 Thread Shawn Guo
On Mon, Jun 29, 2020 at 04:42:30PM +0800, Joakim Zhang wrote: > Add ddr pmu device node for i.MX8MP. > > Signed-off-by: Joakim Zhang Applied, thanks.

Re: [PATCH 1/2] arm64: dts: ls1046a: add more thermal zone support

2020-07-12 Thread Shawn Guo
On Mon, Jun 29, 2020 at 03:45:18PM +0800, andy.t...@nxp.com wrote: > From: Yuantian Tang > > There are 5 thermal zones in ls1046a soc. Add the rest thermal zone > nodes to enable them. > > Signed-off-by: Yuantian Tang Applied both, thanks.

Re: [Patch V2] arm64: dts: ls1028a: Add DSPI flash nodes for LS1028a-qds

2020-07-12 Thread Shawn Guo
On Mon, Jun 29, 2020 at 10:46:34AM +0800, Qiang Zhao wrote: > From: Xiaowei Bao > > Add the DSPI flash nodes into fsl-ls1028a-qds.dts > > Signed-off-by: Xiaowei Bao > Signed-off-by: Zhao Qiang Updated subject as 'arm64: dts: ls1028a-qds: Add DSPI flash nodes' and applied the patch. Shawn

Re: [PATCH V3] firmware: imx: Move i.MX SCU soc driver into imx firmware folder

2020-07-12 Thread Shawn Guo
On Fri, Jun 26, 2020 at 05:14:07AM +0800, Anson Huang wrote: > The i.MX SCU soc driver depends on SCU firmware driver, so it has to > use platform driver model for proper defer probe operation, since > it has no device binding in DT file, a simple platform device is > created together inside the pl

Re: [RESEND PATCH] ARM: dts: imx6sx-sdb: Add MQS support

2020-07-12 Thread Shawn Guo
On Sun, Jul 12, 2020 at 05:16:42PM +0800, Shengjiu Wang wrote: > Add MQS support. As the pin conflict with usdhc2, then need > to add a separate dts. > > Signed-off-by: Shengjiu Wang Applied, thanks.

Re: [v3 4/4] arm: dts: ls1021a: add ftm_alarm0 DT node

2020-07-11 Thread Shawn Guo
On Wed, Jun 24, 2020 at 10:45:01AM +0800, Biwen Li wrote: > From: Biwen Li > > The patch add ftm_alarm0 DT node > - add rcpm node > - add ftm_alarm0 node > - aliases ftm_alarm0 as rtc1 > > Signed-off-by: Biwen Li s/arm/ARM in prefix. I fixed it up and applied the patch. Sha

Re: [v3 3/4] arm64: dts: ls1012a/ls1043a/ls1046a/ls1088a/ls208xa: add ftm_alarm0 node

2020-07-11 Thread Shawn Guo
On Wed, Jun 24, 2020 at 10:45:00AM +0800, Biwen Li wrote: > From: Biwen Li > > The patch adds ftm_alarm0 DT node > - add new rcpm node > - add ftm_alarm0 node > - aliases ftm_alarm0 as rtc1 > > Signed-off-by: Biwen Li Changed prefix to 'arm64: dts: layerscape: ' and applied p

Re: [v3 2/4] arm64: dts: ls1028a: Add ftm_alarm0 DT node

2020-07-11 Thread Shawn Guo
On Wed, Jun 24, 2020 at 10:44:59AM +0800, Biwen Li wrote: > From: Biwen Li > > The patch adds ftm_alarm0 DT node for LS1028ARDB board > FlexTimer1 module is used to wakeup the system > > Signed-off-by: Biwen Li Applied, thanks.

Re: [v3 1/4] arm64: dts: lx2160a: add ftm_alarm0 DT node

2020-07-11 Thread Shawn Guo
On Wed, Jun 24, 2020 at 10:44:58AM +0800, Biwen Li wrote: > From: Biwen Li > > The patch adds ftm_alarm0 DT node for Soc LX2160A > FlexTimer1 module is used to wakeup the system in deep sleep > > Signed-off-by: Biwen Li Applied, thanks.

Re: [PATCH v3] ARM: dts: imx6qdl-gw551x: fix audio SSI

2020-07-11 Thread Shawn Guo
On Tue, Jun 23, 2020 at 12:06:54PM -0700, Tim Harvey wrote: > The audio codec on the GW551x routes to ssi1 > > Cc: sta...@vger.kernel.org > Fixes: 3117e851cef1 ("ARM: dts: imx: Add TDA19971 HDMI Receiver to GW551x") > Signed-off-by: Tim Harvey Applied, thanks.

Re: [RESEND v2] arm64: dts: imx8m: Add NOC nodes

2020-07-11 Thread Shawn Guo
On Tue, Jul 07, 2020 at 12:13:26AM +0300, Abel Vesa wrote: > From: Leonard Crestez > > Add nodes for the main interconnect of the imx8m series chips. > > These nodes are bound to by devfreq and interconnect drivers. > > Signed-off-by: Leonard Crestez > Signed-off-by: Abel Vesa > Tested-by: Ma

Re: [RESEND PATCH 1/2] arm64: dts: lx2160a: add dspi controller DT nodes

2020-07-11 Thread Shawn Guo
On Mon, Jun 22, 2020 at 04:31:08PM +0800, Qiang Zhao wrote: > From: Chuanhua Han > > Add the dspi support on lx2160 > > Signed-off-by: Chuanhua Han > Signed-off-by: Bao Xiaowei > Signed-off-by: Hou Zhiqiang > Signed-off-by: Zhao Qiang When you resend patches, please state why. Should I dro

Re: [PATCH 1/2] arm64: dts: lx2160a: add dspi controller DT nodes

2020-07-11 Thread Shawn Guo
On Mon, Jun 22, 2020 at 04:17:51PM +0800, Qiang Zhao wrote: > From: Chuanhua Han > > Add the dspi support on lx2160 > > Signed-off-by: Chuanhua Han > Signed-off-by: Bao Xiaowei > Signed-off-by: Hou Zhiqiang > Signed-off-by: Zhao Qiang Applied both, thanks.

Re: [PATCH v2] arch: arm: imx6qdl-icore: Fix OTG_ID pin and sdcard detect

2020-07-11 Thread Shawn Guo
On Sat, Jun 20, 2020 at 08:58:16AM +0530, Suniel Mahesh wrote: > From: Michael Trimarchi > > The current pin muxing scheme muxes GPIO_1 pad for USB_OTG_ID > because of which when card is inserted, usb otg is enumerated > and the card is never detected. > > [ 64.492645] cfg80211: failed to load

Re: [PATCH] dts: arm64: lx2160a-rdb: fix shunt-resistor

2020-07-11 Thread Shawn Guo
On Fri, Jun 19, 2020 at 04:46:07PM +0800, Biwen Li wrote: > From: Biwen Li > > Fix value of shunt-resistor property > > Signed-off-by: Biwen Li 'arm64: dts: ...' as subject prefix please. Also can you improve commit log to better describe the problem the patch is fixing? Shawn > --- > arch

Re: [PATCH 0/5] Add audio support for imx6sx platform

2020-07-11 Thread Shawn Guo
On Thu, Jun 18, 2020 at 02:03:44PM +0800, Shengjiu Wang wrote: > Add audio support for imx6sx platform. > Enable ASRC, ESAI, SPDIF, MQS. > > Shengjiu Wang (5): > ARM: dts: imx6sx: Enable ASRC device > ARM: dts: imx6sx-sdb: Add MQS support Applied the series, except this one which doesn't appl

Re: [PATCH v3 2/2] MAINTAINERS: Add Purism Librem 5 section to the list

2020-07-11 Thread Shawn Guo
On Wed, Jun 17, 2020 at 09:38:21AM +0200, Martin Kepplinger wrote: > Add development information for the devicetree files for hardware > by Purism SPC. > > Signed-off-by: Martin Kepplinger > --- > MAINTAINERS | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAIN

Re: [PATCH v3 1/2] arm64: dts: Add a device tree for the Librem 5 phone

2020-07-11 Thread Shawn Guo
On Wed, Jun 17, 2020 at 09:38:20AM +0200, Martin Kepplinger wrote: > From: "Angus Ainslie (Purism)" > > Add a devicetree description for the Librem 5 phone. The early batches > that have been sold are supported as well as the mass-produced device > available later this year, see https://puri.sm/p

Re: [PATCH v3] ARM: dts: imx6qdl-gw: add Gateworks System Controller support

2020-07-11 Thread Shawn Guo
On Tue, Jun 23, 2020 at 11:35:47AM -0700, Tim Harvey wrote: > Add Gateworks System Controller support to Gateworks Ventana boards: > - add dt bindings for GSC mfd driver and hwmon driver for ADC's and > fan controllers. > - add dt bindings for gpio-keys driver for push-button and interrupt events

Re: [PATCH] ARM: dts: imx53: ppd: alarm LEDs use kernel LED interface

2020-07-11 Thread Shawn Guo
On Thu, Apr 16, 2020 at 04:51:23PM +0200, Sebastian Reichel wrote: > From: Ian Ray > > Use kernel LED interface for the alarm LEDs. > > Signed-off-by: Ian Ray > [Rebased] > Signed-off-by: Samu Nuutamo > [Rebased] > Signed-off-by: Sebastian Reichel s/imx53: ppd/imx53-ppd in subject. Applied,

Re: [PATCH 1/2] thermal: qcom: tsens-v0_1: Add support for MSM8939

2020-06-28 Thread Shawn Guo
On Fri, May 01, 2020 at 10:33:10PM +0200, Konrad Dybcio wrote: > Signed-off-by: Konrad Dybcio For the record, I'm working my version of msm8939 tsens driver support, and I would highlight the things that differ from this patch. > --- > drivers/thermal/qcom/tsens-v0_1.c | 142 +++

Re: linux-next: build warnings after merge of the imx-mxs tree

2020-06-23 Thread Shawn Guo
On Wed, Jun 24, 2020 at 09:50:07AM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the imx-mxs tree, today's linux-next build (arm > multi_v7_defconfig) produced these warnings: ... > Introduced by commits > > 26d7c769d460 ("ARM: dts: imx6qdl-gw53xx: allow boot firmware to set eth1

Re: [PATCH] ARM: imx5: add missing put_device() call in imx_suspend_alloc_ocram()

2020-06-23 Thread Shawn Guo
On Thu, Jun 04, 2020 at 08:42:06PM +0800, yu kuai wrote: > if of_find_device_by_node() succeed, imx_suspend_alloc_ocram() doesn't > have a corresponding put_device(). Thus add a jump target to fix the > exception handling for this function implementation. > > Fixes: 1579c7b9fe01 ("ARM: imx53: Set

Re: ARM: imx6: add missing put_device() call in imx6q_suspend_init()

2020-06-23 Thread Shawn Guo
On Tue, Jun 23, 2020 at 8:29 PM Markus Elfring wrote: > > ARM: imx6: Add missing put_device() call in imx6q_suspend_init() > https://lore.kernel.org/linux-arm-kernel/5acd7308-f6e1-4b1e-c744-bb2e5fdca...@web.de/ > https://lore.kernel.org/patchwork/patch/1151158/ > >>>

Re: [PATCH] ARM: imx6: add missing put_device() call in imx6q_suspend_init()

2020-06-23 Thread Shawn Guo
On Thu, Jun 04, 2020 at 08:54:49PM +0800, yu kuai wrote: > if of_find_device_by_node() succeed, imx6q_suspend_init() doesn't have a > corresponding put_device(). Thus add a jump target to fix the exception > handling for this function implementation. > > Signed-off-by: yu kuai Applied, thanks.

Re: ARM: imx6: add missing put_device() call in imx6q_suspend_init()

2020-06-23 Thread Shawn Guo
On Tue, Jun 23, 2020 at 02:00:09PM +0200, Markus Elfring wrote: > >> Do you find a previous update suggestion useful? > >> > >> ARM: imx6: Add missing put_device() call in imx6q_suspend_init() > >> https://lore.kernel.org/linux-arm-kernel/5acd7308-f6e1-4b1e-c744-bb2e5fdca...@web.de/

Re: [v2 3/4] arm64: dts: ls1012a/ls1043a/ls1046a/ls1088a/ls208xa: add ftm_alarm0 node

2020-06-23 Thread Shawn Guo
On Sun, Jun 14, 2020 at 10:32:05PM +0800, Biwen Li wrote: > From: Biwen Li > > The patch adds ftm_alarm0 DT node > - add new rcpm node > - add ftm_alarm0 node > - aliases ftm_alarm0 as rtc1 > > Signed-off-by: Biwen Li > --- > Change in v2: > - use generic name > -

Re: [PATCH v1] ARM: imx6plus: enable internal routing of clk_enet_ref where possible

2020-06-23 Thread Shawn Guo
C, from its ANATOP clock > source, straight to clk_enet_ref, without having to go through > the SoC pads. > > Board designs where the clock is generated by the imx6 should not > be affected by routing the clock internally. Therefore on a plus, > we can enable internal routing by

Re: [PATCH] arm64: dts: imx8mp: Add fallback compatible to ocotp node

2020-06-23 Thread Shawn Guo
On Thu, Jun 11, 2020 at 09:36:53AM +0800, Anson Huang wrote: > Add "fsl,imx8mm-ocotp" as fallback compatible of i.MX8MP ocotp > to support SoC serial_number read. > > Signed-off-by: Anson Huang Applied, thanks.

Re: [PATCH V3] soc: imx8m: Correct i.MX8MP UID fuse offset

2020-06-23 Thread Shawn Guo
On Wed, Jun 10, 2020 at 06:03:02PM +0800, Anson Huang wrote: > Correct i.MX8MP UID fuse offset according to fuse map: > > UID_LOW: 0x420 > UID_HIGH: 0x430 > > Fixes: fc40200ebf82 ("soc: imx: increase build coverage for imx8m soc driver") > Fixes: 18f662a73862 ("soc: imx: Add i.MX8MP SoC driver su

Re: [PATCH V2 0/3] arm64: dts: imx8qxp: dtb aliases fix/update

2020-06-23 Thread Shawn Guo
On Tue, Jun 23, 2020 at 02:49:51PM +0800, peng@nxp.com wrote: > From: Peng Fan > > V2: > Fix order in patch 2/3, no other changes > > Minor patchset to fix and update alias for i.MX8QXP > > Peng Fan (3): > arm64: dts: imx8qxp: add alias for lsio MU > arm64: dts: imx8qxp: add i2c aliase

Re: ARM: imx6: add missing put_device() call in imx6q_suspend_init()

2020-06-23 Thread Shawn Guo
On Tue, Jun 23, 2020 at 09:48:52AM +0200, Markus Elfring wrote: > Do you find a previous update suggestion useful? > > ARM: imx6: Add missing put_device() call in imx6q_suspend_init() > https://lore.kernel.org/linux-arm-kernel/5acd7308-f6e1-4b1e-c744-bb2e5fdca...@web.de/ >

Re: [PATCH V3 0/3] firmware: imx: fix/update cm4 and add resource check

2020-06-23 Thread Shawn Guo
On Fri, Jun 05, 2020 at 09:59:29AM +0800, peng@nxp.com wrote: > From: Peng Fan > > V3: > Fix comments > Add R-b tag > > V2: > Add R-b tag > Drop patch 3/4 from V1 > Add comments and update Copyright for patch 2/3 > keep code consistency in Patch 3/3 > > V1: > https://patchwork.kernel

Re: ARM: imx6: add missing put_device() call in imx6q_suspend_init()

2020-06-23 Thread Shawn Guo
On Fri, Jun 05, 2020 at 12:15:32PM +0200, Markus Elfring wrote: > >> Do you find a previous update suggestion useful? > >> > >> ARM: imx6: Add missing put_device() call in imx6q_suspend_init() > >> https://lore.kernel.org/linux-arm-kernel/5acd7308-f6e1-4b1e-c744-bb2e5fdca...@web.de/ > >> https://lo

Re: [PATCH] soc: imx: scu: use devm_kasprintf

2020-06-23 Thread Shawn Guo
On Wed, Jun 03, 2020 at 05:29:32PM +0800, peng@nxp.com wrote: > From: Peng Fan > > Use devm_kasprintf to simplify code > > Signed-off-by: Peng Fan Applied, thanks.

Re: [PATCH] ARM: dts: imx6sll: Make ssi node name same as other platforms

2020-06-23 Thread Shawn Guo
On Tue, Jun 02, 2020 at 06:44:50PM +0800, Shengjiu Wang wrote: > In imx6sll.dtsi, the ssi node name is different with other > platforms (imx6qdl, imx6sl, imx6sx), but the > sound/soc/fsl/fsl-asoc-card.c machine driver needs to check > ssi node name for audmux configuration, then different ssi > nod

Re: [PATCH 1/3] ARM: dts: imx: Change sdhci node name on i.MX27/i.MX31 SoCs

2020-06-23 Thread Shawn Guo
On Tue, Jun 02, 2020 at 02:24:50PM +0800, Anson Huang wrote: > Change i.MX27/i.MX31 node name from sdhci to mmc to be compliant > with yaml schema, it requires the nodename to be "mmc". > > Signed-off-by: Anson Huang Applied all, thanks.

Re: [PATCH] clk: imx: vf610: add CAAM clock

2020-06-22 Thread Shawn Guo
On Mon, Jun 01, 2020 at 04:06:07PM -0700, Andrey Smirnov wrote: > According to Vybrid Security RM, CCM_CCGR11[CG176] can be used to gate > CAAM ipg clock. > > Signed-off-by: Horia Geantă > Signed-off-by: Andrey Smirnov > Cc: Chris Healy > Cc: Shawn Guo > Cc: Fabio Este

Re: [PATCH V3 3/3] clk: imx8mp: add mu root clk

2020-06-22 Thread Shawn Guo
On Mon, Jun 01, 2020 at 04:20:02PM +0800, peng@nxp.com wrote: > From: Peng Fan > > Add mu root clk for mu mailbox usage. > > Reviewed-by: Dong Aisheng > Signed-off-by: Peng Fan Applied, thanks.

Re: [PATCH V3 2/3] arm64: dts: imx8m: add mu node

2020-06-22 Thread Shawn Guo
On Mon, Jun 01, 2020 at 04:20:01PM +0800, peng@nxp.com wrote: > From: Peng Fan > > Add mu node to let A53 could communicate with M Core. > > Signed-off-by: Peng Fan Applied, thanks.

Re: [PATCH] ARM: dts: imx6qdl: Remove invalid interrupt for GPC node

2020-06-22 Thread Shawn Guo
On Mon, Jun 01, 2020 at 03:54:29PM +0800, Anson Huang wrote: > In latest i.MX6Q RM Rev.6, 05/2020, #90 SPI interrupt is reserved, > so remove it from GPC node. > > Signed-off-by: Anson Huang Applied, thanks.

Re: [PATCH 2/3] arm64: dts: imx8qxp: add i2c aliases

2020-06-22 Thread Shawn Guo
On Mon, Jun 01, 2020 at 10:06:19AM +0800, peng@nxp.com wrote: > From: Peng Fan > > The devices could be enumerated properly with aliases. > > Signed-off-by: Peng Fan > --- > arch/arm64/boot/dts/freescale/imx8qxp.dtsi | 4 > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm64/

Re: [PATCH 0/3] arm64: dts: imx8qxp: dtb aliases fix/update

2020-06-22 Thread Shawn Guo
On Mon, Jun 01, 2020 at 10:06:17AM +0800, peng@nxp.com wrote: > From: Peng Fan > > Minor patchset to fix and update alias for i.MX8QXP > > Peng Fan (3): > arm64: dts: imx8qxp: add alias for lsio MU > arm64: dts: imx8qxp: add i2c aliases > arm64: dts: imx8qxp: Add ethernet alias Applie

Re: [PATCH] ARM: dts: imx6qdl-gw54xx: allow boot firmware to set eth1 MAC

2020-06-22 Thread Shawn Guo
On Thu, May 28, 2020 at 12:53:16PM -0700, Tim Harvey wrote: > The GW54xx has a PCIe based GbE as the 2nd ethernet device. The > boot firmware will populate the local-mac-address field of the > device aliased to ethernet1 thus adding the PCIe device to > dt allows boot firmware to set its MAC addres

Re: [PATCH] ARM: dts: imx6qdl-gw53xx: allow boot firmware to set eth1 MAC

2020-06-22 Thread Shawn Guo
On Thu, May 28, 2020 at 12:53:03PM -0700, Tim Harvey wrote: > The GW53xx has a PCIe based GbE as the 2nd ethernet device. The > boot firmware will populate the local-mac-address field of the > device aliased to ethernet1 thus adding the PCIe device to > dt allows boot firmware to set its MAC addres

Re: [PATCH 2/2] ARM: dts: Change WDOG_ANY signal from push-pull to open-drain

2020-06-22 Thread Shawn Guo
On Thu, May 28, 2020 at 02:43:43PM +, Schrempf Frieder wrote: > From: Frieder Schrempf > > The WDOG_ANY signal is connected to the RESET_IN signal of the SoM > and baseboard. It is currently configured as push-pull, which means > that if some external device like a programmer wants to assert

Re: [PATCH 0/4] Change i.MX/MXS SoCs ocotp/iim node name to efuse

2020-06-22 Thread Shawn Guo
On Thu, May 28, 2020 at 11:12:46AM +0800, Anson Huang wrote: > In the nvmem yaml schema, it requires the nodename to be one of > "eeprom|efuse|nvram", so need to change all i.MX/MXS SoCs ocotp/iim node > name to efuse: > > MXS platforms: i.MX23/28; > i.MX platforms with IIM: i.MX25/27/31/35/51/53.

Re: [PATCH v2] ARM: dts: imx6qdl-gw: add Gateworks System Controller support

2020-06-22 Thread Shawn Guo
On Thu, Jun 18, 2020 at 09:19:09AM -0700, Tim Harvey wrote: > Add Gateworks System Controller support to Gateworks Ventana boards: > - add dt bindings for GSC mfd driver and hwmon driver for ADC's and > fan controllers. > - add dt bindings for gpio-keys driver for push-button and interrupt events

Re: [PATCH] arm64: dts: imx8mm-beacon: Fix voltages on LDO1 and LDO2

2020-06-18 Thread Shawn Guo
On Tue, May 26, 2020 at 08:43:24PM +0300, Daniel Baluta wrote: > On Tue, May 26, 2020 at 8:11 PM Adam Ford wrote: > > > > LDO1 and LDO2 settings are wrong and case the voltage to go above the > > maximum level of 2.15V permitted by the SoC to 3.0V. > > > > This patch is based on work done on the i

Re: [PATCH] arm64: dts: ls1028a: add one more thermal zone support

2020-06-18 Thread Shawn Guo
On Mon, May 25, 2020 at 03:38:27PM +0800, Yuantian Tang wrote: > There are 2 thermal zones in ls1028a soc. Current dts only > includes one. This patch adds the other thermal zone node > in dts to enable it. > > Signed-off-by: Yuantian Tang Applied, thanks.

Re: [PATCH v8 3/5] ARM: dts: add Protonic VT7 board

2020-06-18 Thread Shawn Guo
On Wed, May 20, 2020 at 05:41:14PM +0200, Oleksij Rempel wrote: > The Protonic VT7 is a mid-class ISObus Virtual Terminal with a 7 inch > touchscreen display. > > Reviewed-by: Rob Herring > Signed-off-by: Robin van der Gracht > Signed-off-by: David Jander > Signed-off-by: Oleksij Rempel > ---

Re: [PATCH v8 2/5] ARM: dts: add Protonic WD2 board

2020-06-18 Thread Shawn Guo
On Wed, May 20, 2020 at 05:41:13PM +0200, Oleksij Rempel wrote: > Add support for the Protonic WD2 board, which is an internal development > platform for low-cost agricultural Virtual Terminals based on COTS tablets > and web applications. > It inherits from the PRTI6Q base class. > > Reviewed-by:

Re: [PATCH v8 5/5] dt-bindings: arm: fsl: add different Protonic boards

2020-06-18 Thread Shawn Guo
On Wed, May 20, 2020 at 05:41:16PM +0200, Oleksij Rempel wrote: > Add Protonic PRTI6Q, WD2, RVT, VT7 boards. > > Signed-off-by: Oleksij Rempel Ah, okay. The compatible is defined here. This patch should really go first. Shawn > --- > Documentation/devicetree/bindings/arm/fsl.yaml | 4 >

Re: [PATCH v8 1/5] ARM: dts: add Protonic PRTI6Q board

2020-06-18 Thread Shawn Guo
On Wed, May 20, 2020 at 05:41:12PM +0200, Oleksij Rempel wrote: > Protonic PRTI6Q is a development board and a base class for different > specific customer application boards based on the i.MX6 family of SoCs, > developed by Protonic Holland. > > Reviewed-by: Rob Herring > Signed-off-by: David Ja

Re: [PATCH v3 1/2] arm64: dts: imx8mm-evk: correct ldo1/ldo2 voltage range

2020-06-18 Thread Shawn Guo
On Fri, May 22, 2020 at 06:44:50PM +0800, Robin Gong wrote: > Correct ldo1 voltage range from wrong high group(3.0V~3.3V) to low group > (1.6V~1.9V) because the ldo1 should be 1.8V. Actually, two voltage groups > have been supported at bd718x7-regulator driver, hence, just corrrect the > voltage ra

<    1   2   3   4   5   6   7   8   9   10   >