[PATCH 1/2] ARM: dts: ti: omap: dra7: Remove clocks from crypto nodes
From: Bhargav Joshi
Date: Thu Sep 10 2026 - 18:15:18 EST
The omap-sham and omap-aes crypto drivers do not use "clocks" and
"clock-names" properties. Clock management is handled by the ti-sysc
interconnect parent wrapper. The dt-bindings for ti,omap-sham and
ti,omap-aes don't define these clock properties. Having them in the
child nodes causes dtbs_check warnings.
Remove the "clocks" and "clock-names" properties from the sham and aes
nodes.
Signed-off-by: Bhargav Joshi <j.bhargav.u@xxxxxxxxx>
---
arch/arm/boot/dts/ti/omap/dra7.dtsi | 8 --------
1 file changed, 8 deletions(-)
diff --git a/arch/arm/boot/dts/ti/omap/dra7.dtsi b/arch/arm/boot/dts/ti/omap/dra7.dtsi
index 711ce4c31bb1..0784c6d9cbe4 100644
--- a/arch/arm/boot/dts/ti/omap/dra7.dtsi
+++ b/arch/arm/boot/dts/ti/omap/dra7.dtsi
@@ -1012,8 +1012,6 @@ aes1: aes@0 {
interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
dmas = <&edma_xbar 111 0>, <&edma_xbar 110 0>;
dma-names = "tx", "rx";
- clocks = <&l3_iclk_div>;
- clock-names = "fck";
};
};
@@ -1043,8 +1041,6 @@ aes2: aes@0 {
interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
dmas = <&edma_xbar 114 0>, <&edma_xbar 113 0>;
dma-names = "tx", "rx";
- clocks = <&l3_iclk_div>;
- clock-names = "fck";
};
};
@@ -1073,8 +1069,6 @@ sham1: sham@0 {
interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
dmas = <&edma_xbar 119 0>;
dma-names = "rx";
- clocks = <&l3_iclk_div>;
- clock-names = "fck";
};
};
@@ -1103,8 +1097,6 @@ sham2: sham@0 {
interrupts = <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>;
dmas = <&edma_xbar 165 0>;
dma-names = "rx";
- clocks = <&l3_iclk_div>;
- clock-names = "fck";
};
};
--
2.55.0