Re: [U-Boot] [PATCH v4 00/10] Improvements for the dwc3_generic driver

2018-12-06 Thread Jean-Jacques Hiblot
On 06/12/2018 21:56, Loic Devulder wrote: Hi, I re-tested this series on Khadas VIM1 and it still fix the USB issue I had with 'usb reset' (I already tested v2 patches). I just have a message and I'm not sure that I had it last time: "Error disabling PHY supply Can't shutdown USB PHY1 for dwc3

Re: [U-Boot] [PATCH] ARM: mvebu: sync Armada-38x dts with Linux 4.20

2018-12-06 Thread Stefan Roese
On 07.12.18 04:21, Chris Packham wrote: Sync the Armada-38x device tree files with Linux 4.20-rc5. The changes not taken are new compatible strings for the uart and nand flash controller. The nand binding is best updated if/when the mtd/nand infrastructure is updated. Signed-off-by: Chris Packha

Re: [U-Boot] [PATCH] ARM: mvebu: define CONFIG_BLK for db-88f6820-amc

2018-12-06 Thread Stefan Roese
On 07.12.18 04:19, Chris Packham wrote: db-88f6820-amc uses CONFIG_DM_USB and CONFIG_USB_STORAGE already so define CONFIG_BLK to prepare it for full conversion to DM. Signed-off-by: Chris Packham Reviewed-by: Stefan Roese Thanks, Stefan ___ U-Boot

Re: [U-Boot] [RFC PATCH v2 00/11] SF: Migrate to Linux SPI NOR framework

2018-12-06 Thread Vignesh R
On 07/12/18 12:47 AM, Simon Goldschmidt wrote: > Am 06.12.2018 um 18:39 schrieb Vignesh R: >> On 06/12/18 10:06 PM, Simon Goldschmidt wrote: >>> Am 06.12.2018 um 14:54 schrieb Simon Goldschmidt: On Thu, Dec 6, 2018 at 2:45 PM Vignesh R wrote: > On 06/12/18 2:15 AM, Simon Goldschmidt wrote

Re: [U-Boot] [PATCH] pinctrl: meson: axg: Fix GPIO pin offsets

2018-12-06 Thread Kevin Hilman
Carlo Caione writes: > The pin number (first and last) in the bank definition is missing the > pin base offset shifting. This is causing a miscalculation when > retrieving the register and pin offsets in the GPIO driver causing the > 'gpio' command to drive the wrong pins / GPIOs in the second GP

Re: [U-Boot] [PATCH] arm: mx5: Enable WDT and bootcounter on M53Menlo

2018-12-06 Thread Marek Vasut
On 12/06/2018 09:30 PM, Tom Rini wrote: > On Mon, Dec 03, 2018 at 11:12:54PM +0100, Marek Vasut wrote: >> Enable watchdog and bootcounter support on the M53Menlo board. >> >> Signed-off-by: Marek Vasut >> Cc: Stefano Babic >> --- >> configs/m53menlo_defconfig | 7 +++ >> include/configs/m53m

[U-Boot] [PATCH] ARM: mvebu: sync Armada-38x dts with Linux 4.20

2018-12-06 Thread Chris Packham
Sync the Armada-38x device tree files with Linux 4.20-rc5. The changes not taken are new compatible strings for the uart and nand flash controller. The nand binding is best updated if/when the mtd/nand infrastructure is updated. Signed-off-by: Chris Packham --- I've updated the clearfog and contr

[U-Boot] [PATCH] ARM: mvebu: define CONFIG_BLK for db-88f6820-amc

2018-12-06 Thread Chris Packham
db-88f6820-amc uses CONFIG_DM_USB and CONFIG_USB_STORAGE already so define CONFIG_BLK to prepare it for full conversion to DM. Signed-off-by: Chris Packham --- configs/db-88f6820-amc_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/db-88f6820-amc_defconfig b/configs/db-8

Re: [U-Boot] [PATCH 0/4] efi_loader: non-volatile variables support

2018-12-06 Thread Takahiro Akashi
# My patch is more or less a RFC to raise attention. On Wed, Dec 05, 2018 at 11:53:42AM +0530, Sumit Garg wrote: > Hi Akashi, > > On Wed, 28 Nov 2018 at 11:28, AKASHI Takahiro > wrote: > > > > As the subject suggested, this patch set allows any efi variable to be > > volatile or non-volatile as

Re: [U-Boot] [PATCH v2] rockchip: rk3288-evb: dts: remove 'vmmc' from emmc node

2018-12-06 Thread Kever Yang
Hi Philipp, On 12/06/2018 09:50 PM, Philipp Tomsich wrote: > +Tom > >> On 05.12.2018, at 03:25, Kever Yang wrote: >> >> The U-Boot eMMC does not need to care about the power for Rockchip >> SoC, because if the board is using eMMC, the power will default on >> (for bootrom), and we do not do power

[U-Boot] [PATCH V2] arm: mx5: Enable WDT and bootcounter on M53Menlo

2018-12-06 Thread Marek Vasut
Enable watchdog and bootcounter support on the M53Menlo board. Signed-off-by: Marek Vasut Cc: Stefano Babic --- V2: Move CONFIG_{HW,IMX}_WATCHDOG to Kconfig --- configs/m53menlo_defconfig | 8 include/configs/m53menlo.h | 3 +++ 2 files changed, 11 insertions(+) diff --git a/configs/m

Re: [U-Boot] [U-Boot, PATCHv3, 2/4] dm: MIGRATION: Add migration plan for DM_USB

2018-12-06 Thread Tom Rini
On Fri, Dec 07, 2018 at 01:05:24PM +1300, Chris Packham wrote: > On Thu, Dec 6, 2018 at 1:23 AM Tom Rini wrote: > > > > On Wed, Dec 05, 2018 at 08:14:14AM +0100, Stefan Roese wrote: > > > Hi Tom, > > > > > > On 04.12.18 05:49, Tom Rini wrote: > > > >On Thu, Nov 29, 2018 at 06:21:12PM -0500, Tom Ri

Re: [U-Boot] [U-Boot, PATCHv3, 2/4] dm: MIGRATION: Add migration plan for DM_USB

