From mboxrd@z Thu Jan 1 00:00:00 1970 From: "jianqun.xu" Subject: [PATCH 0/6] Add core dtsi for rk3399 from Rockchip Date: Wed, 17 Feb 2016 09:53:06 +0800 Message-ID: <1455673992-16469-1-git-send-email-jay.xu@rock-chips.com> Content-Type: text/plain; charset="utf-8" Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org, robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, pawel.moll-5wv7dgnIgG8@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org, galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org, jwerner-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org, broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, catalin.marinas-5wv7dgnIgG8@public.gmane.org, will.deacon-5wv7dgnIgG8@public.gmane.org, sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org, linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, sjoerd.simons-ZGY8ohtN/8pPYcu2f3hruQ@public.gmane.org Cc: huangtao-TNX95d0MmH7DzftRWevZcw@public.gmane.org, linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Xu Jianqun List-Id: devicetree@vger.kernel.org From: Xu Jianqun There is the new SoCs from Rockchip which named rk3399, the patches are added to support them. Two patch of cru from Xing are quoted, but the cru driver will be pushed by Xing near later. Xing Zheng (2): clk: rockchip: add dt-binding header for rk3399 dt-bindings: add documentation of rk3399 clock controller Xu Jianqun (4): spi: rockchip: add bindings for rk3399 spi ASoC: rockchip: add bindings for rk3399 i2s pinctrl: rockchip: add bindings for rk3399 pinctrl ARM64: dts: rockchip: add core dtsi file for rk3399 .../bindings/clock/rockchip,rk3399-cru.txt | 82 ++ .../bindings/pinctrl/rockchip,pinctrl.txt | 2 +- .../devicetree/bindings/sound/rockchip-i2s.txt | 1 + .../devicetree/bindings/spi/spi-rockchip.txt | 1 + arch/arm64/boot/dts/rockchip/rk3399.dtsi | 989 +++++++++++++++++++++ include/dt-bindings/clock/rk3399-cru.h | 610 +++++++++++++ 6 files changed, 1684 insertions(+), 1 deletion(-) create mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3399-cru.txt create mode 100644 arch/arm64/boot/dts/rockchip/rk3399.dtsi create mode 100644 include/dt-bindings/clock/rk3399-cru.h -- 1.9.1 -- 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