From c6ad2259c629bef992be5ee82d3e74cd1e90c440 Mon Sep 17 00:00:00 2001 From: Jingoo Han Date: Tue, 8 Oct 2013 06:58:01 +0900 Subject: [PATCH] ARM: dts: disable PCIe for SD5v1 board Disable PCIe for SD5v1 board, because there is no PCIe slot on SD5v1 board. Signed-off-by: Jingoo Han Signed-off-by: Kukjin Kim --- arch/arm/boot/dts/exynos5440-sd5v1.dts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/exynos5440-sd5v1.dts b/arch/arm/boot/dts/exynos5440-sd5v1.dts index 5b22508050da..78a239d9a077 100644 --- a/arch/arm/boot/dts/exynos5440-sd5v1.dts +++ b/arch/arm/boot/dts/exynos5440-sd5v1.dts @@ -36,4 +36,11 @@ status = "disabled"; }; + pcie@290000 { + status = "disabled"; + }; + + pcie@2a0000 { + status = "disabled"; + }; }; -- 2.39.5