* renesas,h8300-bsc
@ 2015-06-29 9:51 Geert Uytterhoeven
2015-06-29 14:48 ` renesas,h8300-bsc Yoshinori Sato
0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2015-06-29 9:51 UTC (permalink / raw)
To: Yoshinori Sato
Cc: uclinux-h8-devel-5NWGOfrQmneRv+LV9MX5uooqe+aC9MnS,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Hi Sato-san,
Documentation/devicetree/bindings/memory-controllers/renesas,h8300-bsc.txt says:
+Required properties:
+ - compatible: Must be "renesas,h8300-bsc".
+ - reg: Base address and length of BSC registers.
But the example uses another compatible value, which is not documented,
in addition to the one above:
+Example.
+ bsc: memory-controller@fee01e {
+ compatible = "renesas,h8300h-bsc", "renesas,h8300-bsc";
+ reg = <0xfee01e 8>;
+ };
The example matches the simulator's dts:
h8300h_sim.dts: compatible = "renesas,h8300h-bsc", "renesas,h8300-bsc";
But the dtses for real hardware use yet another undocumented value:
edosk2674.dts: compatible = "renesas,h8s-bsc", "renesas,h8300-bsc";
h8s_sim.dts: compatible = "renesas,h8s-bsc", "renesas,h8300-bsc";
Can you please fix this?
BTW, scripts/checkpatch.pl should have told you about some of the
discrepancies.
Thanks!
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
--
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] 2+ messages in thread* Re: renesas,h8300-bsc
2015-06-29 9:51 renesas,h8300-bsc Geert Uytterhoeven
@ 2015-06-29 14:48 ` Yoshinori Sato
0 siblings, 0 replies; 2+ messages in thread
From: Yoshinori Sato @ 2015-06-29 14:48 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: uclinux-h8-devel-5NWGOfrQmneRv+LV9MX5uooqe+aC9MnS,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
On Mon, 29 Jun 2015 18:51:13 +0900,
Geert Uytterhoeven wrote:
>
> Hi Sato-san,
>
> Documentation/devicetree/bindings/memory-controllers/renesas,h8300-bsc.txt says:
>
> +Required properties:
> + - compatible: Must be "renesas,h8300-bsc".
> + - reg: Base address and length of BSC registers.
>
> But the example uses another compatible value, which is not documented,
> in addition to the one above:
>
> +Example.
> + bsc: memory-controller@fee01e {
> + compatible = "renesas,h8300h-bsc", "renesas,h8300-bsc";
> + reg = <0xfee01e 8>;
> + };
>
> The example matches the simulator's dts:
>
> h8300h_sim.dts: compatible = "renesas,h8300h-bsc", "renesas,h8300-bsc";
>
> But the dtses for real hardware use yet another undocumented value:
>
> edosk2674.dts: compatible = "renesas,h8s-bsc", "renesas,h8300-bsc";
> h8s_sim.dts: compatible = "renesas,h8s-bsc", "renesas,h8300-bsc";
>
> Can you please fix this?
OK.
A document doesn't catch up code.
> BTW, scripts/checkpatch.pl should have told you about some of the
> discrepancies.
>
> Thanks!
>
> Gr{oetje,eeting}s,
>
> Geert
>
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org
>
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
> -- Linus Torvalds
--
Yoshinori Sato
<ysato-Rn4VEauK+AKRv+LV9MX5uooqe+aC9MnS@public.gmane.org>
--
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] 2+ messages in thread
end of thread, other threads:[~2015-06-29 14:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-29 9:51 renesas,h8300-bsc Geert Uytterhoeven
2015-06-29 14:48 ` renesas,h8300-bsc Yoshinori Sato
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).