Re: [PATCH v6 2/2] dt-bindings: pinctrl: intel: Add for new SoC
From: Rob Herring <robh+dt@kernel.org>
Date: 2019-11-14 17:39:54
Also in:
linux-gpio, lkml
From: Rob Herring <robh+dt@kernel.org>
Date: 2019-11-14 17:39:54
Also in:
linux-gpio, lkml
On Wed, Nov 13, 2019 at 9:27 PM Tanwar, Rahul [off-list ref] wrote:
Hi Linus, On 13/11/2019 10:46 PM, Linus Walleij wrote:quoted
On Mon, Nov 11, 2019 at 11:11 AM Rahul Tanwar [off-list ref] wrote:quoted
Add dt bindings document for pinmux & GPIO controller driver of Intel Lightning Mountain SoC. Signed-off-by: Rahul Tanwar <redacted>(...)quoted
+properties: + compatible: + const: intel,lgm-pinctrlJust noted from another review where Rob noted that this name should match the internal name in the datasheet for this hardware block. Is it really called "lgm-pinctrl" inside Intel? intel,lightning-mountain-io and similar are perfectly fine if that is the name it has in your documentation.Our documentation does not have any specific names for these hardware blocks. It names it in a very generic/standard manner like GPIO, pinmux.. To make the name explicit & self explanatory, i should probably change the name as you suggested i.e. intel,lightning-mountain-io.
You should also be consistent with 'lgm' vs. 'lightning-mountain' use across bindings some of which I think have already been accepted. Rob