2018-12-06 Thread Chris Packham
On Thu, Dec 6, 2018 at 1:23 AM Tom Rini wrote: > > On Wed, Dec 05, 2018 at 08:14:14AM +0100, Stefan Roese wrote: > > Hi Tom, > > > > On 04.12.18 05:49, Tom Rini wrote: > > >On Thu, Nov 29, 2018 at 06:21:12PM -0500, Tom Rini wrote: > > > > > >>As much of the USB system has been migrated to DM now,

Re: [U-Boot] [PATCH] ARM: rockchip: rv1108: Fix booting with initramfs

2018-12-06 Thread Philipp Tomsich
Otavio, > On 07.12.2018, at 00:00, Otavio Salvador > wrote: > > Hello Philipp, > > On Thu, Dec 6, 2018 at 11:46 AM Philipp Tomsich > wrote: >>> On 04.12.2018, at 14:49, Otavio Salvador wrote: >>> We move the ramdisk_addr_r to 0x6800 and disable the initrd and >>> fdt relocation, so the i

Re: [U-Boot] [PATCH] ARM: rockchip: rv1108: Fix booting with initramfs

2018-12-06 Thread Otavio Salvador
Hello Philipp, On Thu, Dec 6, 2018 at 11:46 AM Philipp Tomsich wrote: > > On 04.12.2018, at 14:49, Otavio Salvador wrote: > > We move the ramdisk_addr_r to 0x6800 and disable the initrd and > > fdt relocation, so the initramfs works out of box. > > > > Signed-off-by: Otavio Salvador > > Rev

Re: [U-Boot] [PATCH v2 0/6] Add support for DM_USB and DM_USB_DEV to TI's K2G platforms

2018-12-06 Thread Lukasz Majewski
Hi Jean-Jacques, Marek, > The K2G platforms can use the generic DWC3 driver instead of relying > on the keystone-xhci driver. > Benefits are: > - moving toward DM > - brings USB gadget for free > - allows us to remove some code > > Tested on: > - K2G EVM > I'm not sure if I shall wait for Marek

Re: [U-Boot] [PATCH v3 00/19] DM_I2C_COMPAT removal for all ti platforms

2018-12-06 Thread Adam Ford
On Tue, Nov 27, 2018 at 11:04 PM Heiko Schocher wrote: > > Hello Adam, > > Am 26.11.2018 um 20:18 schrieb Adam Ford: > > On Sat, Oct 27, 2018 at 4:46 PM Adam Ford wrote: > >> > >> On Mon, Oct 22, 2018 at 9:13 AM Jean-Jacques Hiblot > >> wrote: > >>> > >>> This series remove the usage of the DM_

[U-Boot] Unable to saveenv to MMC

2018-12-06 Thread Robin Polak
Hello. I'm having trouble persisting my environment variables to the SD Card onto which I have FAT formatted and then written U-Boot to using the following command: sudo dd if=u-boot-sunxi-with-spl.bin of=/dev/disk2 bs=1024 seek=8 I get the following error when booting a Linksprite_pcDuino3_Na

Re: [U-Boot] [PATCH v2 7/7] doc: ti-secure: Add ULO info for AM57xx/DRA7xx secure devices from TI

2018-12-06 Thread Tom Rini
On Wed, Dec 05, 2018 at 11:51:36AM -0600, Andrew F. Davis wrote: > Booting from UART and USB on HS devices is now supported for this > platform. Update documentation for the same. > > Signed-off-by: Andrew F. Davis Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature _

Re: [U-Boot] Please pull u-boot-rockchip

2018-12-06 Thread Tom Rini
following changes since commit 2a055ea53260ac8addeeb94eb671172844bc9106: > > Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dm (2018-12-05 > 20:32:25 -0500) > > are available in the git repository at: > > git://git.denx.de/u-boot-rockchi

Re: [U-Boot] [PATCH v2 5/7] defconfigs: Add config for DRA7xx High Security EVM with USB Boot support

2018-12-06 Thread Tom Rini
On Wed, Dec 05, 2018 at 11:51:34AM -0600, Andrew F. Davis wrote: > Add a new defconfig file for the DRA7xx High Security EVM. This config > is specific for the case of USB booting. > > Signed-off-by: Andrew F. Davis Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [PATCH v2] common: fdt_support: print hexadecimal numbers in debug

2018-12-06 Thread Tom Rini
On Thu, Dec 06, 2018 at 03:20:47PM +0530, Sekhar Nori wrote: > We usually deal with hexadecimal addresses and sizes in > device-tree. Its much easier if debug logs print hexadecimal > values too. > > Reviewed-by: Simon Glass > Signed-off-by: Sekhar Nori Reviewed-by: Tom Rini -- Tom signat

Re: [U-Boot] [PATCH v2 6/7] defconfigs: Add config for AM57xx High Security EVM with USB/UART Boot support

2018-12-06 Thread Tom Rini
On Wed, Dec 05, 2018 at 11:51:35AM -0600, Andrew F. Davis wrote: > Add a new defconfig file for the AM57xx High Security EVM. This config > is specific for the case of USB/UART booting. > > Signed-off-by: Andrew F. Davis Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [PATCH] spl: fix build failure with !CONFIG_SPL_PCI_SUPPORT

