From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 9 Nov 2015 12:23:41 -0800 Subject: [U-Boot] [PATCH v4 07/20] rockchip: Bring in RK3036 device tree file includes and bindings In-Reply-To: <1447056167-16138-8-git-send-email-hl@rock-chips.com> References: <1447056167-16138-1-git-send-email-hl@rock-chips.com> <1447056167-16138-8-git-send-email-hl@rock-chips.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 9 November 2015 at 00:02, Lin Huang wrote: > Since rk3036 device tree file still in reviewing, bring it from > https://patchwork.kernel.org/patch/7203371/ and add some aliases > we need in uboot > > Signed-off-by: Lin Huang > --- > Changes in v1: > - clean copyright announcement > Changes in v2: None > Changes in v3: None > Changes in v4: None > > arch/arm/dts/rk3036.dtsi | 427 +++++++++++++++++++++++++++++++++ > include/dt-bindings/clock/rk3036-cru.h | 186 ++++++++++++++ > 2 files changed, 613 insertions(+) > create mode 100644 arch/arm/dts/rk3036.dtsi > create mode 100644 include/dt-bindings/clock/rk3036-cru.h Acked-by: Simon Glass