From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Mon, 25 Nov 2013 14:11:11 -0800 Subject: [PATCH 5/7] ARM: OMAP4: hwmod: add hwmod data for DES IP In-Reply-To: <1385415876-12387-6-git-send-email-joelf@ti.com> References: <1385415876-12387-1-git-send-email-joelf@ti.com> <1385415876-12387-6-git-send-email-joelf@ti.com> Message-ID: <20131125221111.GU10023@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Joel Fernandes [131125 13:45]: > + > +static struct omap_hwmod_addr_space omap4_des_addrs[] = { > + { > + .pa_start = 0x480A4000, > + .pa_end = 0x481A4000, > + .flags = ADDR_TYPE_RT > + }, > + { } > +}; Let's not add new address space entries. The address space should be already coming from device tree. Regards, Tony