[PATCH v2 17/21] dt-bindings: serial: document support for SA8255p
Krzysztof Kozlowski
krzk at kernel.org
Wed Sep 4 00:47:34 PDT 2024
On 04/09/2024 00:02, Nikunj Kela wrote:
> Add compatibles representing UART support on SA8255p.
>
> Clocks and interconnects are being configured in the firmware VM
> on SA8255p platform, therefore making them optional.
>
> CC: Praveen Talari <quic_ptalari at quicinc.com>
> Signed-off-by: Nikunj Kela <quic_nkela at quicinc.com>
> ---
> .../serial/qcom,serial-geni-qcom.yaml | 53 ++++++++++++++++---
> 1 file changed, 47 insertions(+), 6 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/serial/qcom,serial-geni-qcom.yaml b/Documentation/devicetree/bindings/serial/qcom,serial-geni-qcom.yaml
> index dd33794b3534..b63c984684f3 100644
> --- a/Documentation/devicetree/bindings/serial/qcom,serial-geni-qcom.yaml
> +++ b/Documentation/devicetree/bindings/serial/qcom,serial-geni-qcom.yaml
> @@ -10,14 +10,13 @@ maintainers:
> - Andy Gross <agross at kernel.org>
> - Bjorn Andersson <bjorn.andersson at linaro.org>
>
> -allOf:
> - - $ref: /schemas/serial/serial.yaml#
> -
> properties:
> compatible:
> enum:
> - qcom,geni-uart
> - qcom,geni-debug-uart
> + - qcom,sa8255p-geni-uart
> + - qcom,sa8255p-geni-debug-uart
Anyway, the entire patchset is organized wrong. Or you sent only subset.
Where is the driver change? This cannot work. To remind bindings go with
the driver (nothing new here).
Best regards,
Krzysztof
More information about the linux-arm-kernel
mailing list