Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1478529

Re: [PATCH 5/6] ARM: dts: Add NextThing GR8 dtsi

From Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
Newsgroups linux.kernel
Subject Re: [PATCH 5/6] ARM: dts: Add NextThing GR8 dtsi
Date 2016-09-07 20:00 +0200
Message-ID <sePiF-2NZ-15@gated-at.bofh.it> (permalink)
References <sc8Uy-8n3-33@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, Aug 31, 2016 at 4:18 PM, Maxime Ripard
<maxime.ripard@free-electrons.com> wrote:
> From: Mylène Josserand <mylene.josserand@free-electrons.com>
>
> The GR8 is an SoC made by Nextthing loosely based on the sun5i family.
>
> Since it's not clear yet what we can factor out and merge with the A10s and
> A13 support, let's keep it out of the sun5i.dtsi include tree. We will
> figure out what can be shared when things settle down.
>
> Signed-off-by: Mylène Josserand <mylene.josserand@free-electrons.com>
> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
> ---
>  arch/arm/boot/dts/gr8.dtsi | 1080 ++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 1080 insertions(+)
>  create mode 100644 arch/arm/boot/dts/gr8.dtsi
>
> diff --git a/arch/arm/boot/dts/gr8.dtsi b/arch/arm/boot/dts/gr8.dtsi
> new file mode 100644
> index 000000000000..d21cfa3f3c14
> --- /dev/null
> +++ b/arch/arm/boot/dts/gr8.dtsi

In the node names, you sometimes use underscores and sometimes use hyphens.
Here are the ones I spotted:

> +               osc3M: osc3M_clk {
> +               pll3x2: pll3x2_clk {
> +               pll7x2: pll7x2_clk {
> +       display-engine {
> +               sram-controller@01c00000 {
> +                               otg_sram: sram-section@0000 {
> +               dma: dma-controller@01c02000 {
> +               tve0: tv-encoder@01c0a000 {
> +               tcon0: lcd-controller@01c0c000 {
> +               intc: interrupt-controller@01c20400 {
> +                       lcd_rgb666_pins: lcd_rgb666@0 {
> +                       nand_pins_a: nand_base0@0 {
> +                       nand_cs0_pins_a: nand_cs@0 {
> +                       nand_rb0_pins_a: nand_rb@0 {
> +                       uart1_cts_rts_pins_a: uart1-cts-rts@0 {
> +               fe0: display-frontend@01e00000 {
> +               be0: display-backend@01e60000 {

Underscores should not be used in node names. [1][2] Since you're adding a
new file here, please use hyphens instead.

[1] https://www.mail-archive.com/linux-kernel%40vger.kernel.org/msg1122967.html
[2] https://www.mail-archive.com/linux-kernel%40vger.kernel.org/msg1145633.html

-- 
Rask Ingemann Lambertsen

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 5/6] ARM: dts: Add NextThing GR8 dtsi Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-08-31 10:20 +0200
  Re: [PATCH 5/6] ARM: dts: Add NextThing GR8 dtsi Javier Martinez Canillas <javier@dowhile0.org> - 2016-09-07 17:00 +0200
    Re: [PATCH 5/6] ARM: dts: Add NextThing GR8 dtsi Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-09-08 12:00 +0200
  Re: [PATCH 5/6] ARM: dts: Add NextThing GR8 dtsi Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk> - 2016-09-07 20:00 +0200
    Re: [PATCH 5/6] ARM: dts: Add NextThing GR8 dtsi Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-09-08 12:10 +0200

csiph-web