Re: [PATCH v3 2/2] dt-bindings: ata: add DT bindings for MediaTek SATA controller
From: Rob Herring <robh@kernel.org>
Date: 2017-08-17 20:30:05
Also in:
linux-ide, linux-mediatek, lkml
From: Rob Herring <robh@kernel.org>
Date: 2017-08-17 20:30:05
Also in:
linux-ide, linux-mediatek, lkml
On Sat, Aug 12, 2017 at 09:31:04AM +0800, Ryder Lee wrote:
Add DT bindings for the onboard SATA controller present on the MediaTek SoCs. Signed-off-by: Ryder Lee <ryder.lee@mediatek.com> --- Documentation/devicetree/bindings/ata/ahci-mtk.txt | 51 ++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 Documentation/devicetree/bindings/ata/ahci-mtk.txtdiff --git a/Documentation/devicetree/bindings/ata/ahci-mtk.txt b/Documentation/devicetree/bindings/ata/ahci-mtk.txt new file mode 100644 index 0000000..96c8d22 --- /dev/null +++ b/Documentation/devicetree/bindings/ata/ahci-mtk.txt@@ -0,0 +1,51 @@ +MediaTek Serial ATA controller + +Required properties: + - compatible : Must be "mediatek,soc-model-ahci", "mediatek,mtk-ahci".
Instead of "soc-model", pick something checkpatch.pl understands. IIRC, "<chip>" is one. With that, Acked-by: Rob Herring <robh@kernel.org>