* Re-using sun5i-a13.dtsi for the r8 ?
@ 2015-08-21 7:53 Hans de Goede
[not found] ` <55D6D8E3.3020403-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Hans de Goede @ 2015-08-21 7:53 UTC (permalink / raw)
To: Maxime Ripard, devicetree, linux-sunxi
Hi Maxime,
I just realized that I never answered your question about the need
for a tvencoder simplefb node in sun5i-a13.dtsi, like the one from
the "ARM: dts: sun5i: Add simplefb node for tvencoder output"
I think the real question is do we want to use sun5i-a13.dtsi for
the r8 ?
I would expect us to use a sun5i-r8.dtsi, this one could then
include sun5i-a13.dtsi, and have the extra simplefb node for
the tvencoder. Putting the simplefb node for the tvencoder
in sun5i-a13.dtsi feels wrong because the A13 package does
not have a tvout pin.
Does that sound like a good solution to you ?
Regards,
Hans
--
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re-using sun5i-a13.dtsi for the r8 ?
[not found] ` <55D6D8E3.3020403-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
@ 2015-08-24 14:26 ` Maxime Ripard
2015-08-25 0:24 ` Julian Calaby
0 siblings, 1 reply; 5+ messages in thread
From: Maxime Ripard @ 2015-08-24 14:26 UTC (permalink / raw)
To: Hans de Goede; +Cc: devicetree, linux-sunxi
[-- Attachment #1: Type: text/plain, Size: 959 bytes --]
Hi,
On Fri, Aug 21, 2015 at 09:53:07AM +0200, Hans de Goede wrote:
> I just realized that I never answered your question about the need
> for a tvencoder simplefb node in sun5i-a13.dtsi, like the one from
> the "ARM: dts: sun5i: Add simplefb node for tvencoder output"
>
> I think the real question is do we want to use sun5i-a13.dtsi for
> the r8 ?
So far, the only information I got about the R8 was that it was
strictly identical to the A13, and it was making sense to re-use it
entirely.
> I would expect us to use a sun5i-r8.dtsi, this one could then
> include sun5i-a13.dtsi, and have the extra simplefb node for
> the tvencoder. Putting the simplefb node for the tvencoder
> in sun5i-a13.dtsi feels wrong because the A13 package does
> not have a tvout pin.
But if it turns out it's not, then yeah, we'll have to make another
DTSI.
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re: Re-using sun5i-a13.dtsi for the r8 ?
2015-08-24 14:26 ` Maxime Ripard
@ 2015-08-25 0:24 ` Julian Calaby
[not found] ` <CAGRGNgW06-znXSnPKS3nfU_FseTZ0OcMea5qEzHVaTkpRfXHUg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Julian Calaby @ 2015-08-25 0:24 UTC (permalink / raw)
To: Maxime Ripard; +Cc: Hans de Goede, devicetree, linux-sunxi
Hi Maxime,
On Tue, Aug 25, 2015 at 12:26 AM, Maxime Ripard
<maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> wrote:
> Hi,
>
> On Fri, Aug 21, 2015 at 09:53:07AM +0200, Hans de Goede wrote:
>> I just realized that I never answered your question about the need
>> for a tvencoder simplefb node in sun5i-a13.dtsi, like the one from
>> the "ARM: dts: sun5i: Add simplefb node for tvencoder output"
>>
>> I think the real question is do we want to use sun5i-a13.dtsi for
>> the r8 ?
>
> So far, the only information I got about the R8 was that it was
> strictly identical to the A13, and it was making sense to re-use it
> entirely.
Does having the tvout pin change the pinmux options or is that pin
strictly single use?
(And if it is strictly single use, is adding that pin the entirety of
the software visible hardware changes?)
>> I would expect us to use a sun5i-r8.dtsi, this one could then
>> include sun5i-a13.dtsi, and have the extra simplefb node for
>> the tvencoder. Putting the simplefb node for the tvencoder
>> in sun5i-a13.dtsi feels wrong because the A13 package does
>> not have a tvout pin.
>
> But if it turns out it's not, then yeah, we'll have to make another
> DTSI.
IMHO that's enough of a change to warrant a new DTSI, I feel that
someone's going to use the lack of DTSI as "proof" that we don't
support the R8 or try to use the tv encoder on an A13.
Thanks,
--
Julian Calaby
Email: julian.calaby-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Profile: http://www.google.com/profiles/julian.calaby/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re: Re-using sun5i-a13.dtsi for the r8 ?
[not found] ` <CAGRGNgW06-znXSnPKS3nfU_FseTZ0OcMea5qEzHVaTkpRfXHUg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2015-08-25 5:14 ` Maxime Ripard
2015-08-25 5:27 ` Julian Calaby
0 siblings, 1 reply; 5+ messages in thread
From: Maxime Ripard @ 2015-08-25 5:14 UTC (permalink / raw)
To: Julian Calaby; +Cc: Hans de Goede, devicetree, linux-sunxi
[-- Attachment #1: Type: text/plain, Size: 2084 bytes --]
On Tue, Aug 25, 2015 at 10:24:51AM +1000, Julian Calaby wrote:
> Hi Maxime,
>
> On Tue, Aug 25, 2015 at 12:26 AM, Maxime Ripard
> <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> wrote:
> > Hi,
> >
> > On Fri, Aug 21, 2015 at 09:53:07AM +0200, Hans de Goede wrote:
> >> I just realized that I never answered your question about the need
> >> for a tvencoder simplefb node in sun5i-a13.dtsi, like the one from
> >> the "ARM: dts: sun5i: Add simplefb node for tvencoder output"
> >>
> >> I think the real question is do we want to use sun5i-a13.dtsi for
> >> the r8 ?
> >
> > So far, the only information I got about the R8 was that it was
> > strictly identical to the A13, and it was making sense to re-use it
> > entirely.
>
> Does having the tvout pin change the pinmux options or is that pin
> strictly single use?
>
> (And if it is strictly single use, is adding that pin the entirety of
> the software visible hardware changes?)
I have no idea.
> >> I would expect us to use a sun5i-r8.dtsi, this one could then
> >> include sun5i-a13.dtsi, and have the extra simplefb node for
> >> the tvencoder. Putting the simplefb node for the tvencoder
> >> in sun5i-a13.dtsi feels wrong because the A13 package does
> >> not have a tvout pin.
> >
> > But if it turns out it's not, then yeah, we'll have to make another
> > DTSI.
>
> IMHO that's enough of a change to warrant a new DTSI,
Yep.
> I feel that someone's going to use the lack of DTSI as "proof" that
> we don't support the R8 or try to use the tv encoder on an A13.
But that argument is dubious. That's not how it works. The list of
DTSIs has never been comprehensive list of the supported SoCs.
We support SoCs that don't have a DTSI (like we can see with the R8),
and we also support, and even support DT that don't even have a
matching machine. It's never been that way, and will never be.
Plus, you're never actually using the DTSI directly, just the board
DT, that will be there.
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re: Re-using sun5i-a13.dtsi for the r8 ?
2015-08-25 5:14 ` Maxime Ripard
@ 2015-08-25 5:27 ` Julian Calaby
0 siblings, 0 replies; 5+ messages in thread
From: Julian Calaby @ 2015-08-25 5:27 UTC (permalink / raw)
To: Maxime Ripard; +Cc: Hans de Goede, devicetree, linux-sunxi
Hi Maxime,
On Tue, Aug 25, 2015 at 3:14 PM, Maxime Ripard
<maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> wrote:
> On Tue, Aug 25, 2015 at 10:24:51AM +1000, Julian Calaby wrote:
>> Hi Maxime,
>>
>> On Tue, Aug 25, 2015 at 12:26 AM, Maxime Ripard
>> <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> wrote:
>> > Hi,
>> >
>> > On Fri, Aug 21, 2015 at 09:53:07AM +0200, Hans de Goede wrote:
>> >> I just realized that I never answered your question about the need
>> >> for a tvencoder simplefb node in sun5i-a13.dtsi, like the one from
>> >> the "ARM: dts: sun5i: Add simplefb node for tvencoder output"
>> >>
>> >> I think the real question is do we want to use sun5i-a13.dtsi for
>> >> the r8 ?
>> >
>> > So far, the only information I got about the R8 was that it was
>> > strictly identical to the A13, and it was making sense to re-use it
>> > entirely.
>>
>> Does having the tvout pin change the pinmux options or is that pin
>> strictly single use?
>>
>> (And if it is strictly single use, is adding that pin the entirety of
>> the software visible hardware changes?)
>
> I have no idea.
>
>> >> I would expect us to use a sun5i-r8.dtsi, this one could then
>> >> include sun5i-a13.dtsi, and have the extra simplefb node for
>> >> the tvencoder. Putting the simplefb node for the tvencoder
>> >> in sun5i-a13.dtsi feels wrong because the A13 package does
>> >> not have a tvout pin.
>> >
>> > But if it turns out it's not, then yeah, we'll have to make another
>> > DTSI.
>>
>> IMHO that's enough of a change to warrant a new DTSI,
>
> Yep.
>
>> I feel that someone's going to use the lack of DTSI as "proof" that
>> we don't support the R8 or try to use the tv encoder on an A13.
>
> But that argument is dubious. That's not how it works. The list of
> DTSIs has never been comprehensive list of the supported SoCs.
Most definitely. I'm not talking about sensible people here. =)
Thanks,
--
Julian Calaby
Email: julian.calaby-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Profile: http://www.google.com/profiles/julian.calaby/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-08-25 5:27 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-21 7:53 Re-using sun5i-a13.dtsi for the r8 ? Hans de Goede
[not found] ` <55D6D8E3.3020403-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-08-24 14:26 ` Maxime Ripard
2015-08-25 0:24 ` Julian Calaby
[not found] ` <CAGRGNgW06-znXSnPKS3nfU_FseTZ0OcMea5qEzHVaTkpRfXHUg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-08-25 5:14 ` Maxime Ripard
2015-08-25 5:27 ` Julian Calaby
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).