From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Sun, 3 Jan 2016 15:57:30 +0100 Subject: [U-Boot] [PATCH v3] ARM: mxs: allow boards to select DC-DC switching clock source In-Reply-To: <1450004917-30006-1-git-send-email-mhei@heimpold.de> References: <1450004917-30006-1-git-send-email-mhei@heimpold.de> Message-ID: <568936DA.5040807@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 13/12/2015 12:08, Michael Heimpold wrote: > For some board designs, it might be useful to switch the DC-DC > clock source to something else rather the default 24 MHz, e.g. > for EMI reasons. > > For this, override the mxs_power_setup_dcdc_clocksource function > in your board support files. > > Example: > void mxs_power_setup_dcdc_clocksource(void) > { > mxs_power_switch_dcdc_clocksource(POWER_MISC_FREQSEL_20MHZ); > } > > Signed-off-by: Michael Heimpold > Cc: Marek Vasut > Cc: Otavio Salvador > Cc: Fabio Estevam > --- Applied to u-boot-imx, thanks! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================