From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Date: Wed, 30 Mar 2016 12:42:03 -0500 From: Dinh Nguyen To: Thor Thayer CC: , , , , , , , , , , , Subject: Re: [RFC 5/8] ARM: socfpga: dts: Add Devkit A10-SR fields for Arria10 In-Reply-To: <1459278791-3646-6-git-send-email-tthayer@opensource.altera.com> Message-ID: References: <1459278791-3646-1-git-send-email-tthayer@opensource.altera.com> <1459278791-3646-6-git-send-email-tthayer@opensource.altera.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" List-ID: On Tue, 29 Mar 2016, tthayer@opensource.altera.com wrote: > From: Thor Thayer > > Add the Altera Arria10 System Resource node. This is a Multi-Function > device with GPIO and HWMON support. > > Signed-off-by: Thor Thayer > > + spi1: spi@ffda5000 { > + compatible = "snps,dw-apb-ssi"; > + #address-cells = <1>; > + #size-cells = <0>; > + reg = <0xffda5000 0x100>; > + interrupts = <0 102 4>; > + num-chipselect = <4>; > + bus-num = <0>; > + /*32bit_access;*/ > + tx-dma-channel = <&pdma 16>; > + rx-dma-channel = <&pdma 17>; > + clocks = <&spi_m_clk>; > + status = "disabled"; > + }; > + I think you need to split this into 2 patches, 1 for adding the SPI nodes, and the 2nd for adding the slave device. BR, Dinh