2018-12-06 Thread Tom Rini
On Thu, Dec 06, 2018 at 03:40:08PM +0530, Sekhar Nori wrote: > Building U-Boot with CONFIG_PCI and CONFIG_DM_PCI enabled, but > CONFIG_SPL_PCI_SUPPORT disabled, results in following linker > error: > > lib/built-in.o: In function `fdtdec_get_pci_bar32': > lib/fdtdec.c:305: undefined reference to

Re: [U-Boot] [PATCH v2 4/7] ARM: mach-omap2: Kconfig: Allow OMAP5 devices to set entry point

2018-12-06 Thread Tom Rini
On Wed, Dec 05, 2018 at 11:51:33AM -0600, Andrew F. Davis wrote: > Like AM33xx and AM43xx, DRA7xx and AM57xx devices may need to > have an non-standard boot address in memory. This may be due > to the device being a high security variant, which place the > Initial SoftWare (ISW) after certificates

Re: [U-Boot] [PATCH v2 2/7] dfu: Make DFU support more SPL friendly

2018-12-06 Thread Tom Rini
On Wed, Dec 05, 2018 at 11:51:31AM -0600, Andrew F. Davis wrote: > Do this by using $(SPL_) in Makefiles and CONFIG_IS_ENABLED in C code. > This ensures the files and features are only built into the right build > for which they are enabled. Using the macros to simplify this patch was > made possi

Re: [U-Boot] [PATCH v2 3/7] dfu: Remove dependency on HUSH parser in SPL

2018-12-06 Thread Tom Rini
On Wed, Dec 05, 2018 at 11:51:32AM -0600, Andrew F. Davis wrote: > CLI support with the HUSH parser is not currently SPL safe due to it's > use of realloc. That function is not defined for SPLs that use > SYS_MALLOC_SIMPLE. CLI support can be built in to SPL and some functions > do work, but use o

Re: [U-Boot] [PATCH v2 1/7] spl: Kconfig: Drop the _SUPPORT postfix from SPL_DFU

2018-12-06 Thread Tom Rini
On Wed, Dec 05, 2018 at 11:51:30AM -0600, Andrew F. Davis wrote: > The symbol CONFIG_SPL_DFU_SUPPORT in SPL build has the same > meaning as CONFIG_DFU in regular U-Boot. Drop the _SUPPORT > to allow for cleaner use in code. > > Signed-off-by: Andrew F. Davis Reviewed-by: Tom Rini -- Tom si

Re: [U-Boot] [PATCH] defconfigs: am335x_hs_evm: Sync HS and non-HS defconfigs

2018-12-06 Thread Tom Rini
On Wed, Dec 05, 2018 at 12:33:33PM -0600, Andrew F. Davis wrote: > Sync new additions to non-HS defconfig with HS defconfig. > > Signed-off-by: Andrew F. Davis Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature ___ U-Boot maili

[U-Boot] [PATCH] travis: Add check for configs without MAINTAINERS entries

2018-12-06 Thread Tom Rini
The genboardscfg.py script will emit a WARNING message if we have new defconfig files that are not listed in a MAINTAINERS file. Make new cases of this a failure we catch in Travis-CI. Signed-off-by: Tom Rini --- .travis.yml | 4 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/

Re: [U-Boot] [PATCH v4 00/10] Improvements for the dwc3_generic driver

2018-12-06 Thread Loic Devulder
Hi, I re-tested this series on Khadas VIM1 and it still fix the USB issue I had with 'usb reset' (I already tested v2 patches). I just have a message and I'm not sure that I had it last time: "Error disabling PHY supply Can't shutdown USB PHY1 for dwc3@c900" But USB stack looks ok, I can plu

Re: [U-Boot] [PATCH] arm: mx5: Enable WDT and bootcounter on M53Menlo

2018-12-06 Thread Tom Rini
On Mon, Dec 03, 2018 at 11:12:54PM +0100, Marek Vasut wrote: > Enable watchdog and bootcounter support on the M53Menlo board. > > Signed-off-by: Marek Vasut > Cc: Stefano Babic > --- > configs/m53menlo_defconfig | 7 +++ > include/configs/m53menlo.h | 5 + > 2 files changed, 12 insertio

Re: [U-Boot] [RFC PATCH v2 00/11] SF: Migrate to Linux SPI NOR framework

2018-12-06 Thread Simon Goldschmidt
Am 06.12.2018 um 19:25 schrieb Vignesh R: Hi Jagan, On 06-Dec-18 10:44 PM, Jagan Teki wrote: On Tue, Dec 4, 2018 at 5:56 PM Vignesh R wrote: U-Boot SPI NOR support (sf layer) is quite outdated as it does not support 4 byte addressing opcodes, SFDP table parsing and different types of quad mo

Re: [U-Boot] [RFC PATCH v2 00/11] SF: Migrate to Linux SPI NOR framework

2018-12-06 Thread Simon Goldschmidt
Am 06.12.2018 um 18:39 schrieb Vignesh R: On 06/12/18 10:06 PM, Simon Goldschmidt wrote: Am 06.12.2018 um 14:54 schrieb Simon Goldschmidt: On Thu, Dec 6, 2018 at 2:45 PM Vignesh R wrote: Hi Simon, On 06/12/18 2:15 AM, Simon Goldschmidt wrote: Am 05.12.2018 um 07:55 schrieb Simon Goldschm

Re: [U-Boot] [RESENT PATCH 1/2] rockchip: rk3128: use ROCKCHIP_BOOT_MODE_REG to update reboot flag

2018-12-06 Thread Simon Glass
Hi Philipp, On Thu, 6 Dec 2018 at 11:23, Philipp Tomsich wrote: > > > > > On 06.12.2018, at 19:18, Simon Glass wrote: > > > > Hi Philipp, > > > > On Thu, 6 Dec 2018 at 04:02, Philipp Tomsich > > wrote: > >> > >> Simon, > >> > >>> On 06.12.2018, at 02:31, Simon Glass wrote: > >>> > >>> Hi Phili

Re: [U-Boot] [RFC PATCH v2 00/11] SF: Migrate to Linux SPI NOR framework

2018-12-06 Thread Vignesh R
Hi Jagan, On 06-Dec-18 10:44 PM, Jagan Teki wrote: > On Tue, Dec 4, 2018 at 5:56 PM Vignesh R wrote: >> >> U-Boot SPI NOR support (sf layer) is quite outdated as it does not >> support 4 byte addressing opcodes, SFDP table parsing and different types of >> quad mode enable sequences. Many newer f

Re: [U-Boot] [RESENT PATCH 1/2] rockchip: rk3128: use ROCKCHIP_BOOT_MODE_REG to update reboot flag

2018-12-06 Thread Philipp Tomsich
> On 06.12.2018, at 19:18, Simon Glass wrote: > > Hi Philipp, > > On Thu, 6 Dec 2018 at 04:02, Philipp Tomsich > wrote: >> >> Simon, >> >>> On 06.12.2018, at 02:31, Simon Glass wrote: >>> >>> Hi Philipp, >>> >>> On Thu, 29 Nov 2018 at 13:57, Philipp Tomsich >>> wrote: Simon,

Re: [U-Boot] [RFC PATCH v2 00/11] SF: Migrate to Linux SPI NOR framework

2018-12-06 Thread Tom Rini
On Thu, Dec 06, 2018 at 10:44:00PM +0530, Jagan Teki wrote: > On Tue, Dec 4, 2018 at 5:56 PM Vignesh R wrote: > > > > U-Boot SPI NOR support (sf layer) is quite outdated as it does not > > support 4 byte addressing opcodes, SFDP table parsing and different types of > > quad mode enable sequences.

Re: [U-Boot] [RESENT PATCH 1/2] rockchip: rk3128: use ROCKCHIP_BOOT_MODE_REG to update reboot flag

2018-12-06 Thread Simon Glass
Hi Philipp, On Thu, 6 Dec 2018 at 04:02, Philipp Tomsich wrote: > > Simon, > > > On 06.12.2018, at 02:31, Simon Glass wrote: > > > > Hi Philipp, > > > > On Thu, 29 Nov 2018 at 13:57, Philipp Tomsich > > wrote: > >> > >> Simon, > >> > >> On 29.11.2018, at 19:43, Simon Glass wrote: > >> > >> Hi

Re: [U-Boot] [RFC PATCH v2 00/11] SF: Migrate to Linux SPI NOR framework

2018-12-06 Thread Vignesh R
On 06/12/18 10:06 PM, Simon Goldschmidt wrote: > Am 06.12.2018 um 14:54 schrieb Simon Goldschmidt: >> On Thu, Dec 6, 2018 at 2:45 PM Vignesh R wrote: >>> >>> Hi Simon, >>> >>> On 06/12/18 2:15 AM, Simon Goldschmidt wrote: Am 05.12.2018 um 07:55 schrieb Simon Goldschmidt: > On Wed, Dec 5

Re: [U-Boot] [linux-sunxi] r40 enable loading from spi

2018-12-06 Thread Jagan Teki
On Sat, Dec 1, 2018 at 11:25 PM Ralph Spitzner wrote: > > small patch to enable loading of u-boot from spi-flash on allwinner r40 > boards > ( Bananapi_M2_Ultra/Berry) > > testet on my Berry, now loading linux from scsi :-) > > Please check [1] before sending, patch doesn't have proper inf

Re: [U-Boot] [RFC PATCH v2 00/11] SF: Migrate to Linux SPI NOR framework

2018-12-06 Thread Jagan Teki
On Tue, Dec 4, 2018 at 5:56 PM Vignesh R wrote: > > U-Boot SPI NOR support (sf layer) is quite outdated as it does not > support 4 byte addressing opcodes, SFDP table parsing and different types of > quad mode enable sequences. Many newer flashes no longer support BANK > registers used by sf layer

Re: [U-Boot] [PATCH 4/4] rockchip: puma-rk3399: Enable vdd-log during bootup.

2018-12-06 Thread Christoph Müllner
> On 06.12.2018, at 14:40, Philipp Tomsich > wrote: > > > >> On 06.12.2018, at 12:25, Christoph Muellner >> wrote: >> >> On the RK3399-Q7 "Puma" module VDD_LOG is generated by an external >> regulator, which sets the voltage level to 900 mV, which is within >> the allowed range and which w

Re: [U-Boot] [RFC PATCH v2 00/11] SF: Migrate to Linux SPI NOR framework

2018-12-06 Thread Simon Goldschmidt
Am 06.12.2018 um 14:54 schrieb Simon Goldschmidt: On Thu, Dec 6, 2018 at 2:45 PM Vignesh R wrote: Hi Simon, On 06/12/18 2:15 AM, Simon Goldschmidt wrote: Am 05.12.2018 um 07:55 schrieb Simon Goldschmidt: On Wed, Dec 5, 2018 at 7:51 AM Vignesh R wrote: [...] I did some compilation tests f

Re: [U-Boot] [PATCH 1/2] AQUANTIA USXGMII autoneg enable

2018-12-06 Thread York Sun
On 10/30/18 2:54 AM, Valentin-catalin Neacsu wrote: > If System interface protocol is USXGMII then enable USXGMII autoneg > Signed-off-by: Valentin Catalin Neacsu > --- > drivers/net/phy/aquantia.c | 18 ++ > 1 file changed, 18 insertions(+) > > diff --git a/drivers/net/phy/aquan

[U-Boot] [PATCH] mpc85xx: Add support for -msingle-pic-base

2018-12-06 Thread Joakim Tjernlund
-msingle-pic-base is a new gcc(from 4.6) option for ppc and it reduces the size of my u-boot with about 4-5 KB. While at it, add -fno-jump-tables too to save a few more bytes. e5500 core: size u-boot.bef textdata bss dec hex filename 473043 23772 307104 803919 c444f u-boo

Re: [U-Boot] [PATCH v3 13/28] mtd: ensure MTD is compiled when ENV_IS_IN_FLASH is selected

2018-12-06 Thread Simon Goldschmidt
Am 06.12.2018 um 16:59 schrieb Tom Rini: On Thu, Dec 06, 2018 at 04:23:00PM +0100, Miquel Raynal wrote: Hi Wolfgang, Wolfgang Denk wrote on Thu, 06 Dec 2018 10:32:14 +0100: Dear Boris, In message <20181206100016.706330ba@bbrezillon> you wrote: I took a rather small configuration: stm32f

Re: [U-Boot] [PATCH v3 0/4] Add Rock960 and Ficus 96Board support

2018-12-06 Thread Tom Rini
On Thu, Dec 06, 2018 at 09:07:39PM +0530, Manivannan Sadhasivam wrote: > On Thu, Dec 06, 2018 at 10:20:30AM -0500, Tom Rini wrote: > > On Thu, Dec 06, 2018 at 08:53:33AM +0100, Alexander Graf wrote: > > > > > > > > > On 26.10.18 20:00, Philipp Tomsich wrote: > > > > > > > > > > > >> On 26.10.20

Re: [U-Boot] [PATCH v1] fs: fat: dynamically allocate memory for temporary buffer

2018-12-06 Thread Tom Rini
On Thu, Dec 06, 2018 at 04:45:08PM +0100, Stefan Agner wrote: > On 06.12.2018 16:13, Tom Rini wrote: > > On Thu, Dec 06, 2018 at 02:58:52PM +0100, Stefan Agner wrote: > > > >> From: Stefan Agner > >> > >> Drop the statically allocated get_contents_vfatname_block and > >> dynamically allocate a bu

Re: [U-Boot] [PATCH v3 13/28] mtd: ensure MTD is compiled when ENV_IS_IN_FLASH is selected

2018-12-06 Thread Tom Rini
On Thu, Dec 06, 2018 at 04:23:00PM +0100, Miquel Raynal wrote: > Hi Wolfgang, > > Wolfgang Denk wrote on Thu, 06 Dec 2018 10:32:14 +0100: > > > Dear Boris, > > > > In message <20181206100016.706330ba@bbrezillon> you wrote: > > > > > > > > I took a rather small configuration: stm32f429-discove

Re: [U-Boot] [PATCH v1] fs: fat: dynamically allocate memory for temporary buffer

2018-12-06 Thread Stefan Agner
On 06.12.2018 14:58, Stefan Agner wrote: > From: Stefan Agner > > Drop the statically allocated get_contents_vfatname_block and > dynamically allocate a buffer only if required. This saves > 64KiB of memory. > > Signed-off-by: Stefan Agner > --- > > fs/fat/fat.c | 20 ++-- > 1

Re: [U-Boot] [PATCH v1] fs: fat: dynamically allocate memory for temporary buffer

2018-12-06 Thread Stefan Agner
On 06.12.2018 16:13, Tom Rini wrote: > On Thu, Dec 06, 2018 at 02:58:52PM +0100, Stefan Agner wrote: > >> From: Stefan Agner >> >> Drop the statically allocated get_contents_vfatname_block and >> dynamically allocate a buffer only if required. This saves >> 64KiB of memory. >> >> Signed-off-by: S

Re: [U-Boot] [PATCH v3 0/4] Add Rock960 and Ficus 96Board support

2018-12-06 Thread Manivannan Sadhasivam
On Thu, Dec 06, 2018 at 10:20:30AM -0500, Tom Rini wrote: > On Thu, Dec 06, 2018 at 08:53:33AM +0100, Alexander Graf wrote: > > > > > > On 26.10.18 20:00, Philipp Tomsich wrote: > > > > > > > > >> On 26.10.2018, at 19:17, Manivannan Sadhasivam > > >> wrote: > > >> > > >> On Fri, Sep 28, 2018

Re: [U-Boot] [PATCH v3 13/28] mtd: ensure MTD is compiled when ENV_IS_IN_FLASH is selected

2018-12-06 Thread Miquel Raynal
Hi Wolfgang, Wolfgang Denk wrote on Thu, 06 Dec 2018 10:32:14 +0100: > Dear Boris, > > In message <20181206100016.706330ba@bbrezillon> you wrote: > > > > > > I took a rather small configuration: stm32f429-discovery_defconfig > > > > which uses CONFIG_MTD_NOR_FLASH. Without CONFIG_MTD, u-boot.

Re: [U-Boot] [PATCH v3 0/4] Add Rock960 and Ficus 96Board support

2018-12-06 Thread Tom Rini
On Thu, Dec 06, 2018 at 08:53:33AM +0100, Alexander Graf wrote: > > > On 26.10.18 20:00, Philipp Tomsich wrote: > > > > > >> On 26.10.2018, at 19:17, Manivannan Sadhasivam > >> wrote: > >> > >> On Fri, Sep 28, 2018 at 12:32:57AM +0530, Manivannan Sadhasivam wrote: > >>> This patchset adds sup

Re: [U-Boot] [PATCH v1] fs: fat: dynamically allocate memory for temporary buffer

2018-12-06 Thread Tom Rini
On Thu, Dec 06, 2018 at 02:58:52PM +0100, Stefan Agner wrote: > From: Stefan Agner > > Drop the statically allocated get_contents_vfatname_block and > dynamically allocate a buffer only if required. This saves > 64KiB of memory. > > Signed-off-by: Stefan Agner Is there a particular issue you'

Re: [U-Boot] [PATCH] Enable expression support for CONFIG_BOARD_SIZE_LIMIT

2018-12-06 Thread Fabio Estevam
Hi Wolfgang, [Adding Andy] On Thu, Dec 6, 2018 at 12:41 PM Fabio Estevam wrote: > I am running top of tree mainline U-Boot + your patch from this thread, plus: > > --- a/include/configs/pico-imx7d.h > +++ b/include/configs/pico-imx7d.h > @@ -134,7 +134,8 @@ > /* FLASH and environment organizat

[U-Boot] Please pull u-boot-rockchip

2018-12-06 Thread Philipp Tomsich
27; of git://git.denx.de/u-boot-dm (2018-12-05 20:32:25 -0500) are available in the git repository at: git://git.denx.de/u-boot-rockchip.git for-master-20181206 for you to fetch changes up to 467877341a4169f1a8c50b7ebe4c0e6fd28da727: rockchip: rk3399: Add Ficus EE board support (2018-12-06 16:0

Re: [U-Boot] [U-Boot, v3, 1/4] arm: dts: rockchip: add some common pin-settings to rk3399

2018-12-06 Thread Philipp Tomsich
> From: Randy Li > > Those pins would be used by many boards. > > Commit grabbed from Linux: > > commit b41023282d07b61a53e2c9b9508912b1e7ce7b4f > Author: Randy Li > Date: Thu Jun 21 21:32:10 2018 +0800 > > arm64: dts: rockchip: add some common pin-settings to rk3399 > > Those pins

Re: [U-Boot] [U-Boot, v3, 4/4] rockchip: rk3399: Add Ficus EE board support

2018-12-06 Thread Philipp Tomsich
> Add board support for Ficus EE board from Vamrs. This board utilizes > common Rock960 family support. > > Following peripherals are tested and known to work: > * Gigabit Ethernet > * USB 2.0 > * MMC > > Signed-off-by: Ezequiel Garcia > [Reworked based on common Rock960 family support] > Signed

Re: [U-Boot] [U-Boot, v3, 2/4] rockchip: rk3399: Add common Rock960 family from Vamrs

2018-12-06 Thread Philipp Tomsich
> Rock960 is a family of boards based on Rockchip RK3399 SoC from Vamrs. > It consists of Rock960 (Consumer Edition) and Ficus (Enterprise Edition) > 96Boards. > > Below are some of the key differences between both Rock960 and Ficus > boards: > > 1. Different host enable GPIO for USB > 2. Differe

Re: [U-Boot] [PATCH] Enable expression support for CONFIG_BOARD_SIZE_LIMIT

2018-12-06 Thread Fabio Estevam
Hi Philipp, On Thu, Dec 6, 2018 at 12:50 PM Philipp Tomsich wrote: > If you take a look at how CONFIG_BOARD_SIZE_LIMIT is used > ifneq ($(CONFIG_BOARD_SIZE_LIMIT),) > BOARD_SIZE_CHECK = \ > @actual=`wc -c $@ | awk '{print $$1}'`; \ > limit=`printf

