Path: csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!news.servidellagleba.it!bofh.it!news.nic.it!robomod From: Matthias Brugger Newsgroups: linux.kernel Subject: Re: [PATCH v2 1/4] dt-bindings: mediatek: add bindings for MediaTek MT7622 SoC Date: Mon, 29 May 2017 17:20:02 +0200 Message-ID: References: X-Original-To: sean.wang@mediatek.com, robh+dt@kernel.org, mark.rutland@arm.com, devicetree@vger.kernel.org, linux-mediatek@lists.infradead.org Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=1Ic0rY+14hQsbg5nFUTjUKnuO1V9znFIu25SjQKdL7U=; b=nnSIMKiPYJVYSI16h4qMVYjRmfBmBODM6sbsMiThWLBSce1hASFHkPZSt0pEkT+mJ4 09jRNQLLilTyG/fb+MChCoD61GV7t2nfHeG0qnBXd507FSosmhrRrTq9k65cPp702PTI gIhk9hemWEoVUeKDlYH8fW/RYNlo/MS/PDpks7f5G5E7S0Ag2bYS4tPz2XS2PTF2t7Oy H6LVKhBCPsDOMUunWHaWT9yD7UPgxK0EeeKQKLo5yzaQ6FP95vuRvyzsqi9xEmjfvRky tmVQKDV8+GtVS2wHIwJ1q/EMhLqWruVzRXDsIZRsTP4OO1qiE5R9ABAG8Hz4u/ZK8WAQ hfUQ== X-Google-Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=1Ic0rY+14hQsbg5nFUTjUKnuO1V9znFIu25SjQKdL7U=; b=E7Phx7axcXfD7xzol7VH6SCdsbxb5jHNmrjleCfWipZid9MuXk7f0z5V12NJ0oYyRb PfodY+QrrtfUnPs7Kq+IKzT8Hn+xSwayHV8yGV9FzOCIKdUFmPAKLK3fL4Xy1Ai2cKda R6wwQYaOMBF7GGB9hSIrE7LkdNnQ+NTrm/qk0lc0jLE587+LCwaAsMq/4rhwA7Mawudv xesRkvc7gNvvolwzpcDxM3UZd16+RsVLt/5sRZLSkKvSUS6IYM8ufDyV//bdTDI/keHh St7uFAzOn/+fbTKRkQM0B77lRnaCMjzRrF0XrvHnuYLLBgHhA5IvLXT1/TPPuRj09pTB Xctw== X-Gm-Message-State: AODbwcAzwLlPo6O6lZ4hutsNuXMWTiCA4FDucx7BzKuqwoLun6ElcAti WoLBx8bX6MINGhDAJnYPGw== X-Received: by 10.80.212.28 with SMTP id t28mr13145442edh.172.1496070678332; Mon, 29 May 2017 08:11:18 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: robomod@news.nic.it List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Approved: robomod@news.nic.it Lines: 77 Organization: linux.* mail to news gateway X-Original-Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org X-Original-Date: Mon, 29 May 2017 17:11:16 +0200 X-Original-Message-ID: X-Original-References: <9b4e201f8f9ad11be98f22ccc3022b4e5d76a681.1496061587.git.sean.wang@mediatek.com> X-Original-Sender: linux-kernel-owner@vger.kernel.org Xref: csiph.com linux.kernel:1652586 On 29/05/17 14:56, sean.wang@mediatek.com wrote: > From: Sean Wang > > This adds dt-binding documentation for MediaTek MT7622 SoC > which currently only includes basic items such as ARM CPU, > MediaTek SYSIRQ and UART. > > Signed-off-by: Sean Wang > --- > Documentation/devicetree/bindings/arm/mediatek.txt | 4 ++++ > .../devicetree/bindings/interrupt-controller/mediatek,sysirq.txt | 3 ++- > Documentation/devicetree/bindings/serial/mtk-uart.txt | 1 + > 3 files changed, 7 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/arm/mediatek.txt b/Documentation/devicetree/bindings/arm/mediatek.txt > index c860b24..fc68570 100644 > --- a/Documentation/devicetree/bindings/arm/mediatek.txt > +++ b/Documentation/devicetree/bindings/arm/mediatek.txt > @@ -12,6 +12,7 @@ compatible: Must contain one of > "mediatek,mt6592" > "mediatek,mt6755" > "mediatek,mt6795" > + "mediatek,mt7622" > "mediatek,mt7623" > "mediatek,mt8127" > "mediatek,mt8135" > @@ -38,6 +39,9 @@ Supported boards: > - Evaluation board for MT6795(Helio X10): > Required root node properties: > - compatible = "mediatek,mt6795-evb", "mediatek,mt6795"; > +- Reference board variant 1 for MT7622: > + Required root node properties: > + - compatible = "mediatek,mt7622-rfb1", "mediatek,mt7622"; > - Evaluation board for MT7623: > Required root node properties: > - compatible = "mediatek,mt7623-evb", "mediatek,mt7623"; > diff --git a/Documentation/devicetree/bindings/interrupt-controller/mediatek,sysirq.txt b/Documentation/devicetree/bindings/interrupt-controller/mediatek,sysirq.txt > index a89c03b..eda1183 100644 > --- a/Documentation/devicetree/bindings/interrupt-controller/mediatek,sysirq.txt > +++ b/Documentation/devicetree/bindings/interrupt-controller/mediatek,sysirq.txt > @@ -1,4 +1,4 @@ > -+Mediatek 65xx/67xx/81xx sysirq > ++Mediatek MT65xx/MT67xx/MT762x/MT81xx sysirq > > Mediatek SOCs sysirq support controllable irq inverter for each GIC SPI > interrupt. > @@ -15,6 +15,7 @@ Required properties: > "mediatek,mt6582-sysirq" > "mediatek,mt6580-sysirq" > "mediatek,mt6577-sysirq" > + "mediatek,mt7622-sysirq" > "mediatek,mt2701-sysirq" This file is a mess and I posted some cleanups on the mailinglist. No need for you to resubmit. If the DT maintainers are fine with my cleanups, I cann change the line accordingly. Regards, Matthias > - interrupt-controller : Identifies the node as an interrupt controller > - #interrupt-cells : Use the same format as specified by GIC in arm,gic.txt. > diff --git a/Documentation/devicetree/bindings/serial/mtk-uart.txt b/Documentation/devicetree/bindings/serial/mtk-uart.txt > index 0015c72..daa1eef 100644 > --- a/Documentation/devicetree/bindings/serial/mtk-uart.txt > +++ b/Documentation/devicetree/bindings/serial/mtk-uart.txt > @@ -8,6 +8,7 @@ Required properties: > * "mediatek,mt6589-uart" for MT6589 compatible UARTS > * "mediatek,mt6755-uart" for MT6755 compatible UARTS > * "mediatek,mt6795-uart" for MT6795 compatible UARTS > + * "mediatek,mt7622-uart" for MT7622 compatible UARTS > * "mediatek,mt7623-uart" for MT7623 compatible UARTS > * "mediatek,mt8127-uart" for MT8127 compatible UARTS > * "mediatek,mt8135-uart" for MT8135 compatible UARTS >