On Fri, 26 Apr 2024 14:54:04 -0500, Rob Herring (Arm) wrote: > Drop unnecessary quotes which aren't needed in yaml. This is checked by > yamllint, but this case was excluded due to the comma and yamllint's > mishandling of some cases with commas. That's now fixed in yamllint > 1.34. > > Signed-off-by: Rob Herring (Arm) <robh@xxxxxxxxxx> > --- > .../bindings/interrupt-controller/mediatek,mt6577-sysirq.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied, thanks!