linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: mark.rutland@arm.com (Mark Rutland)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/3] ARM: mediatek: Add basic support for mt6592
Date: Thu, 9 Oct 2014 11:03:48 +0100	[thread overview]
Message-ID: <20141009100348.GE3869@leverpostej> (raw)
In-Reply-To: <1412760987-1668-1-git-send-email-ibanezchen@gmail.com>

[...]

> +	clocks {
> +		#address-cells = <1>;
> +		#size-cells = <1>;
> +		compatible = "simple-bus";
> +		ranges;
> +
> +		system_clk: dummy13m {
> +			compatible = "fixed-clock";
> +			clock-frequency = <13000000>;
> +			#clock-cells = <0>;
> +		};
> +
> +		rtc_clk: dummy32k {
> +			compatible = "fixed-clock";
> +			clock-frequency = <32000>;
> +			#clock-cells = <0>;
> +		};
> +
> +		uart_clk: uart_clk {
> +			compatible = "fixed-clock";
> +			clock-frequency = <26000000>;
> +			#clock-cells = <0>;
> +		};
> +	};

There is no need for a clocks node. Please just put these directly under
the root node.

Mark.

      parent reply	other threads:[~2014-10-09 10:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-08  9:36 [PATCH 1/3] ARM: mediatek: Add basic support for mt6592 Howard Chen
2014-10-08  9:36 ` [PATCH 2/3] ARM: mediatek: add dts for mt6592-evb Howard Chen
2014-10-08 19:23   ` Arnd Bergmann
2014-10-09  9:39     ` Howard Chen
2014-10-08  9:36 ` [PATCH 3/3] dt-bindings: add documentation for Mediatek SoC Howard Chen
2014-10-08 19:25   ` Arnd Bergmann
2014-10-08 19:26 ` [PATCH 1/3] ARM: mediatek: Add basic support for mt6592 Arnd Bergmann
2014-10-09 10:03 ` Mark Rutland [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141009100348.GE3869@leverpostej \
    --to=mark.rutland@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).