Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1278040 > unrolled thread
| Started by | Chris Zhong <zyw@rock-chips.com> |
|---|---|
| First post | 2015-11-26 09:00 +0100 |
| Last post | 2015-11-26 15:00 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v5 01/11] clk: rockchip: add id for mipidsi sclk on rk3288 Chris Zhong <zyw@rock-chips.com> - 2015-11-26 09:00 +0100
Re: [PATCH v5 01/11] clk: rockchip: add id for mipidsi sclk on rk3288 Heiko Stübner <heiko@sntech.de> - 2015-11-26 15:00 +0100
| From | Chris Zhong <zyw@rock-chips.com> |
|---|---|
| Date | 2015-11-26 09:00 +0100 |
| Subject | [PATCH v5 01/11] clk: rockchip: add id for mipidsi sclk on rk3288 |
| Message-ID | <qyZDd-1YS-23@gated-at.bofh.it> |
Adds a new id for the sclk supplying the mipidsi on rk3288 socs. Signed-off-by: Chris Zhong <zyw@rock-chips.com> --- Changes in v5: - change the mipidsi clk to SCLK_MIPIDSI_24M Changes in v4: None Changes in v3: None Changes in v2: - add the mipi clk id in a single patch include/dt-bindings/clock/rk3288-cru.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dt-bindings/clock/rk3288-cru.h b/include/dt-bindings/clock/rk3288-cru.h index c719aac..14c759c 100644 --- a/include/dt-bindings/clock/rk3288-cru.h +++ b/include/dt-bindings/clock/rk3288-cru.h @@ -86,6 +86,7 @@ #define SCLK_USBPHY480M_SRC 122 #define SCLK_PVTM_CORE 123 #define SCLK_PVTM_GPU 124 +#define SCLK_MIPIDSI_24M 125 #define SCLK_MAC 151 #define SCLK_MACREF_OUT 152 -- 2.6.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Heiko Stübner <heiko@sntech.de> |
|---|---|
| Date | 2015-11-26 15:00 +0100 |
| Message-ID | <qz5fC-5UD-41@gated-at.bofh.it> |
| In reply to | #1278040 |
Hi Chris, Am Donnerstag, 26. November 2015, 15:50:15 schrieb Chris Zhong: > Adds a new id for the sclk supplying the mipidsi on rk3288 socs. > > Signed-off-by: Chris Zhong <zyw@rock-chips.com> applied this patch to my clock-branch for 4.5, after fixing the numbering to not conflict with the new crypto-clock. Heiko -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web