From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Pinchart Date: Wed, 26 Feb 2014 12:53:55 +0000 Subject: Re: [PATCH v3 02/20] clk: shmobile: r8a7779: Add MSTP clock support Message-Id: <7743110.khXlAvnSls@avalon> List-Id: References: <1393400016-23433-1-git-send-email-horms+renesas@verge.net.au> <1393400016-23433-3-git-send-email-horms+renesas@verge.net.au> In-Reply-To: <1393400016-23433-3-git-send-email-horms+renesas@verge.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org Hi Simon, Thank you for the patch. On Wednesday 26 February 2014 16:33:18 Simon Horman wrote: > Add MSTP clock support for the r8a7779 SoC > > The only change required appears to be to note a new > compatibility string in the bindings. > > Cc: Laurent Pinchart > Signed-off-by: Simon Horman Acked-by: Laurent Pinchart > > --- > v3 > * As suggested by Laurent Pinchart > - Add entry in numerical order > --- > Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git > a/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt > b/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt index > a6a352c..f3226ac 100644 > --- a/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt > +++ b/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt > @@ -10,6 +10,7 @@ index in the group, from 0 to 31. > Required Properties: > > - compatible: Must be one of the following > + - "renesas,r8a7779-mstp-clocks" for R8A7779 (R-Car H1) MSTP gate clocks > - "renesas,r8a7790-mstp-clocks" for R8A7790 (R-Car H2) MSTP gate clocks - > "renesas,r8a7791-mstp-clocks" for R8A7791 (R-Car M2) MSTP gate clocks - > "renesas,cpg-mstp-clock" for generic MSTP gate clocks -- Regards, Laurent Pinchart