Re: [PATCHv4,1/1] clk: zynq: Add clock wizard driver

2021-06-01 Thread Zhengxun Li
Hi Sean, Thanks for your reply. >>This clock driver adds support for clock related settings for >>Zynq platform. >> >> +config COMMON_CLK_XLNX_CLKWZRD > > Why not just CLK_XILNIX_WIZARD? Do we need "COMMON" in here? Follow the linux patch "clk: clocking-wizard: Add the

[PATCH] config_distro_bootcmd: Ability to boot u-boot script from FIT image

2021-06-01 Thread Yau Wai Gan
When source u-boot script from an FIT image, it is required to provide the script subimage name. Add an additional environment variable "scriptuname" when sourcing u-boot script in FIT image during run distro_bootcmd. Signed-off-by: Yau Wai Gan --- include/config_distro_bootcmd.h | 4 +++- 1

Re: [PATCH v2 1/7] arm: a37xx: pci: Don't put link into LTSSM Recovery state during probe

2021-06-01 Thread Stefan Roese
Hi Pali, On 01.06.21 14:57, Pali Rohár wrote: On Thursday 27 May 2021 08:19:32 Stefan Roese wrote: On 26.05.21 17:59, Pali Rohár wrote: During our debugging of the Aardvark driver in Linux we have discovered that the PCIE_CORE_LINK_CTRL_STAT_REG register in fact controls standard PCIe Link

[v2, 3/3] armv8: layerscape: drop CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33

2021-06-01 Thread Yangbo Lu
Drop CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33. CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT is used instead. Signed-off-by: Yangbo Lu --- Changes for v2: - Updated copyright. --- include/configs/T208xQDS.h | 3 +-- include/configs/T208xRDB.h | 3 +-- include/configs/T4240RDB.h | 3 +--

[v2, 2/3] mmc: fsl_esdhc_imx: drop CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33

2021-06-01 Thread Yangbo Lu
There is no i.MX board using such option. Drop it. Signed-off-by: Yangbo Lu --- Changes for v2: - Updated copyright. --- drivers/mmc/fsl_esdhc_imx.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/mmc/fsl_esdhc_imx.c b/drivers/mmc/fsl_esdhc_imx.c index

[v2, 1/3] mmc: fsl_esdhc: convert to CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT

2021-06-01 Thread Yangbo Lu
For eSDHC, power supply is through peripheral circuit. So, 3.3V power supply capability from register bit does not reflect the truth. 3.3V is common for SD/MMC, and is supported for all boards with eSDHC in current u-boot. So, let's use a Kconfig CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT making 3.3V is

[v2, 0/3] Drop CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT

2021-06-01 Thread Yangbo Lu
For eSDHC, power supply is through peripheral circuit. So, 3.3V power supply capability from register bit does not reflect the truth. 3.3V is common for SD/MMC, and is supported for all boards with eSDHC in current u-boot. So, let's use a Kconfig CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT making 3.3V is

[PATCH 3/3] armv8: layerscape: drop CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33

2021-06-01 Thread Yangbo Lu
Drop CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33. CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT is used instead. Signed-off-by: Yangbo Lu --- include/configs/T208xQDS.h | 1 - include/configs/T208xRDB.h | 1 - include/configs/T4240RDB.h | 1 - include/configs/kontron_sl28.h | 5 -

[PATCH 2/3] mmc: fsl_esdhc_imx: drop CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33

2021-06-01 Thread Yangbo Lu
There is no i.MX board using such option. Drop it. Signed-off-by: Yangbo Lu --- drivers/mmc/fsl_esdhc_imx.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/mmc/fsl_esdhc_imx.c b/drivers/mmc/fsl_esdhc_imx.c index a4675838e5..d767795b58 100644 --- a/drivers/mmc/fsl_esdhc_imx.c +++

[PATCH 1/3] mmc: fsl_esdhc: convert to CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT

2021-06-01 Thread Yangbo Lu
For eSDHC, power supply is through peripheral circuit. So, 3.3V power supply capability from register bit does not reflect the truth. 3.3V is common for SD/MMC, and is supported for all boards with eSDHC in current u-boot. So, let's use a Kconfig CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT making 3.3V is

