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

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: pinctrl: spacemit: add K3 SoC support

Add new compatible string for SpacemiT K3 SoC, the pinctrl IP shares
almost same logic with previous K1 generation, but has different register
offset and pin configuration, for example the drive strength and
schmitter trigger settings has been changed.

Signed-off-by: Yixun Lan <dlan@gentoo.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>

authored by

Yixun Lan and committed by
Linus Walleij
5adaa1a8 c3efac05

+9 -1
+9 -1
Documentation/devicetree/bindings/pinctrl/spacemit,k1-pinctrl.yaml
··· 11 11 12 12 properties: 13 13 compatible: 14 - const: spacemit,k1-pinctrl 14 + enum: 15 + - spacemit,k1-pinctrl 16 + - spacemit,k3-pinctrl 15 17 16 18 reg: 17 19 items: ··· 82 80 83 81 - enum: [ 7, 10, 13, 16, 19, 23, 26, 29 ] 84 82 description: For K1 SoC, 3.3V voltage output 83 + 84 + - enum: [ 2, 4, 6, 7, 9, 11, 13, 14, 21, 23, 25, 26, 28, 30, 31, 33 ] 85 + description: For K3 SoC, 1.8V voltage output 86 + 87 + - enum: [ 3, 5, 7, 9, 11, 13, 15, 17, 25, 27, 29, 31, 33, 35, 37, 38 ] 88 + description: For K3 SoC, 1.8V voltage output 85 89 86 90 input-schmitt: 87 91 description: |