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

gpio: sprd: Use SoC compatible string instead of wildcard string

Use SoC compatible string instead of wildcard string.

Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Baolin Wang <baolin.wang@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Baolin Wang and committed by
Linus Walleij
07b6ce7f 21b4ab8f

+2 -2
+2 -2
Documentation/devicetree/bindings/gpio/gpio-eic-sprd.txt
··· 33 33 "sprd,sc9860-eic-latch", 34 34 "sprd,sc9860-eic-async", 35 35 "sprd,sc9860-eic-sync", 36 - "sprd,sc27xx-eic". 36 + "sprd,sc2731-eic". 37 37 - reg: Define the base and range of the I/O address space containing 38 38 the GPIO controller registers. 39 39 - gpio-controller: Marks the device node as a GPIO controller. ··· 86 86 }; 87 87 88 88 pmic_eic: gpio@300 { 89 - compatible = "sprd,sc27xx-eic"; 89 + compatible = "sprd,sc2731-eic"; 90 90 reg = <0x300>; 91 91 interrupt-parent = <&sc2731_pmic>; 92 92 interrupts = <5 IRQ_TYPE_LEVEL_HIGH>;