From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 3/5] ARM: dts: rcm-k1879xb1: Add dts files for K1879XB1YA
Date: Tue, 30 Jun 2015 23:07:42 +0200 [thread overview]
Message-ID: <2031644.ugW3XV6Cq8@wuerfel> (raw)
In-Reply-To: <1435677307-6526-4-git-send-email-andrew@ncrmnt.org>
On Tuesday 30 June 2015 18:15:05 Andrew Andrianov wrote:
> + memory {
> + device_type = "memory";
> + reg = <0x40000000 0x8000000>;
> + };
> +
> + chosen {
> + bootargs = "console=ttyS0,38400n8 earlyprintk=serial";
> + };
Can you use earlycon instead?
> +
> + clocks {
> + clk_core: clk_core at 324M {
> + /* Core 324MHz clock. */
> + compatible = "fixed-factor-clock";
> + #clock-cells = <0>;
> + clocks = <&oscillator_27m>;
> + clock-div = <1>;
> + clock-mult = <12>;
> + clock-output-names = "clk_core";
> + };
Indentation looks wrong.
> + axi {
> + compatible = "arm,amba-bus";
> + #address-cells = <1>;
> + #size-cells = <1>;
> + ranges = <0 0x0 0xFFFFFFFF>;
> +
> + usbehci: ehci at 0x10040000 {
> + compatible = "generic-ehci";
> + reg = <0x10040000 0x2000>;
> + interrupt-parent = <&vic1>;
> + interrupts = <3>; /* 35 */
> + status = "disabled";
> + };
> +
Please use standard node names, e.g. "usb" instead of "ehci" and "ohci",
and "serial" instead of "uart".
> +
> + dvb_ci0: dvb-ci at 10050000 {
> + compatible = "rcm,mdvbci";
> + reg = <0x10050000 0x10000>;
> + interrupts = <37>;
> + };
> +
> + xdmac0: xdmac at 10070000 {
> + compatible = "rcm,xdmac";
> + reg = <0x10070000 0x10000>;
> + interrupts = <16 17 18 19 20 21 22 23>;
> + };
Remove the nodes that don't have an established binding for now.
> + pinmux: sysconfigh at 0x20033084 {
> + compatible = "rcm,pinmux";
> + reg = <0x20033084 0x4>;
> + reg-names = "controlH";
> + };
This looks like it's only one register out of a larger area of
random things. Can you use a "syscon" device instead"?
Arnd
next prev parent reply other threads:[~2015-06-30 21:07 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-23 15:50 [PATCH 0/4] [New SoC] Add support for RC Module's K1879XB1YA Andrew Andrianov
2015-06-23 15:50 ` [PATCH 1/4] ARM: rcm-k1879xb1: Add support for K1879XB1 SoC Andrew Andrianov
2015-06-23 16:11 ` Russell King - ARM Linux
2015-06-23 16:56 ` Andrew
2015-06-24 2:15 ` Rob Herring
2015-06-26 10:11 ` Andrew
2015-06-30 15:15 ` [PATCH v2 0/5] [New SoC] Add support for RC Module's K1879XB1YA Andrew Andrianov
2015-06-30 15:15 ` [PATCH v2 1/5] ARM: rcm-k1879xb1: Add support for K1879XB1 SoC Andrew Andrianov
2015-06-30 21:01 ` arnRe: " Arnd Bergmann
2015-06-30 15:15 ` [PATCH v2 2/5] of: Add vendor prefix for RC Module Andrew Andrianov
2015-06-30 15:15 ` [PATCH v2 3/5] ARM: dts: rcm-k1879xb1: Add dts files for K1879XB1YA Andrew Andrianov
2015-06-30 21:07 ` Arnd Bergmann [this message]
2015-06-30 15:15 ` [PATCH v2 4/5] ARM: Add defconfig for RC Module K1879XB1YA SoC Andrew Andrianov
2015-06-30 15:15 ` [PATCH v2 5/5] cpuidle: ARM: Add cpuidle driver for K1879XB1YA Andrew Andrianov
2015-06-30 16:24 ` Sudeep Holla
2015-06-30 21:09 ` Arnd Bergmann
2015-06-30 21:20 ` Andrew
2015-06-23 15:50 ` [PATCH 2/4] of: Add vendor prefix for RC Module Andrew Andrianov
2015-06-23 15:50 ` [PATCH 3/4] ARM: dts: rcm-k1879xb1: Add dts files for K1879XB1YA Andrew Andrianov
2015-06-23 15:50 ` [PATCH 4/4] ARM: Add defconfig for RC Module K1879XB1YA SoC Andrew Andrianov
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=2031644.ugW3XV6Cq8@wuerfel \
--to=arnd@arndb.de \
--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