lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 23 Sep 2021 15:54:50 +0900 From: Daniel Palmer <daniel@...f.com> To: devicetree@...r.kernel.org, linux-gpio@...r.kernel.org, linux-leds@...r.kernel.org Cc: linus.walleij@...aro.org, bgolaszewski@...libre.com, robh+dt@...nel.org, pavel@....cz, linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org, Daniel Palmer <daniel@...f.com>, Rob Herring <robh@...nel.org> Subject: [PATCH v2 01/11] dt-bindings: gpio: msc313: Add compatible for ssd20xd Add a compatible string for "ssd20xd" for the SigmaStar SSD201 and SSD202D chips. These chips are the same die with different memory bonded so they don't need their own strings. Signed-off-by: Daniel Palmer <daniel@...f.com> Acked-by: Rob Herring <robh@...nel.org> Reviewed-by: Linus Walleij <linus.walleij@...aro.org> --- Documentation/devicetree/bindings/gpio/mstar,msc313-gpio.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/gpio/mstar,msc313-gpio.yaml b/Documentation/devicetree/bindings/gpio/mstar,msc313-gpio.yaml index fe1e1c63ffe3..18fe90387b87 100644 --- a/Documentation/devicetree/bindings/gpio/mstar,msc313-gpio.yaml +++ b/Documentation/devicetree/bindings/gpio/mstar,msc313-gpio.yaml @@ -14,7 +14,9 @@ properties: pattern: "^gpio@[0-9a-f]+$" compatible: - const: mstar,msc313-gpio + enum: + - mstar,msc313-gpio + - sstar,ssd20xd-gpio reg: maxItems: 1 -- 2.33.0
Powered by blists - more mailing lists