Re: [U-Boot] [U-Boot, v3, 3/4] rockchip: rk3399: Add Rock960 CE board support

2018-12-06 Thread Philipp Tomsich
> Add board support for Rock960 CE board from Vamrs. This board utilizes > common Rock960 family support. > > Following peripherals are tested and known to work: > * USB 2.0 > * MMC > > This commit also adds DDR configuration for LPDDR3-2GiB-1600MHz which > is being used on the board. > > Signed

Re: [U-Boot] [PATCH v3 0/4] Add Rock960 and Ficus 96Board support

2018-12-06 Thread Philipp Tomsich
> On 06.12.2018, at 15:57, Philipp Tomsich > wrote: > > > >> On 06.12.2018, at 08:53, Alexander Graf > > wrote: >> >> >> >> On 26.10.18 20:00, Philipp Tomsich wrote: >>> >>> On 26.10.2018, at 19:17, Manivannan Sadhasivam >>>

Re: [U-Boot] [PATCH] usb: dwc2-otg: make regs_phy (in platdata) a uintptr_t

2018-12-06 Thread Philipp Tomsich
> On 06.12.2018, at 01:48, Marek Vasut wrote: > > On 12/06/2018 01:32 AM, Philipp Tomsich wrote: >> The regs_phy field of the platform data structure for dwc2-otg is >> today declared an unsigned int, but will eventually be cast into a >> void* for a writel operation. This triggers errors on mo

Re: [U-Boot] [PATCH v3 0/4] Add Rock960 and Ficus 96Board support

2018-12-06 Thread Philipp Tomsich
> On 06.12.2018, at 08:53, Alexander Graf wrote: > > > > On 26.10.18 20:00, Philipp Tomsich wrote: >> >> >>> On 26.10.2018, at 19:17, Manivannan Sadhasivam >>> wrote: >>> >>> On Fri, Sep 28, 2018 at 12:32:57AM +0530, Manivannan Sadhasivam wrote: This patchset adds support for Rock96

Re: [U-Boot] [PATCH] Enable expression support for CONFIG_BOARD_SIZE_LIMIT

2018-12-06 Thread Fabio Estevam
On Thu, Dec 6, 2018 at 12:58 PM Fabio Estevam wrote: > > On Thu, Dec 6, 2018 at 12:44 PM Andy Pont wrote: > > > > Fabio wrote... > > > > $ /bin/sh --version > > /bin/sh: 0: Illegal option -- > > > > In my system /bin/sh points to bash: > > $ ls -al /bin/sh > > lrwxrwxrwx 1 root root 4 mai 2 201

Re: [U-Boot] [PATCH] Enable expression support for CONFIG_BOARD_SIZE_LIMIT

2018-12-06 Thread Fabio Estevam
On Thu, Dec 6, 2018 at 12:44 PM Andy Pont wrote: > > Fabio wrote... > > $ /bin/sh --version > /bin/sh: 0: Illegal option -- > > In my system /bin/sh points to bash: > $ ls -al /bin/sh > lrwxrwxrwx 1 root root 4 mai 2 2018 /bin/sh -> dash > > Just to pick up on the obvious… /bin/sh is showing as

