u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* Are dt-bindings headers part of the device tree spec?
@ 2021-12-15 15:53 Sean Anderson
  2021-12-15 16:11 ` Tom Rini
  2021-12-17 16:37 ` Simon Glass
  0 siblings, 2 replies; 3+ messages in thread
From: Sean Anderson @ 2021-12-15 15:53 UTC (permalink / raw)
  To: U Boot, Tom Rini, Simon Glass
  Cc: François Ozog, Mark Kettenis, Oleksandr Andrushchenko,
	Weijie Gao, Ilias Apalodimas, Heinrich Schuchardt


Hi all,

I'm reviewing a clock driver [1], and the submitter has deviated from
the defines used by Linux. For example, where Linux might have

	#define CLOCK_FOOBAR 5

his driver might have

	#define CLK_FUBAR 6

Which means that both the device tree source and the resulting device
tree binary will be different.

As I understand it, we try to be compatible with Linux on these things.
However, it is unclear to me if include/dt-bindings is also part of
this, or just the things in Documentation/devicetree/bindings. And if it
is, do we need to have compatible sources, compatible binaries, or both?
In general, I think we should try to have the same headers as well, but
is it permitted to allow deviations with reasonable justification?

--Sean

[1] https://lore.kernel.org/u-boot/de6e75a083647dfeec3058dd4dcc0419b08e155c.1637285375.git.weijie.gao@mediatek.com/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Are dt-bindings headers part of the device tree spec?
  2021-12-15 15:53 Are dt-bindings headers part of the device tree spec? Sean Anderson
@ 2021-12-15 16:11 ` Tom Rini
  2021-12-17 16:37 ` Simon Glass
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2021-12-15 16:11 UTC (permalink / raw)
  To: Sean Anderson, devicetree, Rob Herring
  Cc: U Boot, Simon Glass, François Ozog, Mark Kettenis,
	Oleksandr Andrushchenko, Weijie Gao, Ilias Apalodimas,
	Heinrich Schuchardt

[-- Attachment #1: Type: text/plain, Size: 1060 bytes --]

On Wed, Dec 15, 2021 at 10:53:26AM -0500, Sean Anderson wrote:
> 
> Hi all,
> 
> I'm reviewing a clock driver [1], and the submitter has deviated from
> the defines used by Linux. For example, where Linux might have
> 
> 	#define CLOCK_FOOBAR 5
> 
> his driver might have
> 
> 	#define CLK_FUBAR 6
> 
> Which means that both the device tree source and the resulting device
> tree binary will be different.
> 
> As I understand it, we try to be compatible with Linux on these things.
> However, it is unclear to me if include/dt-bindings is also part of
> this, or just the things in Documentation/devicetree/bindings. And if it
> is, do we need to have compatible sources, compatible binaries, or both?
> In general, I think we should try to have the same headers as well, but
> is it permitted to allow deviations with reasonable justification?
> 
> --Sean
> 
> [1] https://lore.kernel.org/u-boot/de6e75a083647dfeec3058dd4dcc0419b08e155c.1637285375.git.weijie.gao@mediatek.com/

Adding a few more people to the thread.

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Are dt-bindings headers part of the device tree spec?
  2021-12-15 15:53 Are dt-bindings headers part of the device tree spec? Sean Anderson
  2021-12-15 16:11 ` Tom Rini
@ 2021-12-17 16:37 ` Simon Glass
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2021-12-17 16:37 UTC (permalink / raw)
  To: Sean Anderson
  Cc: U Boot, Tom Rini, François Ozog, Mark Kettenis,
	Oleksandr Andrushchenko, Weijie Gao, Ilias Apalodimas,
	Heinrich Schuchardt

Hi Sean,

On Wed, 15 Dec 2021 at 08:53, Sean Anderson <seanga2@gmail.com> wrote:
>
>
> Hi all,
>
> I'm reviewing a clock driver [1], and the submitter has deviated from
> the defines used by Linux. For example, where Linux might have
>
>         #define CLOCK_FOOBAR 5
>
> his driver might have
>
>         #define CLK_FUBAR 6
>
> Which means that both the device tree source and the resulting device
> tree binary will be different.
>
> As I understand it, we try to be compatible with Linux on these things.
> However, it is unclear to me if include/dt-bindings is also part of
> this, or just the things in Documentation/devicetree/bindings. And if it
> is, do we need to have compatible sources, compatible binaries, or both?
> In general, I think we should try to have the same headers as well, but
> is it permitted to allow deviations with reasonable justification?

I think they should be the same, including the name and value. It gets
too confusing otherwise.

If there are conversions needed for U-Boot, perhaps they could be
handled by some #defines in the driver or another file in U-Boot.

Regards,
Simon

>
> --Sean
>
> [1] https://lore.kernel.org/u-boot/de6e75a083647dfeec3058dd4dcc0419b08e155c.1637285375.git.weijie.gao@mediatek.com/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-12-17 16:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-15 15:53 Are dt-bindings headers part of the device tree spec? Sean Anderson
2021-12-15 16:11 ` Tom Rini
2021-12-17 16:37 ` Simon Glass

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).