On Mon, 13 Dec 2021 21:37:10 +0100, David Heidelberg wrote: > Parse compatible as expected for modern QCOMs. > > Fixes warnings as: > arch/arm64/boot/dts/qcom/sdm845-oneplus-fajita.dt.yaml: watchdog@17980000: compatible: ['qcom,apss-wdt-sdm845', 'qcom,kpss-wdt'] is too long > From schema: Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml > arch/arm64/boot/dts/qcom/sdm845-oneplus-fajita.dt.yaml: watchdog@17980000: compatible: Additional items are not allowed ('qcom,kpss-wdt' was unexpected) > From schema: Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml > > Signed-off-by: David Heidelberg <david@xxxxxxx> > --- > .../bindings/watchdog/qcom-wdt.yaml | 33 +++++++++++-------- > 1 file changed, 19 insertions(+), 14 deletions(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>