Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1647796
| From | Heiko Stuebner <heiko@sntech.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 1/3] clk: rockchip: add dt-binding header for rk3128 |
| Date | 2017-05-23 10:40 +0200 |
| Message-ID | <tKdwe-Fm-27@gated-at.bofh.it> (permalink) |
| References | <tK6Ep-4Jb-13@gated-at.bofh.it> <tK6Eq-4Jb-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Elaine, Am Dienstag, 23. Mai 2017, 09:11:03 CEST schrieb Elaine Zhang: > Add the dt-bindings header for the rk3128, > that gets shared between the clock controller and > the clock references in the dts. > Add softreset ID for rk3128. > And it also applies to the RK3126 SoC. > > Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> > --- > include/dt-bindings/clock/rk3128-cru.h | 283 +++++++++++++++++++++++++++++++++ > 1 file changed, 283 insertions(+) > create mode 100644 include/dt-bindings/clock/rk3128-cru.h > > diff --git a/include/dt-bindings/clock/rk3128-cru.h b/include/dt-bindings/clock/rk3128-cru.h > new file mode 100644 > index 000000000000..5f055a41584b > --- /dev/null > +++ b/include/dt-bindings/clock/rk3128-cru.h [...] > +#define SCLK_USB480M 154 > +#define SCLK_USB480M_PHY 155 We probably don't need the clock-id for USB480M_PHY, as it is an external clock and is unused. Instead as I wrote in the previous patch, it should be added to the list of external clocks in the binding txt document. Heiko
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v3 1/3] clk: rockchip: add dt-binding header for rk3128 Elaine Zhang <zhangqing@rock-chips.com> - 2017-05-23 03:20 +0200 Re: [PATCH v3 1/3] clk: rockchip: add dt-binding header for rk3128 Heiko Stuebner <heiko@sntech.de> - 2017-05-23 10:40 +0200
csiph-web