From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mugunthan V N Date: Tue, 6 Jan 2015 14:28:23 +0530 Subject: [U-Boot] [PATCH 7/8] pmic: add tps62362 simple wrapper code In-Reply-To: <1419287177-28401-7-git-send-email-balbi@ti.com> References: <1419287177-28401-1-git-send-email-balbi@ti.com> <1419287177-28401-7-git-send-email-balbi@ti.com> Message-ID: <54ABA3AF.5000700@ti.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 Tuesday 23 December 2014 03:56 AM, Felipe Balbi wrote: > This regulator is used with AM437x IDK to feed > VDD_MPU, without means to scale VDD_MPU we can't > support higher frequencies. > > Signed-off-by: Felipe Balbi > --- > drivers/power/pmic/Makefile | 1 + > drivers/power/pmic/pmic_tps62362.c | 47 ++++++++++++++++++++++++++++++++++++++ > 2 files changed, 48 insertions(+) > create mode 100644 drivers/power/pmic/pmic_tps62362.c There is a build error with this patch because tps62362.h is missing in the commit. Regards Mugunthan V N