[PATCH 1/2] ARM: DT: tegra: Add board leaver compatible properties
Stephen Warren
swarren at wwwdotorg.org
Wed Jan 2 18:22:27 EST 2013
On 01/02/2013 03:50 PM, Bryan Wu wrote:
A patch description would be useful.
> diff --git a/Documentation/devicetree/bindings/arm/tegra.txt b/Documentation/devicetree/bindings/arm/tegra.txt
> -Boards with the tegra20 SoC shall have the following properties:
> +- Boards with the tegra20 SoC shall have the following properties:
> + Required root node property:
> + compatible = "nvidia,tegra20";
Since you're changing that, Tegra should be capitalized in free-form text.
> +Boards
> +-------------------------------------------
> +
> +- NVIDIA Tegra20 Harmony evaluation board:
> + compatible = "nvidia,harmony", "nvidia,tegra20";
> +
> +- Avionic Design Medcom-Wide board:
> + compatible = "ad,medcom-wide", "ad,tamonten", "nvidia,tegra20";
This seems a little long-winded. Perhaps just say:
SoCs
-------------------------------------------
Each device tree must specify which Tegra SoC it uses, using one of the
following compatible values:
nvidia,tegra20
nvidia,tegra30
Boards
-------------------------------------------
Each device tree must specify which one or more of the following
board-specific compatible values:
ad,plutux
compal,paz00
nvidia,harmony
...
(and keep the list alphabetically sorted)
More information about the linux-arm-kernel
mailing list