devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
To: Lokesh Vutla <lokeshvutla-l0cyMroinI0@public.gmane.org>
Cc: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Linux OMAP Mailing List
	<linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Tero Kristo <t-kristo-l0cyMroinI0@public.gmane.org>,
	Sekhar Nori <nsekhar-l0cyMroinI0@public.gmane.org>,
	Device Tree Mailing List
	<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Vignesh R <vigneshr-l0cyMroinI0@public.gmane.org>,
	Keerthy <j-keerthy-l0cyMroinI0@public.gmane.org>,
	Praneeth Bajjuri <praneeth-l0cyMroinI0@public.gmane.org>
Subject: Re: [PATCH 1/8] ARM: OMAP2+: board-generic: add support for dra76x family
Date: Fri, 11 Aug 2017 08:42:53 -0700	[thread overview]
Message-ID: <20170811154253.GT8569@atomide.com> (raw)
In-Reply-To: <f0d5b151-c699-c683-97ce-d6689135e3ac-l0cyMroinI0@public.gmane.org>

* Lokesh Vutla <lokeshvutla-l0cyMroinI0@public.gmane.org> [170730 04:20]:
> Rob,
> 
> On 7/25/2017 12:10 PM, Lokesh Vutla wrote:
> > 
> > 
> > On 7/25/2017 12:32 AM, Rob Herring wrote:
> >> On Wed, Jul 19, 2017 at 01:24:56AM +0530, Lokesh Vutla wrote:
> >>> Adding board generic support for dra76 family.
> >>>
> >>> Signed-off-by: Lokesh Vutla <lokeshvutla-l0cyMroinI0@public.gmane.org>
> >>> ---
> >>>  Documentation/devicetree/bindings/arm/omap/omap.txt | 3 +++
> >>>  arch/arm/mach-omap2/board-generic.c                 | 1 +
> >>>  2 files changed, 4 insertions(+)
> >>>
> >>> diff --git a/Documentation/devicetree/bindings/arm/omap/omap.txt b/Documentation/devicetree/bindings/arm/omap/omap.txt
> >>> index 8219b2c6bb29..ffe02755a285 100644
> >>> --- a/Documentation/devicetree/bindings/arm/omap/omap.txt
> >>> +++ b/Documentation/devicetree/bindings/arm/omap/omap.txt
> >>> @@ -80,6 +80,9 @@ SoCs:
> >>>  - OMAP5432
> >>>    compatible = "ti,omap5432", "ti,omap5"
> >>>  
> >>> +- DRA762
> >>> +  compatible = "ti,dra76", "ti,dra7"
> >>
> >> 76 or 762?
> > 
> > Just wanted to cover all variants of dra76x with this compatible. Okay
> > ill use 762.
> > 
> >>
> >> How many of these 2 or 3 compatible strings actually get used? I'd 
> >> prefer to see one of these less specific compatibles get dropped.
> > 
> > ti,dra76 is being used. Ill try not to include ti,dra7 and post it again.
> 
> ti,dra7 is being used by cpufreq driver . So, I would like to use both
> ti,dra762 and ti,dra7 as compatible.

So are you going to repost this one with ti,dra762 and ti,dra7?

Regards,

Tony
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2017-08-11 15:42 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-18 19:54 [PATCH 0/8] ARM: dra7: Add support for dra76-evm Lokesh Vutla
     [not found] ` <20170718195503.1700-1-lokeshvutla-l0cyMroinI0@public.gmane.org>
2017-07-18 19:54   ` [PATCH 1/8] ARM: OMAP2+: board-generic: add support for dra76x family Lokesh Vutla
     [not found]     ` <20170718195503.1700-2-lokeshvutla-l0cyMroinI0@public.gmane.org>
2017-07-24 19:02       ` Rob Herring
2017-07-25  6:40         ` Lokesh Vutla
     [not found]           ` <5fcdf90c-4630-0834-ff09-46339dce90f6-l0cyMroinI0@public.gmane.org>
2017-07-30 11:19             ` Lokesh Vutla
     [not found]               ` <f0d5b151-c699-c683-97ce-d6689135e3ac-l0cyMroinI0@public.gmane.org>
2017-08-11 15:42                 ` Tony Lindgren [this message]
2017-07-18 19:54   ` [PATCH 2/8] ARM: dra76: Add support for device identification Lokesh Vutla
2017-07-18 19:54   ` [PATCH 3/8] ARM: dra7: hwmod: Register dra76x specific hwmod Lokesh Vutla
2017-07-18 19:54   ` [PATCH 4/8] ARM: dra76: Enable SMP for dra76 Lokesh Vutla
2017-07-18 19:55   ` [PATCH 5/8] ARM: OMAP: dra7: powerdomain data: Register SoC specific powerdomains Lokesh Vutla
2017-07-18 19:55   ` [PATCH 6/8] ARM: omap2plus_defconfig: Enable LP87565 Lokesh Vutla
2017-07-18 19:55   ` [PATCH 7/8] ARM: dts: Add support for dra76x family of devices Lokesh Vutla
2017-07-18 19:55   ` [PATCH 8/8] ARM: dts: Add support for dra76-evm Lokesh Vutla
     [not found]     ` <20170718195503.1700-9-lokeshvutla-l0cyMroinI0@public.gmane.org>
2017-07-24 10:30       ` Lokesh Vutla

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=20170811154253.GT8569@atomide.com \
    --to=tony-4v6ys6ai5vpbdgjk7y7tuq@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=j-keerthy-l0cyMroinI0@public.gmane.org \
    --cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=lokeshvutla-l0cyMroinI0@public.gmane.org \
    --cc=nsekhar-l0cyMroinI0@public.gmane.org \
    --cc=praneeth-l0cyMroinI0@public.gmane.org \
    --cc=robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=t-kristo-l0cyMroinI0@public.gmane.org \
    --cc=vigneshr-l0cyMroinI0@public.gmane.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).