RE: [PATCH v4 1/4] dt-bindings: mfd: aspeed-lpc: Convert to YAML schema
From: ChiaWei Wang <hidden>
Date: 2021-09-15 02:21:47
Also in:
linux-arm-kernel, linux-aspeed, lkml, openbmc
From: ChiaWei Wang <hidden>
Date: 2021-09-15 02:21:47
Also in:
linux-arm-kernel, linux-aspeed, lkml, openbmc
From: Rob Herring <robh+dt@kernel.org> Sent: Tuesday, September 14, 2021 8:28 PM On Mon, Sep 13, 2021 at 1:02 AM Chia-Wei Wang [off-list ref] wrote:quoted
Convert the bindings of Aspeed LPC from text file into YAML schema. Signed-off-by: Chia-Wei Wang <redacted> --- .../devicetree/bindings/mfd/aspeed-lpc.txt | 157 --------------- .../devicetree/bindings/mfd/aspeed-lpc.yaml | 187++++++++++++++++++quoted
2 files changed, 187 insertions(+), 157 deletions(-) delete mode 100644 Documentation/devicetree/bindings/mfd/aspeed-lpc.txt create mode 100644 Documentation/devicetree/bindings/mfd/aspeed-lpc.yamldiff --git a/Documentation/devicetree/bindings/mfd/aspeed-lpc.txtb/Documentation/devicetree/bindings/mfd/aspeed-lpc.txt deleted file mode 100644 index 936aa108eab4..000000000000--- a/Documentation/devicetree/bindings/mfd/aspeed-lpc.txt +++ /dev/null@@ -1,157 +0,0 @@ +patternProperties: + "^lpc-ctrl@[0-9a-f]+$": + type: object + + description: + The LPC Host Interface Controller manages functions exposed to thehost such asquoted
+ LPC firmware hub cycles, configuration of the LPC-to-AHB mapping,UART managementquoted
+ and bus snoop configuration. + + properties: + comptabile:typo here. This is the source of your warnings.
Thanks! Sorry for making this typo. Will keep in mind to check the spelling in the future. A v5 patch will be sent to fix these warning. Regards, Chiawei