Re: [PATCH v3] dt-bindings: at25: convert the binding document to yaml
From: Rob Herring <robh@kernel.org>
Date: 2020-08-17 19:35:49
Also in:
lkml
From: Rob Herring <robh@kernel.org>
Date: 2020-08-17 19:35:49
Also in:
lkml
On Thu, 13 Aug 2020 10:59:59 +0200, Christian Eggers wrote:
Convert the binding document for at25 EEPROMs from txt to yaml. Signed-off-by: Christian Eggers <ceggers@arri.de> --- On Wednesday, 12 August 2020, 22:06:02 CEST, Rob Herring wrote:quoted
quoted
+This file has been moved to at25.yaml.We only do this to save updating a bunch of references and there aren't any, so just remove the file.file removed.quoted
I'd just fix it up, but this wouldn't apply for me on Linus' current master. Please rebase and resend (You can want til rc1 if you want because that's what I'll ultimately apply it too).This was my fault. I forgot to revert my previous patch ("dt-bindings: at25: fix syntax error in example code"). So v2 was created from a wrong base. I'll be unavailable until August, 23. regards Christian .../devicetree/bindings/eeprom/at25.txt | 45 ------ .../devicetree/bindings/eeprom/at25.yaml | 129 ++++++++++++++++++ 2 files changed, 129 insertions(+), 45 deletions(-) delete mode 100644 Documentation/devicetree/bindings/eeprom/at25.txt create mode 100644 Documentation/devicetree/bindings/eeprom/at25.yaml
Applied, thanks!