[PATCH 1/1] gitdm: convert to Python3

2022-07-16 Thread Heinrich Schuchardt
Python 2 is beyond end of life. gitdm works fine. The other scripts may need further testing. Signed-off-by: Heinrich Schuchardt --- ConfigFile.py | 4 +-- changelogs| 49 +- committags| 10 +++--- csvdump.py| 2 +- database.py | 10 +++--- findoldfiles

Re: kontron_pitx_imx8m does not start

2022-07-16 Thread Peng Fan
On 7/15/2022 8:00 PM, Heiko Thiery wrote: HI, Am Fr., 15. Juli 2022 um 13:18 Uhr schrieb Fabio Estevam : Hi Heiko, On Fri, Jul 15, 2022 at 5:33 AM Heiko Thiery wrote: Error binding driver 'serial_mxc': -12 Does the attached patch help? Unfortunately not .. I think the problem is not

Re: kontron_pitx_imx8m does not start

2022-07-16 Thread Heiko Thiery
Hi Peng, Am Sa., 16. Juli 2022 um 10:11 Uhr schrieb Peng Fan : > > > > On 7/15/2022 8:00 PM, Heiko Thiery wrote: > > HI, > > > > Am Fr., 15. Juli 2022 um 13:18 Uhr schrieb Fabio Estevam > > : > >> > >> Hi Heiko, > >> > >> On Fri, Jul 15, 2022 at 5:33 AM Heiko Thiery > >> wrote: > >> > >>> Error

[PATCH] arm: rockchip: rk3399: Program PLL clock for DDR at 50 MHz in documented range

2022-07-16 Thread Xavier Drudis Ferran
The original code set up the DDR clock to 48 MHz, not 50MHz as requested, and did it in a way that didn't satisfy the Application Notes in RK3399 TRM [1]. 2.9.2.B says: PLL frequency range requirement [...] FOUTVCO: 800MHz to 3.2GHz 2.9.2.A : PLL output frequency configuration [...

Re: [PATCH 2/5] firmware: zynqmp: Load config overlay for core0 to pmufw

2022-07-16 Thread Stefan Herbrechtsmeier
Am 15.07.2022 um 18:34 schrieb Michal Simek: On 7/15/22 18:13, Stefan Herbrechtsmeier wrote: Am 15.07.2022 um 11:39 schrieb Ashok Reddy Soma: Try loading pmufw config overlay for core0, if it doesn't return any error it means pmufw is accepting nodes for other IP's. Otherwise dont try to l

Re: [PATCH v3 3/5] patman: Make most bool arguments BooleanOptionalAction

2022-07-16 Thread Simon Glass
Hi Doug, On Thu, 7 Jul 2022 at 09:26, Douglas Anderson wrote: > > For boolean arguments it's convenient to be able to specify both the > argument and its opposite on the command line. This is especially > convenient because you can change the default via the settings file > and being able express

Re: [RFC PATCH 7/8] binman: add support for skipping file concatenation for mkimage

2022-07-16 Thread Simon Glass
On Fri, 15 Jul 2022 at 09:37, Quentin Schulz wrote: > > From: Quentin Schulz > > Some image types handled by mkimage require the datafiles to be passed > independently (-d data1:data2) for specific handling of each. A > concatenation of datafiles prior to passing them to mkimage wouldn't > work.

Re: [PATCH] spl: Move check for SPL_LIBCOMMON support to header

2022-07-16 Thread Simon Glass
Hi Andrew, On Fri, 15 Jul 2022 at 09:35, Andrew Davis wrote: > > From: "Andrew F. Davis" > > Print statements in SPL depend on lib/common support, due to this many > such print statements are ifdef'd. Instead of checking at each call site > move the check to the common.h header and remove these

Re: [PATCH 1/1] gitdm: convert to Python3

2022-07-16 Thread Tom Rini
On Sat, Jul 16, 2022 at 09:43:15AM +0200, Heinrich Schuchardt wrote: > Python 2 is beyond end of life. > > gitdm works fine. The other scripts may need further testing. > > Signed-off-by: Heinrich Schuchardt Right, so I posted the merge commit here: https://patchwork.ozlabs.org/project/uboot/p

DWC3 host support

2022-07-16 Thread Angus Ainslie
Hi Michal, I recently rebased my librem5 tree onto the latest u-boot-imx branch and the dwc3 host mode stopped working. I bisected it down to this commit: 142d50fbce7c364a74f5e8204dba491b9f066e6c usb: dwc3: Add support for usb3-phy PHY configuration Reverting that commit allows usb host mo

