The following changes since commit 0a6081b673bb6aaec31771b3111dd6741c94382f: arm64: dts: add arm/arm64 include symlinks (2017-03-21 17:21:28 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.12-rockchip-dts64-symlinks-1 for you to fetch changes up to b9ed79fa91c5271ca166dfde99883ca3afb190fe: arm64: dts: rockchip: add regulator info for Kevin digitizer (2017-03-23 00:51:58 +0100) ---------------------------------------------------------------- Rockchip dts changes based on the newly created arm/arm64 symlinks. The core addition is the support for the rk3399-based Gru family of ChromeOS devices, like the Kevin board which is the recently released Samsung Chromebook Plus. Additionally the usb3 controllers are added to rk3399 as they're used on Gru devices and even without full type-c support they can at least drive usb2 devices already. ---------------------------------------------------------------- Brian Norris (5): arm64: dts: rockchip: support dwc3 USB for rk3399 dt-bindings: Document rk3399 Gru/Kevin arm64: dts: rockchip: add Gru/Kevin DTS arm64: dts: rockchip: describe Gru/Kevin OPPs + CPU regulators arm64: dts: rockchip: add regulator info for Kevin digitizer Documentation/devicetree/bindings/arm/rockchip.txt | 20 + arch/arm64/boot/dts/rockchip/Makefile | 1 + arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts | 306 ++++++ arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi | 1103 ++++++++++++++++++++ arch/arm64/boot/dts/rockchip/rk3399-opp.dtsi | 145 +++ arch/arm64/boot/dts/rockchip/rk3399.dtsi | 54 + 6 files changed, 1629 insertions(+) create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-opp.dtsi