Commit fb04f4b8 authored by Simon Horman's avatar Simon Horman

arm64: dts: r8a7795: Use Gen 3 fallback compat string for PCIE

Use recently added en 3 fallback compat string for PCIE
in r8a7795 DT.
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent ad5805f3
......@@ -1279,7 +1279,8 @@ hsusb: usb@e6590000 {
};
pciec0: pcie@fe000000 {
compatible = "renesas,pcie-r8a7795";
compatible = "renesas,pcie-r8a7795",
"renesas,pcie-rcar-gen3";
reg = <0 0xfe000000 0 0x80000>;
#address-cells = <3>;
#size-cells = <2>;
......@@ -1304,7 +1305,8 @@ pciec0: pcie@fe000000 {
};
pciec1: pcie@ee800000 {
compatible = "renesas,pcie-r8a7795";
compatible = "renesas,pcie-r8a7795",
"renesas,pcie-rcar-gen3";
reg = <0 0xee800000 0 0x80000>;
#address-cells = <3>;
#size-cells = <2>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment