[PATCH 12/13] arm64: dts: broadcom: northstar2: Drop QSPI "clock-names"

Rob Herring (Arm) posted 13 patches 1 month ago
[PATCH 12/13] arm64: dts: broadcom: northstar2: Drop QSPI "clock-names"
Posted by Rob Herring (Arm) 1 month ago
The "clock-names" property is not documented for the "brcm,spi-bcm-qspi"
binding nor in use by the kernel driver, so drop it.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
 arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi b/arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi
index a187c8e788dd..85d997ab57a1 100644
--- a/arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi
+++ b/arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi
@@ -813,7 +813,6 @@ qspi: spi@66470200 {
 			interrupts = <GIC_SPI 419 IRQ_TYPE_LEVEL_HIGH>;
 			interrupt-names = "spi_l1_intr";
 			clocks = <&iprocmed>;
-			clock-names = "iprocmed";
 			num-cs = <2>;
 			#address-cells = <1>;
 			#size-cells = <0>;

-- 
2.51.0
Re: [PATCH 12/13] arm64: dts: broadcom: northstar2: Drop QSPI "clock-names"
Posted by Florian Fainelli 1 month ago
From: Florian Fainelli <f.fainelli@gmail.com>

On Tue, 06 Jan 2026 20:09:51 -0600, "Rob Herring (Arm)" <robh@kernel.org> wrote:
> The "clock-names" property is not documented for the "brcm,spi-bcm-qspi"
> binding nor in use by the kernel driver, so drop it.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> ---

Applied to https://github.com/Broadcom/stblinux/commits/devicetree-arm64/next, thanks!
--
Florian