[PATCH v2 3/7] includes: dt-bindings: Rename STM32F429 pinctrl DT bindings
From: robh@kernel.org (Rob Herring)
Date: 2017-04-10 20:27:41
Also in:
linux-devicetree, linux-gpio, lkml
From: robh@kernel.org (Rob Herring)
Date: 2017-04-10 20:27:41
Also in:
linux-devicetree, linux-gpio, lkml
On Fri, Apr 07, 2017 at 02:43:00PM +0200, Alexandre TORGUE wrote:
STM32F4 MCU series is composed of several SOC (STM32F429, STM32F469, ...). Most of muxing definition are identical. So to avoid to duplicate bindings definition, this patch create common definitions.
This is a lot of churn. Some confirmation that the resultant dtb is the same before and after would be nice. Perhaps the script you used to convert this as well. Rob