lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 6 May 2014 12:23:43 -0500
From:	Rob Herring <robherring2@...il.com>
To:	Beniamino Galvani <b.galvani@...il.com>
Cc:	Heiko Stuebner <heiko@...ech.de>,
	Matthias Brugger <matthias.bgg@...il.com>,
	"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
	"linux-arm-kernel@...ts.infradead.org" 
	<linux-arm-kernel@...ts.infradead.org>,
	"linux-doc@...r.kernel.org" <linux-doc@...r.kernel.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	Rob Herring <robh+dt@...nel.org>,
	Pawel Moll <pawel.moll@....com>,
	Mark Rutland <mark.rutland@....com>,
	Ian Campbell <ijc+devicetree@...lion.org.uk>,
	Kumar Gala <galak@...eaurora.org>
Subject: Re: [PATCH v2 2/2] ARM: dts: rockchip: add root compatible properties

On Tue, May 6, 2014 at 12:10 PM, Beniamino Galvani <b.galvani@...il.com> wrote:
> Add the missing 'compatible' property to device tree root node of
>
>  - rk3066a-bqcurie2.dts
>  - rk3188-radxarock.dts
>
> and document the new values.
>
> Signed-off-by: Beniamino Galvani <b.galvani@...il.com>

Acked-by: Rob Herring <robh@...nel.org>

> ---
>
> v2:
>  - use mundoreader prefix instead of bq as suggested by Heiko Stuebner
>
>  Documentation/devicetree/bindings/arm/rockchip.txt |   10 ++++++++++
>  arch/arm/boot/dts/rk3066a-bqcurie2.dts             |    1 +
>  arch/arm/boot/dts/rk3188-radxarock.dts             |    1 +
>  3 files changed, 12 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/arm/rockchip.txt
>
> diff --git a/Documentation/devicetree/bindings/arm/rockchip.txt b/Documentation/devicetree/bindings/arm/rockchip.txt
> new file mode 100644
> index 0000000..857f126
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/arm/rockchip.txt
> @@ -0,0 +1,10 @@
> +Rockchip platforms device tree bindings
> +---------------------------------------
> +
> +- bq Curie 2 tablet:
> +    Required root node properties:
> +      - compatible = "mundoreader,bq-curie2", "rockchip,rk3066a";
> +
> +- Radxa Rock board:
> +    Required root node properties:
> +      - compatible = "radxa,rock", "rockchip,rk3188";
> diff --git a/arch/arm/boot/dts/rk3066a-bqcurie2.dts b/arch/arm/boot/dts/rk3066a-bqcurie2.dts
> index 035df40..afb3273 100644
> --- a/arch/arm/boot/dts/rk3066a-bqcurie2.dts
> +++ b/arch/arm/boot/dts/rk3066a-bqcurie2.dts
> @@ -18,6 +18,7 @@
>
>  / {
>         model = "bq Curie 2";
> +       compatible = "mundoreader,bq-curie2", "rockchip,rk3066a";
>
>         memory {
>                 reg = <0x60000000 0x40000000>;
> diff --git a/arch/arm/boot/dts/rk3188-radxarock.dts b/arch/arm/boot/dts/rk3188-radxarock.dts
> index 3ba1968..a5eee55 100644
> --- a/arch/arm/boot/dts/rk3188-radxarock.dts
> +++ b/arch/arm/boot/dts/rk3188-radxarock.dts
> @@ -17,6 +17,7 @@
>
>  / {
>         model = "Radxa Rock";
> +       compatible = "radxa,rock", "rockchip,rk3188";
>
>         memory {
>                 reg = <0x60000000 0x80000000>;
> --
> 1.7.10.4
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