Re: [PATCH] arm: dts: rz-g2-beacon-u-boot: Fix QSPI Regression

2023-01-06 Thread Tom Rini
On Wed, Jan 04, 2023 at 09:53:09AM -0600, Adam Ford wrote: > The QSPI is accessed via the RPC-IF, but the compatible flags > previously used a different name. This compatibel name was changed > which broke the ability to access the QSPI. Fix this by removing > the custom naming reference. > > F

Re: [PATCH] arm: dts: rz-g2-beacon-u-boot: Fix QSPI Regression

2023-01-04 Thread Marek Vasut
On 1/4/23 16:53, Adam Ford wrote: The QSPI is accessed via the RPC-IF, but the compatible flags previously used a different name. This compatibel name was changed which broke the ability to access the QSPI. Fix this by removing the custom naming reference. Fixes: 68083b897b57 ("renesas: Fix RP

[PATCH] arm: dts: rz-g2-beacon-u-boot: Fix QSPI Regression

2023-01-04 Thread Adam Ford
The QSPI is accessed via the RPC-IF, but the compatible flags previously used a different name. This compatibel name was changed which broke the ability to access the QSPI. Fix this by removing the custom naming reference. Fixes: 68083b897b57 ("renesas: Fix RPC-IF compatible values") Signed-off-