Skip to content

Commit

Permalink
Merge pull request torvalds#224 from analogdevicesinc/cleanup-dt-dma
Browse files Browse the repository at this point in the history
Remove depreacted axi-dmac bindings from devicetrees
  • Loading branch information
mhennerich authored Oct 25, 2018
2 parents 97bc83f + f0fd895 commit 9769f70
Show file tree
Hide file tree
Showing 63 changed files with 460 additions and 563 deletions.
14 changes: 11 additions & 3 deletions arch/arm/boot/dts/adi-zynq-cn0363.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,17 @@
interrupts = <0 57 0>;
clocks = <&clkc 15>;

dma-channel {
adi,buswidth = <64>;
adi,type = <0>;
adi,channels {
#size-cells = <0>;
#address-cells = <1>;

dma-channel@0 {
reg = <0>;
adi,source-bus-width = <32>;
adi,source-bus-type = <2>;
adi,destination-bus-width = <64>;
adi,destination-bus-type = <0>;
};
};
};

Expand Down
31 changes: 24 additions & 7 deletions arch/arm/boot/dts/socfpga_cyclone5_sockit_arradio.dts
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,18 @@
#dma-cells = <1>;
clocks = <&axi_dmac0_clk>;
clock-names = "axi_dmac0_clkin";
dma-channel {
adi,buswidth = <64>;
adi,type = <1>;
adi,cyclic;

adi,channels {
#address-cells = <1>;
#size-cells = <0>;

dma-channel@0 {
reg = <0>;
adi,source-bus-width = <64>;
adi,source-bus-type = <0>;
adi,destination-bus-width = <64>;
adi,destination-bus-type = <2>;
};
};
};

Expand All @@ -194,9 +202,18 @@
#dma-cells = <1>;
clocks = <&axi_dmac0_clk>;
clock-names = "axi_dmac0_clkin";
dma-channel {
adi,buswidth = <64>;
adi,type = <0>;

adi,channels {
#address-cells = <1>;
#size-cells = <0>;

dma-channel@0 {
reg = <0>;
adi,source-bus-width = <64>;
adi,source-bus-type = <2>;
adi,destination-bus-width = <64>;
adi,destination-bus-type = <0>;
};
};
};

Expand Down
3 changes: 0 additions & 3 deletions arch/arm/boot/dts/zynq-adrv9361-z7035.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@
adi,source-bus-type = <2>;
adi,destination-bus-width = <64>;
adi,destination-bus-type = <0>;
adi,length-width = <24>;
};
};
};
Expand All @@ -175,8 +174,6 @@
adi,source-bus-type = <0>;
adi,destination-bus-width = <64>;
adi,destination-bus-type = <2>;
adi,length-width = <24>;
adi,cyclic;
};
};
};
Expand Down
3 changes: 0 additions & 3 deletions arch/arm/boot/dts/zynq-adrv9364-z7020.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@
adi,source-bus-type = <2>;
adi,destination-bus-width = <64>;
adi,destination-bus-type = <0>;
adi,length-width = <24>;
};
};
};
Expand All @@ -166,8 +165,6 @@
adi,source-bus-type = <0>;
adi,destination-bus-width = <64>;
adi,destination-bus-type = <2>;
adi,length-width = <24>;
adi,cyclic;
};
};
};
Expand Down
3 changes: 0 additions & 3 deletions arch/arm/boot/dts/zynq-e310.dts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@
adi,source-bus-type = <2>;
adi,destination-bus-width = <64>;
adi,destination-bus-type = <0>;
adi,length-width = <24>;
};
};
};
Expand All @@ -170,8 +169,6 @@
adi,source-bus-type = <0>;
adi,destination-bus-width = <64>;
adi,destination-bus-type = <2>;
adi,length-width = <24>;
adi,cyclic;
};
};
};
Expand Down
67 changes: 0 additions & 67 deletions arch/arm/boot/dts/zynq-mini-itx-adv7511-ad9361-fmcomms2-3.dts

This file was deleted.

67 changes: 0 additions & 67 deletions arch/arm/boot/dts/zynq-mini-itx-adv7511-ad9364-fmcomms4.dts

This file was deleted.

4 changes: 0 additions & 4 deletions arch/arm/boot/dts/zynq-mini-itx-adv7511.dts

This file was deleted.

Loading

0 comments on commit 9769f70

Please sign in to comment.