Re: [PATCH v2 1/2] dt-bindings: clock: qcom,videocc: Add sc8180x compatible
From: Konrad Dybcio
Date: Tue Jul 01 2025 - 08:00:48 EST
On 01-Jul-25 13:40, Satya Priya Kakitapalli wrote:
> The sc8180x video clock controller block is identical to that
> of sm8150. Add a new compatible string for sc8180x videocc and
> use sm8150 as fallback.
>
> Signed-off-by: Satya Priya Kakitapalli <quic_skakitap@xxxxxxxxxxx>
> ---
The yaml checker throws a warning:
make ARCH=arm64 LLVM=1 -j$(nproc) dt_binding_check DT_SCHEMA_FILES="Documentation/devicetree/bindings/clock/qcom,videocc.yaml"
CHKDT ./Documentation/devicetree/bindings
LINT ./Documentation/devicetree/bindings
./Documentation/devicetree/bindings/clock/qcom,videocc.yaml:28:9: [warning] wrong indentation: expected 10 but found 8 (indentation)
./Documentation/devicetree/bindings/clock/qcom,videocc.yaml:35:9: [warning] wrong indentation: expected 10 but found 8 (indentation)
DTEX Documentation/devicetree/bindings/clock/qcom,videocc.example.dts
DTC [C] Documentation/devicetree/bindings/clock/qcom,videocc.example.dtb
Konrad