[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220616064251.586263-1-nagasuresh.relli@microchip.com>
Date: Thu, 16 Jun 2022 12:12:51 +0530
From: Nagasuresh Relli <nagasuresh.relli@...rochip.com>
To: <robh+dt@...nel.org>, <krzysztof.kozlowski+dt@...aro.org>,
<palmer@...belt.com>
CC: <nagasuresh.relli@...rochip.com>, <paul.walmsley@...ive.com>,
<aou@...s.berkeley.edu>, <conor.dooley@...rochip.com>,
<daire.mcnamara@...rochip.com>, <devicetree@...r.kernel.org>,
<linux-riscv@...ts.infradead.org>, <linux-kernel@...r.kernel.org>,
"Rob Herring" <robh@...nel.org>
Subject: [PATCH] riscv: dts: microchip: remove spi-max-frequency property
Remove the spi-max-frequency property from the spi0 controller
node as it is supposed to be a per SPI peripheral device property.
Reported-by: Rob Herring <robh@...nel.org>
Link: https://lore.kernel.org/lkml/20220526014141.2872567-1-robh@kernel.org/
Signed-off-by: Nagasuresh Relli <nagasuresh.relli@...rochip.com>
---
arch/riscv/boot/dts/microchip/mpfs.dtsi | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/riscv/boot/dts/microchip/mpfs.dtsi b/arch/riscv/boot/dts/microchip/mpfs.dtsi
index fb963559ba96..1a5aa8836099 100644
--- a/arch/riscv/boot/dts/microchip/mpfs.dtsi
+++ b/arch/riscv/boot/dts/microchip/mpfs.dtsi
@@ -278,7 +278,6 @@ spi0: spi@...08000 {
interrupt-parent = <&plic>;
interrupts = <54>;
clocks = <&clkcfg CLK_SPI0>;
- spi-max-frequency = <25000000>;
status = "disabled";
};
--
2.25.1
Powered by blists - more mailing lists