mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 03:53:37 +02:00
arm64: dts: rockchip: Add D-PHY for RK3368
RK3368 has a InnoSilicon D-PHY which supports DSI/LVDS/TTL with maximum trasnfer rate of 1 Gbps per lane. Signed-off-by: WeiHao Li <cn.liweihao@gmail.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
ef06b5ddee
commit
d62e2ad29b
|
|
@ -883,6 +883,17 @@ vop_mmu: iommu@ff930300 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
dphy: phy@ff968000 {
|
||||
compatible = "rockchip,rk3368-dsi-dphy";
|
||||
reg = <0x0 0xff968000 0x0 0x4000>;
|
||||
clocks = <&cru SCLK_MIPIDSI_24M>, <&cru PCLK_DPHYTX0>;
|
||||
clock-names = "ref", "pclk";
|
||||
#phy-cells = <0>;
|
||||
resets = <&cru SRST_MIPIDPHYTX>;
|
||||
reset-names = "apb";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
hevc_mmu: iommu@ff9a0440 {
|
||||
compatible = "rockchip,iommu";
|
||||
reg = <0x0 0xff9a0440 0x0 0x40>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user