mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
phy: rockchip-inno-mipi-dphy: Add support for rk3366
Change-Id: I1e0898b8b588bf71df9a0e1f848f350654446dcf Signed-off-by: WeiYong Bi <bivvy.bi@rock-chips.com>
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
ROCKCHIP MIPI DPHY WITH INNO IP BLOCK
|
||||
|
||||
Required properties:
|
||||
- compatible : should be "rockchip,rk3368-mipi-dphy";
|
||||
- compatible : must be one of:
|
||||
"rockchip,rk3366-mipi-dphy";
|
||||
"rockchip,rk3368-mipi-dphy";
|
||||
- reg : the address offset of register for mipi-dphy configuration.
|
||||
- #phy-cells : must be 0. See ./phy-bindings.txt for details.
|
||||
- clocks and clock-names:
|
||||
|
||||
@@ -661,6 +661,7 @@ static int inno_mipi_dphy_probe(struct platform_device *pdev)
|
||||
}
|
||||
|
||||
static const struct of_device_id inno_mipi_dphy_of_match[] = {
|
||||
{ .compatible = "rockchip,rk3366-mipi-dphy", },
|
||||
{ .compatible = "rockchip,rk3368-mipi-dphy", },
|
||||
{ /* Sentinel */ }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user