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

dt-bindings: pinctrl: Add SA8255p TLMM

Add compatible for TLMM block representing support on SA8255p.

SA8255p uses the same TLMM block as SA8775p however the ownership
of pins are split between Firmware VM and Linux VM on SA8255p. For
example, pins used by UART are owned and configured by Firmware VM
while pins used by ethernet are owned and configured by Linux VM.
Therefore, adding a sa8255p specific compatible to mark the difference.

Signed-off-by: Nikunj Kela <quic_nkela@quicinc.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/20240905200218.3810712-1-quic_nkela@quicinc.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Nikunj Kela and committed by
Linus Walleij
88dbf374 c919ca86

+7 -1
+7 -1
Documentation/devicetree/bindings/pinctrl/qcom,sa8775p-tlmm.yaml
··· 17 17 18 18 properties: 19 19 compatible: 20 - const: qcom,sa8775p-tlmm 20 + oneOf: 21 + - items: 22 + - enum: 23 + - qcom,sa8255p-tlmm 24 + - const: qcom,sa8775p-tlmm 25 + - items: 26 + - const: qcom,sa8775p-tlmm 21 27 22 28 reg: 23 29 maxItems: 1