Commit bbb45f69 authored by Simon Horman's avatar Simon Horman

ARM: dts: r8a7791: use fallback pcie compatibility string

Use recently added fallback compatibility string in r8a7791 device tree.
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent e670be8d
...@@ -1600,7 +1600,7 @@ usb@0,2 { ...@@ -1600,7 +1600,7 @@ usb@0,2 {
}; };
pciec: pcie@fe000000 { pciec: pcie@fe000000 {
compatible = "renesas,pcie-r8a7791"; compatible = "renesas,pcie-r8a7791", "renesas,pcie-rcar-gen2";
reg = <0 0xfe000000 0 0x80000>; reg = <0 0xfe000000 0 0x80000>;
#address-cells = <3>; #address-cells = <3>;
#size-cells = <2>; #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