Re: [U-Boot] [PATCH] Enable expression support for CONFIG_BOARD_SIZE_LIMIT

2018-12-06 Thread Philipp Tomsich
Fabio, let me chime in (I had to do a quick ‘git grep’ on this, as I couldn’t ignore the mail traffic any longer)... > On 06.12.2018, at 15:41, Fabio Estevam wrote: > > Hi Wolfgang, > > On Thu, Dec 6, 2018 at 12:23 PM Wolfgang Denk wrote: > >> This makes really no sense to me. Can you pleas

Re: [U-Boot] [PATCH] Enable expression support for CONFIG_BOARD_SIZE_LIMIT

2018-12-06 Thread Andy Pont
Fabio wrote... $ /bin/sh --version /bin/sh: 0: Illegal option -- In my system /bin/sh points to bash: $ ls -al /bin/sh lrwxrwxrwx 1 root root 4 mai 2 2018 /bin/sh -> dash Just to pick up on the obvious… /bin/sh is showing as linked to dash not bash! Using (( … )) for arithmetic expansion i

Re: [U-Boot] [PATCH v1] fs: fat: dynamically allocate memory for temporary buffer

2018-12-06 Thread Lukasz Majewski
On Thu, 6 Dec 2018 14:58:52 +0100 Stefan Agner wrote: > From: Stefan Agner > > Drop the statically allocated get_contents_vfatname_block and > dynamically allocate a buffer only if required. This saves > 64KiB of memory. > > Signed-off-by: Stefan Agner > --- > > fs/fat/fat.c | 20 +

Re: [U-Boot] [PATCH v1] mtd: nand: raw: allow to disable unneeded ECC layouts

2018-12-06 Thread Lukasz Majewski
On Thu, 6 Dec 2018 14:57:09 +0100 Stefan Agner wrote: > From: Stefan Agner > > Each ECC layout consumes about 2984 bytes in the .data section. Allow > to disable the default ECC layouts if a driver is known to provide its > own ECC layout. > > Signed-off-by: Stefan Agner > --- > > drivers/

Re: [U-Boot] [PATCH v1] board: toradex: colibri_vf: unset NFS and LOADS/B

2018-12-06 Thread Lukasz Majewski
On Thu, 6 Dec 2018 14:55:03 +0100 Stefan Agner wrote: > From: Stefan Agner > > Safe some space by not selecting CMD_NFS and CMD_LOADS/B. > > Signed-off-by: Stefan Agner > --- > > configs/colibri_vf_defconfig | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/configs/colibri_vf_de

Re: [U-Boot] [PATCH v1] tools: logos: crop Toradex logo slightly

2018-12-06 Thread Lukasz Majewski
On Thu, 6 Dec 2018 14:53:02 +0100 Stefan Agner wrote: > From: Stefan Agner > > The current bitmap is a bit larger than necessary, it has a black > border around the Toradex logo. Crop the logo slightly which safes > some space, useful especially on Colibri VFxx. > > Signed-off-by: Stefan Agne

