From mboxrd@z Thu Jan 1 00:00:00 1970 From: robh@kernel.org (Rob Herring) Date: Mon, 7 May 2018 12:05:42 -0500 Subject: [PATCH v2 1/2] ARM: dts: am335x: Replace numeric pinmux address with macro defines In-Reply-To: <20180505085921.5513-2-cquast@baylibre.com> References: <20180505085921.5513-1-cquast@baylibre.com> <20180505085921.5513-2-cquast@baylibre.com> Message-ID: <20180507170542.GA17717@rob-hp-laptop> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.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