From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 1 Sep 2015 21:52:30 -0500 Subject: [U-Boot] [PATCH v2 1/1] arm/ls102xa:add hwconfig setting to support disable unused devices. In-Reply-To: <1439808912-25509-1-git-send-email-Zhuoyu.Zhang@freescale.com> References: <1439808912-25509-1-git-send-email-Zhuoyu.Zhang@freescale.com> Message-ID: <55E6646E.7060001@freescale.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 08/17/2015 05:55 AM, Zhuoyu Zhang wrote: > DEVDISRn registers provides a mechanism for gating clocks of IP blocks > that are not used. Here we implement hwconfig option to allow users > to disable unused peripherals on the board. > > For ex. If eSDHC/qDMA/eDMA are unused and with disabled status in dts, > User can enable CONFIG_FSL_DEVICE_DISABLE and set "devdis:esdhc,qdma,edma" > in hwconfig, thus ESDHC controller & eDMA/qDMA will be clock gated to > save more power. > > Signed-off-by: Zhuoyu Zhang > --- > Change log: > v2 use CONFIG_FSL_DEVICE_DISABLE instead of CONFIG_DEVICE_DISABLE. Dropped period sign in subject. For future patches, please do not put a period on subject line. Applied to fsl-qoriq master branch. Awaiting upstream. York