[PATCH] arm64: dts: qcom: sc7280: Villager doesn't have NVME

From: Douglas Anderson
Date: Tue Oct 25 2022 - 19:53:22 EST


The sc7280-herobrine-villager derivative doesn't have NVME enabled so
we shouldn't mark the PCIe nodes as "okay" since they're just for
boards that have NVME.

Signed-off-by: Douglas Anderson <dianders@xxxxxxxxxxxx>
---

.../arm64/boot/dts/qcom/sc7280-herobrine-villager.dtsi | 10 ----------
1 file changed, 10 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sc7280-herobrine-villager.dtsi b/arch/arm64/boot/dts/qcom/sc7280-herobrine-villager.dtsi
index 3dff610fb946..17553e0fd6fd 100644
--- a/arch/arm64/boot/dts/qcom/sc7280-herobrine-villager.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7280-herobrine-villager.dtsi
@@ -78,16 +78,6 @@ &mdss_edp_phy {
status = "okay";
};

-/* For nvme */
-&pcie1 {
- status = "okay";
-};
-
-/* For nvme */
-&pcie1_phy {
- status = "okay";
-};
-
&pwmleds {
status = "okay";
};
--
2.38.0.135.g90850a2211-goog