mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 13:23:02 -04:00
dt-bindings: pinctrl: airoha: an7583: add missed features
Changes: * add npu_uart pin-group support for uart pin-function * add pon_alt pin-group support for pon pin-function * add support for olt pin group/function Signed-off-by: Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Signed-off-by: Linus Walleij <linusw@kernel.org>
This commit is contained in:
committed by
Linus Walleij
parent
c4776d20be
commit
8095e8785a
@@ -60,7 +60,7 @@ patternProperties:
|
||||
function:
|
||||
description:
|
||||
A string containing the name of the function to mux to the group.
|
||||
enum: [pon, tod_1pps, sipo, mdio, uart, i2c, jtag, pcm, spi,
|
||||
enum: [pon, olt, tod_1pps, sipo, mdio, uart, i2c, jtag, pcm, spi,
|
||||
pcm_spi, emmc, pnand, gpio, pcie_reset, pwm, phy1_led0,
|
||||
phy2_led0, phy3_led0, phy4_led0, phy1_led1, phy2_led1,
|
||||
phy3_led1, phy4_led1]
|
||||
@@ -81,7 +81,15 @@ patternProperties:
|
||||
then:
|
||||
properties:
|
||||
groups:
|
||||
enum: [pon]
|
||||
enum: [pon, pon_alt]
|
||||
- if:
|
||||
properties:
|
||||
function:
|
||||
const: olt
|
||||
then:
|
||||
properties:
|
||||
groups:
|
||||
enum: [olt]
|
||||
- if:
|
||||
properties:
|
||||
function:
|
||||
@@ -115,7 +123,7 @@ patternProperties:
|
||||
groups:
|
||||
items:
|
||||
enum: [uart2, uart2_cts_rts, hsuart, hsuart_cts_rts,
|
||||
uart4, uart5]
|
||||
uart4, uart5, npu_uart]
|
||||
maxItems: 2
|
||||
- if:
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user