From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755693AbcLNKNM (ORCPT ); Wed, 14 Dec 2016 05:13:12 -0500 Received: from regular1.263xmail.com ([211.150.99.135]:37791 "EHLO regular1.263xmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755079AbcLNKMI (ORCPT ); Wed, 14 Dec 2016 05:12:08 -0500 X-263anti-spam: KSV:0; X-MAIL-GRAY: 0 X-MAIL-DELIVERY: 1 X-KSVirus-check: 0 X-ABS-CHECKED: 4 X-RL-SENDER: zhengxing@rock-chips.com X-FST-TO: linux-rockchip@lists.infradead.org X-SENDER-IP: 103.29.142.67 X-LOGIN-NAME: zhengxing@rock-chips.com X-UNIQUE-TAG: <0ca0bfb521508f598767be42d034e530> X-ATTACHMENT-NUM: 0 X-DNS-TYPE: 0 From: Xing Zheng To: linux-rockchip@lists.infradead.org Cc: dianders@google.com, heiko@sntech.de, Xing Zheng , William wu , Rob Herring , Shawn Lin , Catalin Marinas , Elaine Zhang , linux-clk@vger.kernel.org, David Wu , Brian Norris , Lin Huang , Douglas Anderson , Will Deacon , devicetree@vger.kernel.org, Michael Turquette , Stephen Boyd , linux-arm-kernel@lists.infradead.org, Jianqun Xu , linux-kernel@vger.kernel.org, Caesar Wang , Chris Zhong , Mark Rutland Subject: [PATCH 0/3] Add and export clk-480m clocks for ehci and ohci on RK3399 Date: Wed, 14 Dec 2016 18:11:38 +0800 Message-Id: <1481710301-1454-1-git-send-email-zhengxing@rock-chips.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This patches would like to fix the USB suspend block without the clk-480m clock. Let's add and export them to control them. Thanks. William wu (1): arm64: dts: rockchip: add clk-480m for ehci and ohci of rk3399 Xing Zheng (2): clk: rockchip: rk3399: add USBPHYx_480M_SRC clock IDs clk: rockchip: rk3399: export 480M_SRC clocks id for usbphy0/usbphy1 arch/arm64/boot/dts/rockchip/rk3399.dtsi | 28 ++++++++++++++++++++-------- drivers/clk/rockchip/clk-rk3399.c | 4 ++-- include/dt-bindings/clock/rk3399-cru.h | 2 ++ 3 files changed, 24 insertions(+), 10 deletions(-) -- 2.7.4