Commit 3e464ad5 authored by Dinh Nguyen's avatar Dinh Nguyen
Browse files

arm: dts: socfpga: remove dma-mask property



The dma-mask property has been removed from the NAND driver. Remove the
property from the DTS files.

Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent e793b284
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -746,7 +746,6 @@
			      <0xffb80000 0x10000>;
			reg-names = "nand_data", "denali_reg";
			interrupts = <0x0 0x90 0x4>;
			dma-mask = <0xffffffff>;
			clocks = <&nand_clk>, <&nand_x_clk>, <&nand_ecc_clk>;
			clock-names = "nand", "nand_x", "ecc";
			status = "disabled";
+0 −1
Original line number Diff line number Diff line
@@ -653,7 +653,6 @@
			      <0xffb80000 0x10000>;
			reg-names = "nand_data", "denali_reg";
			interrupts = <0 99 4>;
			dma-mask = <0xffffffff>;
			clocks = <&nand_clk>, <&nand_x_clk>, <&nand_ecc_clk>;
			clock-names = "nand", "nand_x", "ecc";
			status = "disabled";