From edd9c891d20e440d87196a848cad3f85cca8ef2b Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Wed, 4 Jan 2023 09:53:09 -0600 Subject: [PATCH] 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 Reviewed-by: Marek Vasut --- arch/arm/dts/rz-g2-beacon-u-boot.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/dts/rz-g2-beacon-u-boot.dtsi b/arch/arm/dts/rz-g2-beacon-u-boot.dtsi index 4d17854918..da1c3b0939 100644 --- a/arch/arm/dts/rz-g2-beacon-u-boot.dtsi +++ b/arch/arm/dts/rz-g2-beacon-u-boot.dtsi @@ -45,7 +45,6 @@ }; &rpc { - compatible = "renesas,rcar-gen3-rpc"; pinctrl-0 = <&qspi_pins>; pinctrl-names = "default"; num-cs = <1>; -- 2.39.5