[PATCH 0/3] Drop CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT

2021-06-01 Thread Yangbo Lu
For eSDHC, power supply is through peripheral circuit. So, 3.3V power supply capability from register bit does not reflect the truth. 3.3V is common for SD/MMC, and is supported for all boards with eSDHC in current u-boot. So, let's use a Kconfig CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT making 3.3V is

[RESEND PATCH v2 2/2] rockchip: rk3568: add clock driver

2021-06-01 Thread Elaine Zhang
Add rk3568 clock driver and cru structure definition. Signed-off-by: Elaine Zhang --- .../include/asm/arch-rockchip/cru_rk3568.h| 504 +++ drivers/clk/rockchip/Makefile |1 + drivers/clk/rockchip/clk_rk3568.c | 2959 + 3 files changed, 3464

RE: [PATCH] arm: dts: lx2162aqds: support eMMC HS400 mode on esdhc1

2021-06-01 Thread Y.b. Lu
May I know the status of the patch? Thanks. > -Original Message- > From: Y.b. Lu > Sent: 2021年5月14日 10:25 > To: Priyanka Jain ; Meenakshi Aggarwal > > Cc: u-boot@lists.denx.de > Subject: RE: [PATCH] arm: dts: lx2162aqds: support eMMC HS400 mode on > esdhc1 > > Sent out v2 to update

RE: [PATCH] armv8: layerscape: enable eMMC HS400 workarounds for LX2160A/LX2162A

2021-06-01 Thread Y.b. Lu
May I know the status of the patch? Thanks. > -Original Message- > From: Y.b. Lu > Sent: 2021年5月14日 10:25 > To: Priyanka Jain ; Meenakshi Aggarwal > > Cc: u-boot@lists.denx.de > Subject: RE: [PATCH] armv8: layerscape: enable eMMC HS400 workarounds for > LX2160A/LX2162A > > Any comments.

Re: [[PATCH] colibri_imx6: add board_fit_config_name_match to support FIT in SPL

2021-06-01 Thread Sean Anderson
On 6/1/21 11:58 AM, Ming Liu wrote: Hi, Sean: Thanks for the comments, please see my answers as follows: > Please use an errno. Seems all other board are using '0' and '-1' as return value of board_fit_config_name_match, shouldn't we keep consistent with them? *shrug* We return an int,

Re: [PATCH] evb_rk3399: add usb ohci definations

2021-06-01 Thread Art Nikpal
workable example for CONFIG_USB_OHCI_HCD and CONFIG_USB_OHCI_GENERIC (usb kbd on usb2.0 port) kedge# usb tree USB device tree: 1 Hub (480 Mb/s, 0mA) u-boot EHCI Host Controller 1 Hub (12 Mb/s, 0mA) | U-Boot Root Hub | +-2 Human Interface (1.5 Mb/s, 100mA) Dell KB216

Re: [PATCH] evb_rk3399: add usb ohci definations

2021-06-01 Thread Art Nikpal
> But , evb_rk3399 board does not enable CONFIG_USB_OHCI_HCD and > CONFIG_USB_OHCI_GENERIC. yes i know it ! for example some other rk3399 boards have it because (usb 1.1 didnt work without ohci on usb2.0 port and not possible to use usb kbd for this port ) grep CONFIG_USB_OHCI_GENERIC

Re: [PATCH] rk3399: boot_devices fix spinor node name

2021-06-01 Thread Art Nikpal
hi > why "/spi@ff1d" is not work, this drivers should be work for other boards > before. i`m sure now is not work (maybe nobody test it ) i have test it and can see its doesn't works properly because /spi@ff1d just spi bus node - its not SPINOR-Flash node as was written before if we

Re: [RFC 0/5] rockchip_sfc: add support for Rockchip SFC

2021-06-01 Thread Kever Yang
Hi Chris, On 2021/6/2 上午12:54, Chris Morgan wrote: On Tue, Jun 01, 2021 at 08:22:09PM +0800, Kever Yang wrote: Add Yifeng from rockchip. Hi Chris,     First of all, I think you should remain the origin author info in the signed-off. Okay, I can do that. Please note that since I submitted

Re: [RFC 0/5] rockchip_sfc: add support for Rockchip SFC

2021-06-01 Thread Chris Morgan
On Tue, Jun 01, 2021 at 08:22:09PM +0800, Kever Yang wrote: > Add Yifeng from rockchip. > > Hi Chris, > >     First of all, I think you should remain the origin author info in the > signed-off. Okay, I can do that. Please note that since I submitted this I was asked to redo the upstream linux

Re: [PATCH v3] usb: dfu: Migrate CONFIG_SYS_DFU_DATA_BUF_SIZE and CONFIG_SYS_DFU_MAX_FILE_SIZE to Kconfig

2021-06-01 Thread Matthias Brugger
On 01/06/2021 13:21, Aswath Govindraju wrote: > Currently the config options CONFIG_SYS_DFU_DATA_BUF_SIZE and > CONFIG_SYS_DFU_MAX_FILE_SIZE are being set in include/configs/.h > files and also in _defconfig files without a Kconfig option. It > is easier for users to set these configs in

Re: [PATCH v2] fastboot: Fix overflow when calculating chunk size

2021-06-01 Thread Tom Rini
On Thu, May 27, 2021 at 12:02:34PM -0400, Sean Anderson wrote: > If a chunk was larger than 4GiB, then chunk_data_sz would overflow and > blkcnt would not be calculated correctly. Upgrade it to a u64 and cast > its multiplicands as well. Also fix bytes_written while we're at it. > >

Re: [PATCH] cmd:Update HELP text of ’askenv’

2021-06-01 Thread Adarsh Babu Kalepalli
Hi Heinrich, > thanks for looking for a better description. > This online help does not correctly describe the command syntax yet > which is: Was trying to keep the command HELP text(on the shell ) simple and mention the available parameters. > The logic needs some explanation. The last

Re: [PATCH u-boot v4 00/36] U-Boot LTO (Sandbox + Some ARM boards)

2021-06-01 Thread Tom Rini
On Tue, Jun 01, 2021 at 06:55:52PM +0200, Heinrich Schuchardt wrote: > On 6/1/21 6:22 PM, Marek Behún wrote: > > On Tue, 1 Jun 2021 16:59:52 +0200 > > Patrick DELAUNAY wrote: > > > > > Hi Marek, > > > > > > I am trying to activate CONFIG_LTO for STMicroelectronics stm32mp15 > > > platform > > >

Re: [PATCH u-boot v4 00/36] U-Boot LTO (Sandbox + Some ARM boards)

2021-06-01 Thread Heinrich Schuchardt
On 6/1/21 6:22 PM, Marek Behún wrote: On Tue, 1 Jun 2021 16:59:52 +0200 Patrick DELAUNAY wrote: Hi Marek, I am trying to activate CONFIG_LTO for STMicroelectronics stm32mp15 platform (stm32mp15_trusted_defconfig and stm32mp15_basic_defconfig). The config stm32mp15_basic_defconfig, with

Re: [PATCH] cmd:Update HELP text of ’askenv’

2021-06-01 Thread Heinrich Schuchardt
On 6/1/21 9:09 AM, opensource@gmail.com wrote: From: Adarsh Babu Kalepalli Help text of ‘askenv’ cmd is updated Signed-off-by: Adarsh Babu Kalepalli --- cmd/nvedit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/nvedit.c b/cmd/nvedit.c index

Re: [PATCH u-boot v4 00/36] U-Boot LTO (Sandbox + Some ARM boards)

2021-06-01 Thread Marek Behún
On Tue, 1 Jun 2021 16:59:52 +0200 Patrick DELAUNAY wrote: > Hi Marek, > > I am trying to activate CONFIG_LTO for STMicroelectronics stm32mp15 > platform > > (stm32mp15_trusted_defconfig and stm32mp15_basic_defconfig). > > > The config stm32mp15_basic_defconfig, with SPL supported failed to

Re: [PATCH 00/10] AM642-EVM: Add USB support

2021-06-01 Thread Aswath Govindraju
Hi all, On 01/06/21 8:43 pm, Aswath Govindraju wrote: > The following series of patches add support for the following > - Kconfig symbol for giving the load address for ATF > - USB Mass storrage boot mode in AM642-EVM > - DFU boot mode in AM642-EVM > - Host and peripheral modes for AM642-EVM in

Re: [[PATCH] colibri_imx6: add board_fit_config_name_match to support FIT in SPL

2021-06-01 Thread Ming Liu
Hi, Marcel: Thanks for the comment, I usually dont send twice for a same PR, but I was not a member when I sent the first one so I was afraid it's not on the mail list. //Ming Liu Sean Anderson 於 2021年5月31日 週一 下午4:36寫道: > On 5/31/21 3:06 AM, liu.min...@gmail.com wrote: > > From: Ming Liu > >

Re: [[PATCH] colibri_imx6: add board_fit_config_name_match to support FIT in SPL

2021-06-01 Thread Ming Liu
Hi, Sean: Thanks for the comments, please see my answers as follows: > Please use an errno. Seems all other board are using '0' and '-1' as return value of board_fit_config_name_match, shouldn't we keep consistent with them? > Do you need to match "imx6-colibri", or could you use the default

[PATCH v3] usb: dfu: Migrate CONFIG_SYS_DFU_DATA_BUF_SIZE and CONFIG_SYS_DFU_MAX_FILE_SIZE to Kconfig

2021-06-01 Thread Aswath Govindraju
Currently the config options CONFIG_SYS_DFU_DATA_BUF_SIZE and CONFIG_SYS_DFU_MAX_FILE_SIZE are being set in include/configs/.h files and also in _defconfig files without a Kconfig option. It is easier for users to set these configs in defconfig files than in config header files as they are a part

Re: [PATCH] spi: stm32_qspi: Fix short data write operation

2021-06-01 Thread Patrick DELAUNAY
Hi, On 5/24/21 12:24 AM, Daniil Stas wrote: TCF flag only means that all data was sent to FIFO. To check if the data was sent out of FIFO we should also wait for the BUSY flag to be cleared. Otherwise there is a race condition which can lead to inability to write short (one byte long) data.

Re: [PATCH] net: dwc_eth_qos: Fix needless phy auto-negotiation restarts

2021-06-01 Thread Patrick DELAUNAY
Hi, On 5/24/21 12:24 AM, Daniil Stas wrote: Disabling clk_ck clock leads to link up status loss in phy, which leads to auto-negotiation restart before each network command execution. This issue is especially big for PXE boot protocol because of auto-negotiation restarts before each

[PATCH 10/10] configs: am64: Enable configs to support USB host and device modes

2021-06-01 Thread Aswath Govindraju
Enable config options required to add support for USB Mass storage boot, USB DFU boot, host and device modes in U-Boot. Signed-off-by: Aswath Govindraju --- configs/am64x_evm_a53_defconfig | 39 + configs/am64x_evm_r5_defconfig | 36

[PATCH 09/10] arm: dts: k3-am64-main: Update the location of ATF in SRAM

2021-06-01 Thread Aswath Govindraju
For USB DFU boot mode there is a limitation on the load address of boot images that they have to be less than 0x70001000. So, the load address of SPL has been moved to 0x7000 and ATF has been moved to a latter location, 0x701a. Therefore, update its location accordingly in the device tree

[PATCH 08/10] configs: am64x_evm_*_defconfig: Move the SPL Load address to 0x70000000, move the ATF to a latter location and rearrange EEPROM and BSS data

2021-06-01 Thread Aswath Govindraju
For USB DFU boot mode there is a limitation on the load address of boot images that they have to be less than 0x70001000. Therefore, move the SPL_TEXT_BASE address to 0x7000. Currently ATF is being loaded at 0x7000, if the SPL is being loaded at 0x7000 then ATF would overwrite SPL

[PATCH 07/10] arm: dts: k3-am642-evm-u-boot: Add U-Boot tags and fix the dr_mode to peripheral for USB subsystem

2021-06-01 Thread Aswath Govindraju
Add U-Boot tags and fix the dr_mode as peripheral in U-Boot to support DFU by default. Signed-off-by: Aswath Govindraju --- arch/arm/dts/k3-am642-evm-u-boot.dtsi | 13 + 1 file changed, 13 insertions(+) diff --git a/arch/arm/dts/k3-am642-evm-u-boot.dtsi

[PATCH 06/10] arm: dts: k3-am642-*-evm: Add USB support

2021-06-01 Thread Aswath Govindraju
AM64 EVM board has a micro USB 2.0 AB connector and the USB0_VBUS is connected with a resistor divider in between. USB0_DRVVBUS pin is muxed between USB0_DRVVBUS and GPIO1_79 signals. Add the corresponding properties and set the pinmux mode for USB subsystem in the evm dts file. Signed-off-by:

[PATCH 05/10] arm: dts: k3-am64-main: Add USB DT nodes

2021-06-01 Thread Aswath Govindraju
Add DT node for the single USB subsystem in main dtsi file. Signed-off-by: Aswath Govindraju --- arch/arm/dts/k3-am64-main.dtsi | 30 ++ 1 file changed, 30 insertions(+) diff --git a/arch/arm/dts/k3-am64-main.dtsi b/arch/arm/dts/k3-am64-main.dtsi index

[PATCH 04/10] board: ti: am64x: Set the core voltage of USB PHY to 0.85V

2021-06-01 Thread Aswath Govindraju
Set the core voltage of USB PHY in AM64x to 0.85V in spl_board_init(). Signed-off-by: Aswath Govindraju --- board/ti/am64x/evm.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/board/ti/am64x/evm.c b/board/ti/am64x/evm.c index 35cd9e027c04..cdbb9a87bc44 100644 ---

[PATCH 03/10] arm: mach-k3: am642_init: Do USB fixups to facilitate host and device boot modes

2021-06-01 Thread Aswath Govindraju
U-Boot either supports USB host or device mode for a node at a time in the device tree nodes. To support both host and dfu bootmodes, dr_mode is set to "peripheral" by default and then fixed based on the mode selected by the boot mode config dip switches on the board. This needs to happen before

[PATCH 02/10] arm: mach-k3: am642_init: Add support for USB boot mode

2021-06-01 Thread Aswath Govindraju
Add support for identifying USB host and device boot modes Signed-off-by: Aswath Govindraju --- arch/arm/mach-k3/am642_init.c | 13 +++-- arch/arm/mach-k3/include/mach/am64_hardware.h | 5 + arch/arm/mach-k3/include/mach/am64_spl.h | 6 -- 3 files changed,

[PATCH 01/10] tools: k3_fit_atf: Add support for providing ATF load address using a Kconfig symbol

2021-06-01 Thread Aswath Govindraju
Add support for providing ATF load address with a Kconfig symbol. Signed-off-by: Aswath Govindraju --- arch/arm/mach-k3/Kconfig | 7 +++ arch/arm/mach-k3/config.mk | 1 + tools/k3_fit_atf.sh| 9 ++--- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git

[PATCH 00/10] AM642-EVM: Add USB support

2021-06-01 Thread Aswath Govindraju
The following series of patches add support for the following - Kconfig symbol for giving the load address for ATF - USB Mass storrage boot mode in AM642-EVM - DFU boot mode in AM642-EVM - Host and peripheral modes for AM642-EVM in U-Boot - Set the USB PHY core voltage to 0.85V Aswath Govindraju

Re: [PATCH u-boot v4 00/36] U-Boot LTO (Sandbox + Some ARM boards)

2021-06-01 Thread Tom Rini
On Tue, Jun 01, 2021 at 04:59:52PM +0200, Patrick DELAUNAY wrote: > Hi Marek, > > On 5/20/21 1:23 PM, Marek Behún wrote: > > Hello, > > > > this is version 4 of patches adding support for LTO to U-Boot. > > > > This series is being tested by Github/Azure CI at > >

Re: [PATCH v4 5/5] ARM: dts: stm32mp: Add OP-TEE reserved memory to SPL dtb

2021-06-01 Thread Patrick DELAUNAY
Hi, On 5/31/21 7:43 PM, Alexandru Gagniuc wrote: Add the "/reserved-memory/optee" node to the SPL devicetree. The purpose is to allow configuring TZC regions when booting OP-TEE. Signed-off-by: Alexandru Gagniuc Reviewed-by: Simon Glass --- arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi | 3 +++

Re: [PATCH u-boot v4 00/36] U-Boot LTO (Sandbox + Some ARM boards)

2021-06-01 Thread Patrick DELAUNAY
Hi Marek, On 5/20/21 1:23 PM, Marek Behún wrote: Hello, this is version 4 of patches adding support for LTO to U-Boot. This series is being tested by Github/Azure CI at https://github.com/u-boot/u-boot/pull/57 There is a problem with sandbox_clang test scenario, which I was unable to

Re: [PATCH v2 1/7] arm: a37xx: pci: Don't put link into LTSSM Recovery state during probe

2021-06-01 Thread Pali Rohár
On Thursday 27 May 2021 08:19:32 Stefan Roese wrote: > On 26.05.21 17:59, Pali Rohár wrote: > > During our debugging of the Aardvark driver in Linux we have discovered > > that the PCIE_CORE_LINK_CTRL_STAT_REG register in fact controls standard > > PCIe Link Control Register for PCIe Root Bridge.

Re: [RFC 0/5] rockchip_sfc: add support for Rockchip SFC

2021-06-01 Thread Kever Yang
Add Yifeng from rockchip. Hi Chris,     First of all, I think you should remain the origin author info in the signed-off. Hi Yifeng,     Please help to review this driver. Thanks, - Kever On 2021/5/26 上午5:49, Chris Morgan wrote: From: Chris Morgan Requesting comments for a proposed

Re: [PATCH] rk3399_common: setup fdtoverlay_addr_r value

2021-06-01 Thread Kever Yang
On 2021/5/26 下午5:34, Artem Lapkin wrote: fdtoverlay (pxe_utils) require define fdtoverlay_addr_r env variable for example sunxi-common.h meson64.h already have it. Signed-off-by: Artem Lapkin Reviewed-by: Kever Yang Thanks, - Kever --- include/configs/rk3399_common.h | 1 + 1 file

Re: [PATCH] evb_rk3399: add usb ohci definations

2021-06-01 Thread Kever Yang
Hi Artem, On 2021/5/26 下午5:33, Artem Lapkin wrote: Problem: not possible to use CONFIG_USB_OHCI_HCD=y and CONFIG_USB_OHCI_GENERIC=y options without CONFIG_USB_OHCI_NEW and CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS definations Add missed definations. But , evb_rk3399 board does not enable

Re: [PATCH] rk3399: boot_devices fix spinor node name

2021-06-01 Thread Kever Yang
Hi Artem, On 2021/5/26 下午5:32, Artem Lapkin wrote: Problem: board_spl_was_booted_from return wrong boot_devices[3] value /spi@ff1d and same-as-spl dont work properly for SPINOR flash because arch/arm/mach-rockchip/spl-boot-order.c spl_node_to_boot_device need parse SPINOR flash node as

Re: [RESEND PATCH v2 2/2] rockchip: rk3568: add clock driver

2021-06-01 Thread Kever Yang
On 2021/5/26 下午5:01, Elaine Zhang wrote: From: Elaine Zhang Add rk3568 clock driver and cru structure definition. Signed-off-by: Elaine Zhang Reviewed-by: Kever Yang Thanks, - Kever --- .../include/asm/arch-rockchip/cru_rk3568.h| 504 +++ drivers/clk/rockchip/Makefile

Re: [RESEND PATCH v2 1/2] rockchip: rk3568: add device tree file

2021-06-01 Thread Kever Yang
On 2021/5/26 下午5:01, Elaine Zhang wrote: From: Elaine Zhang Add dts binding header for rk3568, files origin from kernel. Signed-off-by: Elaine Zhang Reviewed-by: Kever Yang Thanks, - Kever --- include/dt-bindings/clock/rk3568-cru.h | 925 + 1 file changed,

Re: [PATCH] usb: cdns3: cdns3-ti: Fix clk_get_by_name() to get the correct name

2021-06-01 Thread Marek Vasut
On 6/1/21 12:56 PM, Aswath Govindraju wrote: From: Kishon Vijay Abraham I Kernel device tree got updated to use clock name as "ref" instead of "usb2_refclk". Fix cdns3-ti.c to use the correct name. Applied, thanks

[PATCH] usb: cdns3: cdns3-ti: Fix clk_get_by_name() to get the correct name

2021-06-01 Thread Aswath Govindraju
From: Kishon Vijay Abraham I Kernel device tree got updated to use clock name as "ref" instead of "usb2_refclk". Fix cdns3-ti.c to use the correct name. Fixes: 70e167495ab2 ("arm: dts: k3-j721e: Sync Linux v5.11-rc6 dts into U-Boot") Fixes: 6239cc8c4e84 ("arm: dts: k3-j7200: Sync Linux

Re: [PATCHv2] drivers: tpm2: update reset gpio semantics

2021-06-01 Thread Michal Simek
On 6/1/21 9:35 AM, Jorge Ramirez-Ortiz, Foundries wrote: > On 01/06/21, Michal Simek wrote: >> >> >> On 6/1/21 8:09 AM, Jorge Ramirez-Ortiz wrote: >>> Use the more generic reset-gpios propery name. >>> >>> Signed-off-by: Jorge Ramirez-Ortiz >>> --- >>> v2: kept gpio-reset as legacy >>> >>>

Re: [PATCHv2] drivers: tpm2: update reset gpio semantics

2021-06-01 Thread Jorge Ramirez-Ortiz, Foundries
On 01/06/21, Michal Simek wrote: > > > On 6/1/21 8:09 AM, Jorge Ramirez-Ortiz wrote: > > Use the more generic reset-gpios propery name. > > > > Signed-off-by: Jorge Ramirez-Ortiz > > --- > > v2: kept gpio-reset as legacy > > > > .../tpm2/tis-tpm2-spi.txt | 2 +- > >

[PATCH] cmd:Update HELP text of ’askenv’

2021-06-01 Thread opensource . kab
From: Adarsh Babu Kalepalli Help text of ‘askenv’ cmd is updated Signed-off-by: Adarsh Babu Kalepalli --- cmd/nvedit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/nvedit.c b/cmd/nvedit.c index d14ba10cef..910cf16aaf 100644 --- a/cmd/nvedit.c +++ b/cmd/nvedit.c @@

RE: [PATCH] ARM: rmobile: beacon-renesom: Enable QSPI NOR Flash

2021-06-01 Thread Biju Das
Hi Adam, Thanks for the patch. > -Original Message- > From: Adam Ford > Sent: 28 May 2021 01:31 > To: u-boot@lists.denx.de > Cc: Biju Das ; Adam Ford > Subject: [PATCH] ARM: rmobile: beacon-renesom: Enable QSPI NOR Flash > > There is a QSPI NOR flash part on the board. Because this

Re: [PATCHv2] drivers: tpm2: update reset gpio semantics

2021-06-01 Thread Michal Simek
On 6/1/21 8:09 AM, Jorge Ramirez-Ortiz wrote: > Use the more generic reset-gpios propery name. > > Signed-off-by: Jorge Ramirez-Ortiz > --- > v2: kept gpio-reset as legacy > > .../tpm2/tis-tpm2-spi.txt | 2 +- > drivers/tpm/tpm2_tis_spi.c| 21

[PATCHv2] drivers: tpm2: update reset gpio semantics

2021-06-01 Thread Jorge Ramirez-Ortiz
Use the more generic reset-gpios propery name. Signed-off-by: Jorge Ramirez-Ortiz --- v2: kept gpio-reset as legacy .../tpm2/tis-tpm2-spi.txt | 2 +- drivers/tpm/tpm2_tis_spi.c| 21 --- 2 files changed, 14 insertions(+), 9 deletions(-)

[PATCH] cmd:Elaborate ‘blkcache’ cmd HELP statement

2021-06-01 Thread opensource . kab
From: Adarsh Babu Kalepalli "HELP description is provided for ‘configure’ sub-command of ‘blkcache’. Signed-off-by: Adarsh Babu Kalepalli --- cmd/blkcache.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/blkcache.c b/cmd/blkcache.c index 25f252e455..89ae52150a 100644 ---