aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Oltean <vladimir.oltean@nxp.com>2022-01-03 14:47:33 +0200
committerPriyanka Jain <priyanka.jain@nxp.com>2022-02-01 15:08:07 +0530
commit5b0f8eeb3dc495d3b2a97127761a873298b376ea (patch)
treeb5e91b27958b73eb284cce400d048009397536c5
parent4a5362fc10288b3f2734cf0c9f6d1ad2be7e6368 (diff)
downloadu-boot-5b0f8eeb3dc495d3b2a97127761a873298b376ea.zip
u-boot-5b0f8eeb3dc495d3b2a97127761a873298b376ea.tar.gz
u-boot-5b0f8eeb3dc495d3b2a97127761a873298b376ea.tar.bz2
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 <vladimir.oltean@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
-rw-r--r--arch/arm/dts/fsl-ls1028a-rdb.dts12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/dts/fsl-ls1028a-rdb.dts b/arch/arm/dts/fsl-ls1028a-rdb.dts
index b5e56b1..c5b95e1 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";
};