提交 fb04f4b8 编写于 作者: S 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: NSimon Horman <horms+renesas@verge.net.au>
Reviewed-by: NGeert Uytterhoeven <geert+renesas@glider.be>
上级 ad5805f3
...@@ -1279,7 +1279,8 @@ ...@@ -1279,7 +1279,8 @@
}; };
pciec0: pcie@fe000000 { pciec0: pcie@fe000000 {
compatible = "renesas,pcie-r8a7795"; compatible = "renesas,pcie-r8a7795",
"renesas,pcie-rcar-gen3";
reg = <0 0xfe000000 0 0x80000>; reg = <0 0xfe000000 0 0x80000>;
#address-cells = <3>; #address-cells = <3>;
#size-cells = <2>; #size-cells = <2>;
...@@ -1304,7 +1305,8 @@ ...@@ -1304,7 +1305,8 @@
}; };
pciec1: pcie@ee800000 { pciec1: pcie@ee800000 {
compatible = "renesas,pcie-r8a7795"; compatible = "renesas,pcie-r8a7795",
"renesas,pcie-rcar-gen3";
reg = <0 0xee800000 0 0x80000>; reg = <0 0xee800000 0 0x80000>;
#address-cells = <3>; #address-cells = <3>;
#size-cells = <2>; #size-cells = <2>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册