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>
This commit is contained in:
Nikunj Kela
2024-09-05 13:02:18 -07:00
committed by Linus Walleij
parent c919ca8617
commit 88dbf374a5

View File

@@ -17,7 +17,13 @@ allOf:
properties:
compatible:
const: qcom,sa8775p-tlmm
oneOf:
- items:
- enum:
- qcom,sa8255p-tlmm
- const: qcom,sa8775p-tlmm
- items:
- const: qcom,sa8775p-tlmm
reg:
maxItems: 1