mbox series

[v3,0/4] rk3328 and rock64 display support

Message ID 20180910092843.1700-1-heiko@sntech.de (mailing list archive)
Headers show
Series rk3328 and rock64 display support | expand

Message

Heiko Stübner Sept. 10, 2018, 9:28 a.m. UTC
Companion series for the display modifications adding the necessary
devicetree stuff for display support on the rk3328-rock64.

changes in v3:
- drop reg from hdmi port - unneeded with a single vop
  as suggested by Robin

changes in v2:
- add defconfig addition for the phy driver
- adapt to changed reference clock names
- remove trailing 0 from vop irq

Heiko Stuebner (4):
  arm64: dts: rockchip: add Innosilicon hdmi phy node to rk3328
  arm64: dts: rockchip: add rk3328 display nodes
  arm64: dts: rockchip: enable display nodes on rk3328-rock64
  arm64: defconfig: enable Rockchip Innosilicon hdmiphy

 .../arm64/boot/dts/rockchip/rk3328-rock64.dts | 16 +++++
 arch/arm64/boot/dts/rockchip/rk3328.dtsi      | 67 +++++++++++++++++++
 arch/arm64/configs/defconfig                  |  1 +
 3 files changed, 84 insertions(+)

Comments

Heiko Stübner Sept. 28, 2018, 2:06 p.m. UTC | #1
Am Montag, 10. September 2018, 11:28:39 CEST schrieb Heiko Stuebner:
> Companion series for the display modifications adding the necessary
> devicetree stuff for display support on the rk3328-rock64.
> 
> changes in v3:
> - drop reg from hdmi port - unneeded with a single vop
>   as suggested by Robin
> 
> changes in v2:
> - add defconfig addition for the phy driver
> - adapt to changed reference clock names
> - remove trailing 0 from vop irq
> 
> Heiko Stuebner (4):
>   arm64: dts: rockchip: add Innosilicon hdmi phy node to rk3328
>   arm64: dts: rockchip: add rk3328 display nodes
>   arm64: dts: rockchip: enable display nodes on rk3328-rock64
>   arm64: defconfig: enable Rockchip Innosilicon hdmiphy

with phy and hdmi support being scheduled for 4.20,
applied these as well.