Re: [PATCH v2 1/4] ASoC: dt-bindings: microchip: use proper naming syntax

From: Claudiu.Beznea
Date: Tue Dec 13 2022 - 03:23:40 EST


On 12.12.2022 19:32, Rob Herring wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>
> On Mon, Dec 12, 2022 at 06:41:50PM +0200, Claudiu Beznea wrote:
>> Use the following syntax for Microchip ASoC YAML files:
>> vendor,device.yaml
>>
>> Signed-off-by: Claudiu Beznea <claudiu.beznea@xxxxxxxxxxxxx>
>> ---
>> .../bindings/sound/mchp,i2s-mcc.yaml | 108 ------------------
>
> Deleting? Why? That's not what the commit message says.

Ah, I messed it up in v2... Will send v3.

>
>> ...,pdmc.yaml => microchip,sama7g5-pdmc.yaml} | 0
>> ...rx.yaml => microchip,sama7g5-spdifrx.yaml} | 0
>> ...tx.yaml => microchip,sama7g5-spdiftx.yaml} | 0
>> 4 files changed, 108 deletions(-)
>> delete mode 100644 Documentation/devicetree/bindings/sound/mchp,i2s-mcc.yaml
>> rename Documentation/devicetree/bindings/sound/{microchip,pdmc.yaml => microchip,sama7g5-pdmc.yaml} (100%)
>> rename Documentation/devicetree/bindings/sound/{mchp,spdifrx.yaml => microchip,sama7g5-spdifrx.yaml} (100%)
>> rename Documentation/devicetree/bindings/sound/{mchp,spdiftx.yaml => microchip,sama7g5-spdiftx.yaml} (100%)
>
> These will all fail binding checks. You need to update the $id values.
>
> Rob