The Pin Function Controller in R-Car V3H2 is an extension of the PFC in R-Car V3H. Override the compatible property to reflect this. Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> --- arch/arm64/boot/dts/renesas/r8a77980a.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a77980a.dtsi b/arch/arm64/boot/dts/renesas/r8a77980a.dtsi index 83f5e21111c9c04a..b86d86eddd085b65 100644 --- a/arch/arm64/boot/dts/renesas/r8a77980a.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a77980a.dtsi @@ -9,3 +9,7 @@ / { compatible = "renesas,r8a77980a", "renesas,r8a77980"; }; + +&pfc { + compatible = "renesas,pfc-r8a77980a", "renesas,pfc-r8a77980"; +}; -- 2.43.0