Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c99fbe64 authored by Simon Horman's avatar Simon Horman
Browse files

ARM: dts: r8a7794: use fallback pci compatibility string



Use recently added fallback compatibility string in r8a7794 device tree.

Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent d4809689
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -681,7 +681,7 @@
	};
	};


	pci0: pci@ee090000 {
	pci0: pci@ee090000 {
		compatible = "renesas,pci-r8a7794";
		compatible = "renesas,pci-r8a7794", "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>;
@@ -716,7 +716,7 @@
	};
	};


	pci1: pci@ee0d0000 {
	pci1: pci@ee0d0000 {
		compatible = "renesas,pci-r8a7794";
		compatible = "renesas,pci-r8a7794", "renesas,pci-rcar-gen2";
		device_type = "pci";
		device_type = "pci";
		reg = <0 0xee0d0000 0 0xc00>,
		reg = <0 0xee0d0000 0 0xc00>,
		      <0 0xee0c0000 0 0x1100>;
		      <0 0xee0c0000 0 0x1100>;