Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1428373 > unrolled thread
| Started by | Yakir Yang <ykk@rock-chips.com> |
|---|---|
| First post | 2016-06-22 05:10 +0200 |
| Last post | 2016-06-22 05:10 +0200 |
| Articles | 2 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH v3 0/4] Add the eDP/VOP device node for rk3399 Yakir Yang <ykk@rock-chips.com> - 2016-06-22 05:10 +0200
[PATCH v3.1 4/4] arm64: dts: rockchip: introduce pclk_vio_grf in eDP device node Yakir Yang <ykk@rock-chips.com> - 2016-06-22 05:10 +0200
| From | Yakir Yang <ykk@rock-chips.com> |
|---|---|
| Date | 2016-06-22 05:10 +0200 |
| Subject | [PATCH v3 0/4] Add the eDP/VOP device node for rk3399 |
| Message-ID | <rMGyt-5Yu-3@gated-at.bofh.it> |
This thread is rely on Mark's VOP thread[1] and Yakir's eDP thread[2]. [1]: https://lkml.org/lkml/2016/4/20/36 [2]: https://patchwork.kernel.org/patch/9175613/ Changes in v3: - Add this patch in v3, due to another patch[0] need. [0]: https://patchwork.kernel.org/patch/9191737/ Changes in v2: - provide some minimal patch description (Heiko) - provide some minimal patch description (Heiko) - provide some minimal patch description (Heiko) Mark Yao (1): arm64: dts: rockchip: add VOP and VOP iommu node for rk3399 Yakir Yang (3): arm64: dts: rockchip: add eDP device node for rk3399 arm64: dts: rockchip: add backlight support for rk3399 evb board arm64: dtsi: rockchip: introduce pclk_vio_grf in eDP device node arch/arm64/boot/dts/rockchip/rk3399-evb.dts | 40 ++++++++++ arch/arm64/boot/dts/rockchip/rk3399.dtsi | 110 ++++++++++++++++++++++++++++ 2 files changed, 150 insertions(+) -- 1.9.1
[toc] | [next] | [standalone]
| From | Yakir Yang <ykk@rock-chips.com> |
|---|---|
| Date | 2016-06-22 05:10 +0200 |
| Subject | [PATCH v3.1 4/4] arm64: dts: rockchip: introduce pclk_vio_grf in eDP device node |
| Message-ID | <rMGIa-6js-7@gated-at.bofh.it> |
| In reply to | #1428373 |
The pclk_vio_grf supply power for VIO GRF IOs, if it is disabled, driver would failed to operate the VIO GRF registers. Signed-off-by: Yakir Yang <ykk@rock-chips.com> --- Changes in v3.1: - Correct the commit message. "arm64: dtsi: ..." ---> "arm64: dts: ..." Changes in v3: - Add this patch in v3, due to another patch[0] need. [0]: https://patchwork.kernel.org/patch/9191737/ Changes in v2: None arch/arm64/boot/dts/rockchip/rk3399.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi index be322db..e3e0cb6 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi @@ -609,8 +609,8 @@ compatible = "rockchip,rk3399-edp"; reg = <0x0 0xff970000 0x0 0x8000>; interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>; - clocks = <&cru PCLK_EDP>, <&cru PCLK_EDP_CTRL>; - clock-names = "dp", "pclk"; + clocks = <&cru PCLK_EDP>, <&cru PCLK_EDP_CTRL>, <&cru PCLK_VIO_GRF>; + clock-names = "dp", "pclk", "grf"; resets = <&cru SRST_P_EDP_CTRL>; reset-names = "dp"; rockchip,grf = <&grf>; -- 1.9.1
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web