Re: [U-Boot] [U-Boot, v3, 4/4] rockchip: rk3399: Add Ficus EE board support

2018-12-06 Thread Philipp Tomsich
Ezequiel, > On 04.12.2018, at 23:02, Ezequiel Garcia wrote: > > On Tue, 2018-12-04 at 22:21 +0100, Philipp Tomsich wrote: >> Peter (Robinson) already asked: I had lost this series one during a rebase >> screw-up >> and will send out the PR as soon as it’s through Travis-CI. >> > > Thanks for

Re: [U-Boot] [PATCH] Enable expression support for CONFIG_BOARD_SIZE_LIMIT

2018-12-06 Thread Fabio Estevam
Hi Wolfgang, On Thu, Dec 6, 2018 at 12:23 PM Wolfgang Denk wrote: > This makes really no sense to me. Can you please send me (off list) > a git diff of the tree that is not building for you against the > nearest mainline commit? I am running top of tree mainline U-Boot + your patch from this t

Re: [U-Boot] [PATCH 05/19] riscv: Add a SYSCON driver for Core Local Interruptor

2018-12-06 Thread Philipp Tomsich
> On 13.11.2018, at 09:21, Bin Meng wrote: > > This adds U-Boot syscon driver for RISC-V Core Local Interruptor > (CLINT). The CLINT block holds memory-mapped control and status > registers associated with software and timer interrupts. > > 3 APIs are provided for U-Boot to implement Superviso

Re: [U-Boot] [PATCH] Enable expression support for CONFIG_BOARD_SIZE_LIMIT

2018-12-06 Thread Wolfgang Denk
Dear Fabio, In message you wrote: > > Previously I tested on a machine running Ubuntu 16.04 and today I also > tested on another machine running Ubuntu 18.04. > > The results are the same on both machines: > > 1. I get a "expecting primary" warning: > > OBJCOPY u-boot-nodtb.bin > /bin/sh: 1: a

Re: [U-Boot] Please pull u-boot-dm

2018-12-06 Thread Tom Rini
On Wed, Dec 05, 2018 at 06:30:48PM -0700, Simon Glass wrote: > Hi Tom, > > The following changes since commit 2e2a2a5d4f0c2e2642326d9000ce1f1553632e6a: > > Merge branch 'master' of git://git.denx.de/u-boot-sh (2018-12-04 > 19:22:31 -0500) > > are available in the Git repository at: > > git

[U-Boot] [PATCH v1] fs: fat: dynamically allocate memory for temporary buffer

2018-12-06 Thread Stefan Agner
From: Stefan Agner Drop the statically allocated get_contents_vfatname_block and dynamically allocate a buffer only if required. This saves 64KiB of memory. Signed-off-by: Stefan Agner --- fs/fat/fat.c | 20 ++-- 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/f

[U-Boot] [PATCH v1] mtd: nand: raw: allow to disable unneeded ECC layouts

2018-12-06 Thread Stefan Agner
From: Stefan Agner Each ECC layout consumes about 2984 bytes in the .data section. Allow to disable the default ECC layouts if a driver is known to provide its own ECC layout. Signed-off-by: Stefan Agner --- drivers/mtd/nand/raw/Kconfig | 7 +++ drivers/mtd/nand/raw/nand_base.c | 4 ++

[U-Boot] [PATCH v1] board: toradex: colibri_vf: unset NFS and LOADS/B

2018-12-06 Thread Stefan Agner
From: Stefan Agner Safe some space by not selecting CMD_NFS and CMD_LOADS/B. Signed-off-by: Stefan Agner --- configs/colibri_vf_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/colibri_vf_defconfig b/configs/colibri_vf_defconfig index fb0578868d..4192501257 100644 ---

Re: [U-Boot] [RFC PATCH v2 00/11] SF: Migrate to Linux SPI NOR framework

2018-12-06 Thread Simon Goldschmidt
On Thu, Dec 6, 2018 at 2:45 PM Vignesh R wrote: > > Hi Simon, > > On 06/12/18 2:15 AM, Simon Goldschmidt wrote: > > Am 05.12.2018 um 07:55 schrieb Simon Goldschmidt: > >> On Wed, Dec 5, 2018 at 7:51 AM Vignesh R wrote: > [...] > I did some compilation tests first and I'm happy to say that wi

[U-Boot] [PATCH v1] tools: logos: crop Toradex logo slightly

2018-12-06 Thread Stefan Agner
From: Stefan Agner The current bitmap is a bit larger than necessary, it has a black border around the Toradex logo. Crop the logo slightly which safes some space, useful especially on Colibri VFxx. Signed-off-by: Stefan Agner --- tools/logos/toradex.bmp | Bin 24982 -> 23298 bytes 1 file cha

Re: [U-Boot] [PATCH v2] rockchip: rk3288-evb: dts: remove 'vmmc' from emmc node

2018-12-06 Thread Philipp Tomsich
+Tom > On 05.12.2018, at 03:25, Kever Yang wrote: > > The U-Boot eMMC does not need to care about the power for Rockchip > SoC, because if the board is using eMMC, the power will default on > (for bootrom), and we do not do power management for it like kernel, > so the 'vmmc', 'vqmmc' is only us

Re: [U-Boot] [PATCH] ARM: rockchip: rv1108: Fix booting with initramfs

2018-12-06 Thread Philipp Tomsich
> On 04.12.2018, at 14:49, Otavio Salvador wrote: > > We move the ramdisk_addr_r to 0x6800 and disable the initrd and > fdt relocation, so the initramfs works out of box. > > Signed-off-by: Otavio Salvador Reviewed-by: Philipp Tomsich ___ U-B

Re: [U-Boot] [RFC PATCH v2 00/11] SF: Migrate to Linux SPI NOR framework

2018-12-06 Thread Vignesh R
Hi Simon, On 06/12/18 2:15 AM, Simon Goldschmidt wrote: > Am 05.12.2018 um 07:55 schrieb Simon Goldschmidt: >> On Wed, Dec 5, 2018 at 7:51 AM Vignesh R wrote: [...] I did some compilation tests first and I'm happy to say that with the SPL_SPI_FLASH_TINY option enabled, my SPL is about 1

