Skip to content

Commit b6861f1

Browse files
ti-kamleshr-vignesh
authored andcommitted
arm64: dts: ti: k3-am62*-main: Remove unwanted properties from crypto
As there is no child node in crypto node, remove the properties that are not needed. Signed-off-by: Kamlesh Gurudasani <kamlesh@ti.com> Link: https://lore.kernel.org/r/20240618-remove-ranges-v1-1-35d68147e9bf@ti.com Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
1 parent 1192684 commit b6861f1

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

arch/arm64/boot/dts/ti/k3-am62-main.dtsi

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,6 @@
207207
crypto: crypto@40900000 {
208208
compatible = "ti,am62-sa3ul";
209209
reg = <0x00 0x40900000 0x00 0x1200>;
210-
#address-cells = <2>;
211-
#size-cells = <2>;
212-
ranges = <0x00 0x40900000 0x00 0x40900000 0x00 0x30000>;
213-
214210
dmas = <&main_pktdma 0xf501 0>, <&main_pktdma 0x7506 0>,
215211
<&main_pktdma 0x7507 0>;
216212
dma-names = "tx", "rx1", "rx2";

arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,6 @@
227227
reg = <0x00 0x40900000 0x00 0x1200>;
228228
#address-cells = <2>;
229229
#size-cells = <2>;
230-
ranges = <0x00 0x40900000 0x00 0x40900000 0x00 0x30000>;
231-
232230
dmas = <&main_pktdma 0xf501 0>, <&main_pktdma 0x7506 0>,
233231
<&main_pktdma 0x7507 0>;
234232
dma-names = "tx", "rx1", "rx2";

0 commit comments

Comments
 (0)