]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: rz-g2-beacon-u-boot: Fix QSPI Regression
authorAdam Ford <aford173@gmail.com>
Wed, 4 Jan 2023 15:53:09 +0000 (09:53 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 6 Jan 2023 13:14:19 +0000 (08:14 -0500)
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>
arch/arm/dts/rz-g2-beacon-u-boot.dtsi

index 4d178549187e706d5c3cfe6172d5d5fb4ea581bd..da1c3b0939cacbeaa3b7c6eb4d4ee0bbd52b1628 100644 (file)
@@ -45,7 +45,6 @@
 };
 
 &rpc {
-       compatible = "renesas,rcar-gen3-rpc";
        pinctrl-0 = <&qspi_pins>;
        pinctrl-names = "default";
        num-cs = <1>;