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:
WeiYong Bi
2017-07-12 14:20:07 +08:00
parent 8e803e4c34
commit 9de84324a2
2 changed files with 4 additions and 1 deletions

View File

@@ -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:

View File

@@ -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 */ }
};