Commit 2d82c144 authored by Simon Horman's avatar Simon Horman

ARM: dts: r8a7790: use fallback pci compatibility string

Use recently added fallback compatibility string in r8a7790 device tree.
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent bbb45f69
...@@ -1499,7 +1499,7 @@ xhci: usb@ee000000 { ...@@ -1499,7 +1499,7 @@ xhci: usb@ee000000 {
}; };
pci0: pci@ee090000 { pci0: pci@ee090000 {
compatible = "renesas,pci-r8a7790"; compatible = "renesas,pci-r8a7790", "renesas,pci-rcar-gen2";
device_type = "pci"; device_type = "pci";
reg = <0 0xee090000 0 0xc00>, reg = <0 0xee090000 0 0xc00>,
<0 0xee080000 0 0x1100>; <0 0xee080000 0 0x1100>;
...@@ -1534,7 +1534,7 @@ usb@0,2 { ...@@ -1534,7 +1534,7 @@ usb@0,2 {
}; };
pci1: pci@ee0b0000 { pci1: pci@ee0b0000 {
compatible = "renesas,pci-r8a7790"; compatible = "renesas,pci-r8a7790", "renesas,pci-rcar-gen2";
device_type = "pci"; device_type = "pci";
reg = <0 0xee0b0000 0 0xc00>, reg = <0 0xee0b0000 0 0xc00>,
<0 0xee0a0000 0 0x1100>; <0 0xee0a0000 0 0x1100>;
...@@ -1555,7 +1555,7 @@ pci1: pci@ee0b0000 { ...@@ -1555,7 +1555,7 @@ pci1: pci@ee0b0000 {
}; };
pci2: pci@ee0d0000 { pci2: pci@ee0d0000 {
compatible = "renesas,pci-r8a7790"; compatible = "renesas,pci-r8a7790", "renesas,pci-rcar-gen2";
device_type = "pci"; device_type = "pci";
clocks = <&mstp7_clks R8A7790_CLK_EHCI>; clocks = <&mstp7_clks R8A7790_CLK_EHCI>;
power-domains = <&cpg_clocks>; power-domains = <&cpg_clocks>;
......
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