Re: [PATCH] arm: dts: qcom: Sync pinctrl DT nodes with Linux bindings

2022-07-16 Thread Stephan Gerhold
On Fri, Jul 15, 2022 at 03:21:45PM +0530, Sumit Garg wrote: > On Thu, 14 Jul 2022 at 23:45, Stephan Gerhold wrote: > > On Thu, Jul 14, 2022 at 01:03:37PM +0530, Sumit Garg wrote: > > > This is based on top of mine other patch-set [1]. Although, I have > > > tested it on db845c and qcs404-evb but I

Re: DWC3 host support

2022-07-16 Thread Angus Ainslie
On 2022-07-16 06:02, Angus Ainslie wrote: Hi Michal, I recently rebased my librem5 tree onto the latest u-boot-imx branch and the dwc3 host mode stopped working. Further debugging indicates that the "U-Boot XHCI Host Controller" is detected but downstream USB 2 hubs and storage devices are n

Re: [PATCH 1/1] doc: typo 'formatted' in codingstyle.rst

2022-07-16 Thread Tom Rini
On Sat, Jul 16, 2022 at 06:19:08AM +0200, Heinrich Schuchardt wrote: > %s/formatted/format/ > > Fixes: 4211fb2ef6dd ("doc: Migrate CodingStyle wiki page to Sphinx") > Signed-off-by: Heinrich Schuchardt Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

Re: [PATCH v2 1/2] power: pmic: rk8xx: Support sysreset shutdown method

2022-07-16 Thread Michal Suchánek
On Fri, Jul 15, 2022 at 07:18:07PM +0200, Michal Suchánek wrote: > On Fri, Jul 15, 2022 at 12:10:47PM -0500, Chris Morgan wrote: > > On Thu, Jul 07, 2022 at 10:41:34AM +0200, Michal Suchánek wrote: > > > Hello, > > > > > > this causes regression on pinebook pro: > > > > > > resetting ... > > > Sy

Re: [PATCH] serial: zynq: Use DIV_ROUND_CLOSEST() to calcurate divider value

2022-07-16 Thread Kunihiko Hayashi
Hi Michal, On 2022/07/15 19:48, Michal Simek wrote: On 7/13/22 03:38, Kunihiko Hayashi wrote: Since the calulation of "bgen" is rounded down, using a higher baudrate will result in a larger difference from the actual baudrate. Should use DIV_ROUND_CLOSEST() like the Linux driver. Signed-off-

Re: [PATCH 1/3] net: sun8i-emac: Downgrade printf during probe to debug

2022-07-16 Thread Andre Przywara
On Fri, 15 Jul 2022 00:20:56 -0500 Samuel Holland wrote: > This just prints the PHY mode taken from the devicetree. It does not > need to be printed during every boot. That's true, but I think a more important reason is that it spoils the output, doesn't it? It reads: Net: phy interface9 eth0:

Re: [PATCH v3 3/5] patman: Make most bool arguments BooleanOptionalAction

2022-07-16 Thread Doug Anderson
Hi, On Sat, Jul 16, 2022 at 4:55 AM Simon Glass wrote: > > Hi Doug, > > On Thu, 7 Jul 2022 at 09:26, Douglas Anderson wrote: > > > > For boolean arguments it's convenient to be able to specify both the > > argument and its opposite on the command line. This is especially > > convenient because y

Re: DWC3 host support

2022-07-16 Thread Marek Vasut
On 7/16/22 15:02, Angus Ainslie wrote: Hi Michal, I recently rebased my librem5 tree onto the latest u-boot-imx branch and the dwc3 host mode stopped working. I bisected it down to this commit: 142d50fbce7c364a74f5e8204dba491b9f066e6c usb: dwc3: Add support for usb3-phy PHY configuration

Re: [PATCH v7 01/13] dt/bindings: Add bindings for FWU Metadata storage device

2022-07-16 Thread Jassi Brar
On Thu, 14 Jul 2022 at 13:39, Sughosh Ganu wrote: > > Add bindings needed for accessing the FWU metadata partitions. These > include the compatible string which point to the access method and the > actual device which stores the FWU metadata. > > The current patch adds basic bindings needed for ac

Re: DWC3 host support

2022-07-16 Thread Angus Ainslie
On 2022-07-16 11:37, Marek Vasut wrote: On 7/16/22 15:02, Angus Ainslie wrote: Hi Michal, I recently rebased my librem5 tree onto the latest u-boot-imx branch and the dwc3 host mode stopped working. I bisected it down to this commit: 142d50fbce7c364a74f5e8204dba491b9f066e6c usb: dwc3: Add s