commit | edd9c891d20e440d87196a848cad3f85cca8ef2b | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Wed Jan 04 09:53:09 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 06 08:14:19 2023 -0500 |
tree | aaaae3d2063701fa0fd0beacdb58407bbb0e8342 | |
parent | 141659187667e83cc89e3a1e9d1d5640e0059df3 [diff] |
arm: dts: rz-g2-beacon-u-boot: Fix QSPI Regression 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-by: Adam Ford <aford173@gmail.com> Reviewed-by: Marek Vasut <marek.vasut+renesas@gmail.com>