Commit b6861f15 authored by Kamlesh Gurudasani's avatar Kamlesh Gurudasani Committed by Vignesh Raghavendra
Browse files

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: default avatarKamlesh Gurudasani <kamlesh@ti.com>
Link: https://lore.kernel.org/r/20240618-remove-ranges-v1-1-35d68147e9bf@ti.com


Signed-off-by: default avatarVignesh Raghavendra <vigneshr@ti.com>
parent 11926848
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -207,10 +207,6 @@ k3_reset: reset-controller {
	crypto: crypto@40900000 {
		compatible = "ti,am62-sa3ul";
		reg = <0x00 0x40900000 0x00 0x1200>;
		#address-cells = <2>;
		#size-cells = <2>;
		ranges = <0x00 0x40900000 0x00 0x40900000 0x00 0x30000>;

		dmas = <&main_pktdma 0xf501 0>, <&main_pktdma 0x7506 0>,
		       <&main_pktdma 0x7507 0>;
		dma-names = "tx", "rx1", "rx2";
+0 −2
Original line number Diff line number Diff line
@@ -227,8 +227,6 @@ crypto: crypto@40900000 {
		reg = <0x00 0x40900000 0x00 0x1200>;
		#address-cells = <2>;
		#size-cells = <2>;
		ranges = <0x00 0x40900000 0x00 0x40900000 0x00 0x30000>;

		dmas = <&main_pktdma 0xf501 0>, <&main_pktdma 0x7506 0>,
		       <&main_pktdma 0x7507 0>;
		dma-names = "tx", "rx1", "rx2";