Skip to content
Snippets Groups Projects
Commit edd9c891 authored by Adam Ford's avatar Adam Ford Committed by Tom Rini
Browse files

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: 68083b89 ("renesas: Fix RPC-IF compatible values")
Signed-off-by: default avatarAdam Ford <aford173@gmail.com>
Reviewed-by: default avatarMarek Vasut <marek.vasut+renesas@gmail.com>
parent 14165918
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,6 @@
};
&rpc {
compatible = "renesas,rcar-gen3-rpc";
pinctrl-0 = <&qspi_pins>;
pinctrl-names = "default";
num-cs = <1>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment