Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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@0x0f.com>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>

authored by

Daniel Palmer and committed by
Bartosz Golaszewski
8e6458cd c08995bf

+3 -1
+3 -1
Documentation/devicetree/bindings/gpio/mstar,msc313-gpio.yaml
··· 14 14 pattern: "^gpio@[0-9a-f]+$" 15 15 16 16 compatible: 17 - const: mstar,msc313-gpio 17 + enum: 18 + - mstar,msc313-gpio 19 + - sstar,ssd20xd-gpio 18 20 19 21 reg: 20 22 maxItems: 1