Message ID | 20191212033952.5967-17-afaerber@suse.de |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | arm64: realtek: Add Xnano X5 and implement TM1628/FD628/AiP1618 LED controllers | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success |
On Thu, 12 Dec 2019 04:39:43 +0100, =?UTF-8?q?Andreas=20F=C3=A4rber?= wrote: > Define a compatible string for AiP1618 chipset. > > Signed-off-by: Andreas Färber <afaerber@suse.de> > --- > @Rob: This one would conditionally need to further restrict reg ranges then. > > Documentation/devicetree/bindings/leds/titanmec,tm1628.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/leds/titanmec,tm1628.yaml b/Documentation/devicetree/bindings/leds/titanmec,tm1628.yaml index 3f2cc4cec04d..50205e3c3624 100644 --- a/Documentation/devicetree/bindings/leds/titanmec,tm1628.yaml +++ b/Documentation/devicetree/bindings/leds/titanmec,tm1628.yaml @@ -13,6 +13,7 @@ properties: compatible: enum: - fdhisi,fd628 + - szfdwdz,aip1618 - titanmec,tm1628 reg:
Define a compatible string for AiP1618 chipset. Signed-off-by: Andreas Färber <afaerber@suse.de> --- @Rob: This one would conditionally need to further restrict reg ranges then. Documentation/devicetree/bindings/leds/titanmec,tm1628.yaml | 1 + 1 file changed, 1 insertion(+)