arm64: dts: ls1043a: remove second dspi node
authorGregor Herburger <gregor.herburger@ew.tq-group.com>
Mon, 2 Oct 2023 08:43:50 +0000 (10:43 +0200)
committerShawn Guo <shawnguo@kernel.org>
Tue, 10 Oct 2023 03:06:01 +0000 (11:06 +0800)
According to the documentation the ls1043a has only one spi controller.
So remove the second one.

Signed-off-by: Gregor Herburger <gregor.herburger@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi

index f8acbefc805b2039ca47038b4d3b8239e505a5f8..229bb4bebe4267e8db52f62373c25c5589c43e02 100644 (file)
                        status = "disabled";
                };
 
-               dspi1: spi@2110000 {
-                       compatible = "fsl,ls1043a-dspi", "fsl,ls1021a-v1.0-dspi";
-                       #address-cells = <1>;
-                       #size-cells = <0>;
-                       reg = <0x0 0x2110000 0x0 0x10000>;
-                       interrupts = <0 65 0x4>;
-                       clock-names = "dspi";
-                       clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
-                                           QORIQ_CLK_PLL_DIV(1)>;
-                       spi-num-chipselects = <5>;
-                       big-endian;
-                       status = "disabled";
-               };
-
                i2c0: i2c@2180000 {
                        compatible = "fsl,ls1043a-i2c", "fsl,vf610-i2c";
                        #address-cells = <1>;