Re: [PATCH] ASoC: dt-bindings: rt1015p: fix syntax error in dts-binding document

From: Tzung-Bi Shih
Date: Tue Aug 10 2021 - 05:37:20 EST


On Tue, Aug 10, 2021 at 10:08:34AM +0800, Jack Yu wrote:
> Signed-off-by: Jack Yu <jack.yu@xxxxxxxxxxx>
Would be better to put the tag:
Fixes: 064478e4877c ("ASoC: dt-bindings: rt1015p: add new compatible id")

> properties:
> compatible:
> oneOf:
> - const: realtek,rt1015p
> - const: realtek,rt1019p
> + - const: realtek,rt1015p
> + - const: realtek,rt1019p
Not directly related to the fix but the "oneOf" has 2 extra space indent from the upper layer.