From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean Anderson Date: Mon, 5 Apr 2021 09:17:52 -0400 Subject: [PATCH v8 00/28] mtd: spi-nor-core: add xSPI Octal DTR support In-Reply-To: <20210405074326.3xjcpy6e26gzbkhr@ti.com> References: <20210401193133.18129-1-p.yadav@ti.com> <18cd03c8-642f-6c49-8827-6bfba9581398@gmail.com> <20210405074326.3xjcpy6e26gzbkhr@ti.com> Message-ID: <3c5f81bd-109f-34e2-697a-484e31f547ab@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 4/5/21 3:43 AM, Pratyush Yadav wrote: > On 02/04/21 06:28PM, Sean Anderson wrote: >> On 4/1/21 3:31 PM, Pratyush Yadav wrote: >>> Hi, >>> >>> This series adds support for octal DTR flashes in the SPI NOR framework, >> >> As an overall question, is this the same as "DDR" mode? > > Sort of... > > DDR is "Double Data Rate" which implies that the "double" part only > refers to the data phase. DTR is "Double Transfer Rate" which means the > "double" part refers to all 3 (command, address, data) phases. > > The underlying concept is the same: transfer data twice per clock cycle. > Thanks. I have a datasheet which refers to DTR in the command, address, and data phases as DDR, and I was wondering if it was the same idea. --Sean