Commit f3d3be52 authored by Najumon B.A's avatar Najumon B.A Committed by Carles Cufi
Browse files

tests: remove pci bus compatible id dependency from overlay files



remove pci bus compatible id dependency from qemu platforms overlay
files for disk and ivshmem test apps. This already provided as part of
respecitve board dts files and hence no need to duplicate here.

Signed-off-by: default avatarNajumon B.A <najumon.ba@intel.com>
parent 8b3bd500
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -4,11 +4,6 @@

/ {
	pcie0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "intel,pcie";
		ranges;

		nvme0: nvme0 {
			compatible = "nvme-controller";

+0 −5
Original line number Diff line number Diff line
@@ -4,11 +4,6 @@

/ {
	pcie0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "intel,pcie";
		ranges;

		nvme0: nvme0 {
			compatible = "nvme-controller";

+0 −5
Original line number Diff line number Diff line
@@ -7,11 +7,6 @@

/ {
	pcie0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "intel,pcie";
		ranges;

		ivshmem0: ivshmem0 {
			compatible = "qemu,ivshmem";