Re: [U-Boot] [PATCH 3/4] rockchip: defconfig: puma-rk3399: enable PWM regulator

2018-12-06 Thread Philipp Tomsich
> On 06.12.2018, at 12:25, Christoph Muellner > wrote: > > Signed-off-by: Christoph Muellner You are missing a commit message. Please revise. > --- > configs/puma-rk3399_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configs/puma-rk3399_defconfig b/configs/puma-rk3399_de

Re: [U-Boot] [PATCH 4/4] rockchip: puma-rk3399: Enable vdd-log during bootup.

2018-12-06 Thread Philipp Tomsich
> On 06.12.2018, at 12:25, Christoph Muellner > wrote: > > On the RK3399-Q7 "Puma" module VDD_LOG is generated by an external > regulator, which sets the voltage level to 900 mV, which is within > the allowed range and which works quite fine. > > However, in specific use-cases we need to adju

Re: [U-Boot] [PATCH 2/4] power: regulator: Allow PWM regulator to be omitted from SPL.

2018-12-06 Thread Philipp Tomsich
On 06.12.2018, at 12:25, Christoph Muellner wrote: > > This patch allows to enable the PWM regulator driver > independent for U-Boot and SPL. > > Signed-off-by: Christoph Muellner Reviewed-by: Philipp Tomsich ___ U-Boot mailing list U-Boot@lists.d

Re: [U-Boot] [PATCH 1/4] rockchip: rk3399-puma: Cleanup vdd_log node in puma DTSI.

2018-12-06 Thread Philipp Tomsich
Christoph, > On 06.12.2018, at 12:25, Christoph Muellner > wrote: > > * Eliminate non-standard entries (rockchip,pwm_id and > rockchip,pwm_voltage). > * Define target voltage level for vdd-log to 950 mV. Could you provide the necessary background in the commit message to assert that the non

Re: [U-Boot] [PATCH] Enable expression support for CONFIG_BOARD_SIZE_LIMIT

2018-12-06 Thread Fabio Estevam
Hi Wolfgang, On Wed, Dec 5, 2018 at 7:52 AM Wolfgang Denk wrote: > Please try it on the shell: > > -> echo $(( ((768 - 69) * 1024) )) > 715776 > -> echo $(( (1 * 1024) )) > 1024 This works fine. > It does for me, if I set the limit low: > > OBJCOPY spl/u-boot-spl-nodtb.bin > COPYspl/u-

Re: [U-Boot] [PATCH 05/19] riscv: Add a SYSCON driver for Core Local Interruptor

2018-12-06 Thread Auer, Lukas
Hi Bin, On Thu, 2018-12-06 at 18:07 +0800, Bin Meng wrote: > Hi Lukas, > > On Thu, Dec 6, 2018 at 7:11 AM Auer, Lukas > wrote: > > > > Hi Bin, > > > > On Wed, 2018-12-05 at 17:59 +0800, Bin Meng wrote: > > > Hi Lukas, > > > > > > On Wed, Nov 14, 2018 at 6:33 PM Auer, Lukas > > > wrote: > > >

Re: [U-Boot] [PATCH] nand: vybrid: Use calloc() instead of malloc() to allocate struct nfc

2018-12-06 Thread Stefan Agner
On 03.12.2018 10:20, Lukasz Majewski wrote: > Without this change it is possible that Vybrid's NFC driver malloc() call > will obtain some memory used (and correctly free'd) by some previous > driver (in this case pinctrl for Vybrid). > > As a result some fields of struct nfc - in out case mtd->_g

Re: [U-Boot] [PATCH v2 2/5] dts: switch spi-flash to jedec, spi-nor compatible

2018-12-06 Thread Stefan Roese
On 06.12.18 10:51, Neil Armstrong wrote: There is no reason not to use the Linux "jedec,spi-nor" binding in U-Boot dts files. This compatible has been added in sf_probe, let use it. This patch switches to jedec,spi-nor when spi-flash is used in the DTS and DTSI files, and removed spi-flash when

Re: [U-Boot] network not work with u-boot

2018-12-06 Thread cleanc...@163.com
Hi Wolfgang, Highly appraciated for your help, I'll try them. Best wishes. Zhangguofu (Gary) From: Wolfgang Denk Date: 2018-12-06 16:13 To: cleanc...@163.com CC: u-boot Subject: Re: [U-Boot] network not work with u-boot Dear "cleanc...@163.com", In message <2018120610134234682...@163.com>

[U-Boot] [PATCH] pinctrl: meson: axg: Fix GPIO pin offsets

2018-12-06 Thread Carlo Caione
The pin number (first and last) in the bank definition is missing the pin base offset shifting. This is causing a miscalculation when retrieving the register and pin offsets in the GPIO driver causing the 'gpio' command to drive the wrong pins / GPIOs in the second GPIO chip (the AO bank is driven

Re: [U-Boot] [PATCH 1/1] arm: sunxi: Add NULL pointer check

2018-12-06 Thread Stefan Mavrodiev
On 12/5/18 5:46 PM, Maxime Ripard wrote: On Wed, Dec 05, 2018 at 02:27:57PM +0200, Stefan Mavrodiev wrote: Current driver doesn't check if the destination pointer is NULL. This cause the data from the FIFO to be stored inside the internal SDRAM ( address 0 ). The patch add simple check if the

[U-Boot] [PATCH 0/4] rk3399: puma: Enable PWM regulator for Puma.

2018-12-06 Thread Christoph Muellner
This patch series allows to tune VDD_LOG on RK3399-Q7 Puma boards using a PWM adjustable regulator. The effect of the series is, that VDD_LOG will be set to about 950 mV on Puma. This is required to address stability issues on Puma. Christoph Muellner (4): rockchip: rk3399-puma: Cleanup vdd_log

[U-Boot] [PATCH 1/4] rockchip: rk3399-puma: Cleanup vdd_log node in puma DTSI.

2018-12-06 Thread Christoph Muellner
* Eliminate non-standard entries (rockchip,pwm_id and rockchip,pwm_voltage). * Define target voltage level for vdd-log to 950 mV. Signed-off-by: Christoph Muellner --- arch/arm/dts/rk3399-puma.dtsi | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/arch/arm/dts/rk3399-p

  1   2   >