Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1294045 authored by Rajendra Nayak's avatar Rajendra Nayak Committed by paul
Browse files

ARM: OMAP4: PM: Adds PRM register defs for OMAP4



This patch adds OMAP4 specific PRM register defs. Auto generated
using a python script (gen_prm_4430_h.py) developed by Paul
Walmsley and Benoit Cousson.

Signed-off-by: default avatarRajendra Nayak <rnayak@ti.com>
Signed-off-by: default avatarPaul Walmsley <paul@pwsan.com>
Cc: Benoit Cousson <b-cousson@ti.com>
parent 9b47267f
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -4,8 +4,8 @@
/*
 * OMAP2/3 Power/Reset Management (PRM) register definitions
 *
 * Copyright (C) 2007 Texas Instruments, Inc.
 * Copyright (C) 2007 Nokia Corporation
 * Copyright (C) 2007-2009 Texas Instruments, Inc.
 * Copyright (C) 2009 Nokia Corporation
 *
 * Written by Paul Walmsley
 *
@@ -22,6 +22,10 @@
		OMAP2_L4_IO_ADDRESS(OMAP2430_PRM_BASE + (module) + (reg))
#define OMAP34XX_PRM_REGADDR(module, reg)				\
		OMAP2_L4_IO_ADDRESS(OMAP3430_PRM_BASE + (module) + (reg))
#define OMAP44XX_PRM_REGADDR(module, reg)				\
		OMAP2_L4_IO_ADDRESS(OMAP4430_PRM_BASE + (module) + (reg))

#include "prm44xx.h"

/*
 * Architecture-specific global PRM registers
+411 −0

File added.

Preview size limit exceeded, changes collapsed.