Re: [PATCH] arm64: dts: imx95-15x15-evk: Disable PCIe bus in the default dts
From: Daniel Baluta
Date: Wed Mar 18 2026 - 07:38:39 EST
On 3/17/26 05:10, Sherry Sun wrote:
> // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
> +/*
> + * Copyright 2026 NXP
> + */
> +
> +/dts-v1/;
> +/plugin/;
> +
> +&pcie0 {
> + status = "okay";
> +};
> +
> +&usdhc3 {
> + status = "disabled";
> +};
> diff --git a/arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts b/arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts
> index 7eb12e7d5014..afd89ce3cc5b 100644
> --- a/arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts
> +++ b/arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts
> @@ -557,7 +557,7 @@ &pcie0 {
> vpcie-supply = <®_m2_pwr>;
> vpcie3v3aux-supply = <®_m2_pwr>;
> supports-clkreq;
> - status = "okay";
> + status = "disabled";
> };
Since this node it is not used here would it make more sense to move it directly into the overlay file?