Re: [PATCH] dt-bindings: at24: convert the binding document to yaml

2019-09-24 Thread Bartosz Golaszewski
pon., 23 wrz 2019 o 22:38 Rob Herring napisał(a): > > On Mon, Sep 23, 2019 at 12:52 PM Bartosz Golaszewski wrote: > > > > From: Bartosz Golaszewski > > > > Convert the binding document for at24 EEPROMs from txt to yaml. The > > compatible property uses a regex pattern to address all the possible

Re: [PATCH] dt-bindings: at24: convert the binding document to yaml

2019-09-23 Thread Rob Herring
On Mon, Sep 23, 2019 at 12:52 PM Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > Convert the binding document for at24 EEPROMs from txt to yaml. The > compatible property uses a regex pattern to address all the possible > combinations of "vendor,model" strings. > > Signed-off-by: Bar

Re: [PATCH] dt-bindings: at24: convert the binding document to yaml

2019-09-23 Thread Peter Rosin
On 2019-09-23 20:34, Bartosz Golaszewski wrote: > pon., 23 wrz 2019 o 20:30 Peter Rosin napisał(a): >> >> which is no longer allowed. That might be a problem? The previous binding >> also allows less e.g. >> >> compatible = "atmel,24c00", "renesas,24mac402"; >> > > Right, but I'm not real

Re: [PATCH] dt-bindings: at24: convert the binding document to yaml

2019-09-23 Thread Bartosz Golaszewski
pon., 23 wrz 2019 o 20:30 Peter Rosin napisał(a): > > On 2019-09-23 19:52, Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > > > Convert the binding document for at24 EEPROMs from txt to yaml. The > > compatible property uses a regex pattern to address all the possible > > combinations

Re: [PATCH] dt-bindings: at24: convert the binding document to yaml

2019-09-23 Thread Peter Rosin
On 2019-09-23 19:52, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Convert the binding document for at24 EEPROMs from txt to yaml. The > compatible property uses a regex pattern to address all the possible > combinations of "vendor,model" strings. > > Signed-off-by: Bartosz Golaszew

[PATCH] dt-bindings: at24: convert the binding document to yaml

2019-09-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Convert the binding document for at24 EEPROMs from txt to yaml. The compatible property uses a regex pattern to address all the possible combinations of "vendor,model" strings. Signed-off-by: Bartosz Golaszewski --- .../devicetree/bindings/eeprom/at24.txt | 90