diff options
author | 2025-02-25 11:27:23 +0100 | |
---|---|---|
committer | 2025-03-11 10:49:38 +0800 | |
commit | bcd240b231650c49ad500ce7887ab8657b0dd7b0 (patch) | |
tree | 876c497e8deda7fafffc637ff3bd6242e61e8485 | |
parent | arm64: dts: imx8qm-ss-hsio: Wire up DMA IRQ for PCIe (diff) | |
download | wireguard-linux-bcd240b231650c49ad500ce7887ab8657b0dd7b0.tar.xz wireguard-linux-bcd240b231650c49ad500ce7887ab8657b0dd7b0.zip |
arm64: dts: mba8xx: Remove invalid property disable-gpio
disable-gpio is an (old) downstream kernel property, which slipped into
DT. Remove it.
Fixes: c01a26b8897a ("arm64: dts: mba8xx: Add PCIe support")
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | arch/arm64/boot/dts/freescale/mba8xx.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/mba8xx.dtsi b/arch/arm64/boot/dts/freescale/mba8xx.dtsi index 117f65728319..c4b5663949ad 100644 --- a/arch/arm64/boot/dts/freescale/mba8xx.dtsi +++ b/arch/arm64/boot/dts/freescale/mba8xx.dtsi @@ -328,7 +328,6 @@ pinctrl-0 = <&pinctrl_pcieb>; pinctrl-names = "default"; reset-gpios = <&lsio_gpio4 0 GPIO_ACTIVE_LOW>; - disable-gpio = <&expander 7 GPIO_ACTIVE_LOW>; vpcie-supply = <®_pcie_1v5>; status = "okay"; }; |