From: Vladimir Oltean Date: Mon, 3 Jan 2022 12:47:33 +0000 (+0200) Subject: arm: dts: ls1028a-rdb: disable DSPI nodes X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=5b0f8eeb3dc495d3b2a97127761a873298b376ea;p=u-boot.git arm: dts: ls1028a-rdb: disable DSPI nodes There is no SPI peripheral on the LS1028A-RDB, therefore no reason to enable these nodes in the U-Boot device tree (and Linux does not enable them either). Signed-off-by: Vladimir Oltean Reviewed-by: Priyanka Jain --- diff --git a/arch/arm/dts/fsl-ls1028a-rdb.dts b/arch/arm/dts/fsl-ls1028a-rdb.dts index b5e56b1c1f..c5b95e169f 100644 --- a/arch/arm/dts/fsl-ls1028a-rdb.dts +++ b/arch/arm/dts/fsl-ls1028a-rdb.dts @@ -24,18 +24,6 @@ }; }; -&dspi0 { - status = "okay"; -}; - -&dspi1 { - status = "okay"; -}; - -&dspi2 { - status = "okay"; -}; - &duart0 { status = "okay"; };