ARM: dts: r8a7791: use fallback pci compatibility string
authorSimon Horman <horms+renesas@verge.net.au>
Fri, 18 Dec 2015 02:42:38 +0000 (11:42 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 15 Feb 2016 01:57:31 +0000 (10:57 +0900)
Use recently added fallback compatibility string in r8a7791 device tree.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7791.dtsi

index 4456f54a5005a5cf334f23c1c3169e1944bf47e2..8910236e64bf93ed3329e7c9bbfd47e604d07673 100644 (file)
        };
 
        pci0: pci@ee090000 {
-               compatible = "renesas,pci-r8a7791";
+               compatible = "renesas,pci-r8a7791", "renesas,pci-rcar-gen2";
                device_type = "pci";
                reg = <0 0xee090000 0 0xc00>,
                      <0 0xee080000 0 0x1100>;
        };
 
        pci1: pci@ee0d0000 {
-               compatible = "renesas,pci-r8a7791";
+               compatible = "renesas,pci-r8a7791", "renesas,pci-rcar-gen2";
                device_type = "pci";
                reg = <0 0xee0d0000 0 0xc00>,
                      <0 0xee0c0000 0 0x1100>;
This page took 0.026158 seconds and 5 git commands to generate.