diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2015-12-18 11:42:37 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-02-15 10:57:28 +0900 |
commit | 2d82c14460575bdf7ea78146d988c10db94d8343 (patch) | |
tree | 124e2ee6cbfa2422e5ef566ed9004f4169f3fbde /arch/arm/boot/dts/r8a7790.dtsi | |
parent | bbb45f69f7ae68f422a6aafccdc48e3637669c39 (diff) | |
download | blackbird-obmc-linux-2d82c14460575bdf7ea78146d988c10db94d8343.tar.gz blackbird-obmc-linux-2d82c14460575bdf7ea78146d988c10db94d8343.zip |
ARM: dts: r8a7790: use fallback pci compatibility string
Use recently added fallback compatibility string in r8a7790 device tree.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7790.dtsi')
-rw-r--r-- | arch/arm/boot/dts/r8a7790.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi index db019f2619c7..76ddf5c6cca7 100644 --- a/arch/arm/boot/dts/r8a7790.dtsi +++ b/arch/arm/boot/dts/r8a7790.dtsi @@ -1499,7 +1499,7 @@ }; pci0: pci@ee090000 { - compatible = "renesas,pci-r8a7790"; + compatible = "renesas,pci-r8a7790", "renesas,pci-rcar-gen2"; device_type = "pci"; reg = <0 0xee090000 0 0xc00>, <0 0xee080000 0 0x1100>; @@ -1534,7 +1534,7 @@ }; pci1: pci@ee0b0000 { - compatible = "renesas,pci-r8a7790"; + compatible = "renesas,pci-r8a7790", "renesas,pci-rcar-gen2"; device_type = "pci"; reg = <0 0xee0b0000 0 0xc00>, <0 0xee0a0000 0 0x1100>; @@ -1555,7 +1555,7 @@ }; pci2: pci@ee0d0000 { - compatible = "renesas,pci-r8a7790"; + compatible = "renesas,pci-r8a7790", "renesas,pci-rcar-gen2"; device_type = "pci"; clocks = <&mstp7_clks R8A7790_CLK_EHCI>; power-domains = <&cpg_clocks>; |