[U-Boot] [PATCH 8/9] rockchip: rk3188: Bring in rk3066/rk3188 clock bindings
Simon Glass
sjg at chromium.org
Sun Jul 17 16:13:55 CEST 2016
Hi Heiko,
On 15 July 2016 at 16:17, Heiko Stuebner <heiko at sntech.de> wrote:
> Bring in required device clock binding files from Linux.
> The clock trees for rk3066 and rk3188 are largely similar, which makes
> them share the common parts in a shared header. While we focus on rk3188
> for now, bring in both headers already for completeness sake.
>
> Signed-off-by: Heiko Stuebner <heiko at sntech.de>
> ---
> include/dt-bindings/clock/rk3066a-cru.h | 40 ++++
> include/dt-bindings/clock/rk3188-cru-common.h | 256 ++++++++++++++++++++++++++
> include/dt-bindings/clock/rk3188-cru.h | 56 ++++++
> 3 files changed, 352 insertions(+)
> create mode 100644 include/dt-bindings/clock/rk3066a-cru.h
> create mode 100644 include/dt-bindings/clock/rk3188-cru-common.h
> create mode 100644 include/dt-bindings/clock/rk3188-cru.h
>
> diff --git a/include/dt-bindings/clock/rk3066a-cru.h b/include/dt-bindings/clock/rk3066a-cru.h
> new file mode 100644
> index 0000000..d3a9824
> --- /dev/null
> +++ b/include/dt-bindings/clock/rk3066a-cru.h
> @@ -0,0 +1,40 @@
> +/*
> + * Copyright (c) 2014 MundoReader S.L.
> + * Author: Heiko Stuebner <heiko at sntech.de>
> + *
> + * This program is free software; you can redistribute it and/or modify
> + * it under the terms of the GNU General Public License as published by
> + * the Free Software Foundation; either version 2 of the License, or
> + * (at your option) any later version.
> + *
> + * This program is distributed in the hope that it will be useful,
> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> + * GNU General Public License for more details.
Can you please use SPDX?
Regards,
Simon
More information about the U-Boot
mailing list