From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v2 1/2] ARM: dts: am335x: Replace numeric pinmux address with macro defines Date: Mon, 7 May 2018 12:05:42 -0500 Message-ID: <20180507170542.GA17717@rob-hp-laptop> References: <20180505085921.5513-1-cquast@baylibre.com> <20180505085921.5513-2-cquast@baylibre.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180505085921.5513-2-cquast@baylibre.com> Sender: linux-kernel-owner@vger.kernel.org To: Christina Quast Cc: tony@atomide.com, linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Oleg Kokorin List-Id: devicetree@vger.kernel.org On Sat, May 05, 2018 at 10:59:20AM +0200, Christina Quast wrote: > The values are extraced from the "AM335x SitaraTM Processors Technical > Reference Manual", Section 9.3.1 CONTROL_MODULE Registers, based on the > file autogenerated by TI PinMux. > > The register conf_rtc_kaldo_enn was removed from the Control Module > Registers table with Revision M. > > Signed-off-by: Christina Quast > Signed-off-by: Oleg Kokorin > --- > include/dt-bindings/pinctrl/am335x.h | 147 +++++++++++++++++++++++++++ > 1 file changed, 147 insertions(+) > create mode 100644 include/dt-bindings/pinctrl/am335x.h Reviewed-by: Rob Herring