From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 29 Jun 2015 23:45:47 +0900 Message-ID: <878ub2h8tg.wl-ysato@users.sourceforge.jp> From: Yoshinori Sato To: Geert Uytterhoeven Cc: Michael Turquette , Stephen Boyd , uclinux-h8-devel@lists.sourceforge.jp, linux-clk@vger.kernel.org Subject: Re: [PATCH] clk: h8300: Remove "sh73a0-" part from compatible value In-Reply-To: <1435570978-1734-1-git-send-email-geert+renesas@glider.be> References: <1435570978-1734-1-git-send-email-geert+renesas@glider.be> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII List-ID: On Mon, 29 Jun 2015 18:42:58 +0900, Geert Uytterhoeven wrote: > > Drop the bogus "sh73a0-" part (accidentally copied from shmobile?) from > the compatible value. Ouch. Applied. Thanks. > Signed-off-by: Geert Uytterhoeven > --- > Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.txt b/Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.txt > index 36c2b528245cd48f..399e0da22348b19e 100644 > --- a/Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.txt > +++ b/Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.txt > @@ -2,7 +2,7 @@ > > Required Properties: > > - - compatible: Must be "renesas,sh73a0-h8300-div-clock" > + - compatible: Must be "renesas,h8300-div-clock" > > - clocks: Reference to the parent clocks ("extal1" and "extal2") > > -- > 1.9.1 > -- Yoshinori Sato