Change-Id: I1e0898b8b588bf71df9a0e1f848f350654446dcf
Signed-off-by: WeiYong Bi <bivvy.bi@rock-chips.com>
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:
}
static const struct of_device_id inno_mipi_dphy_of_match[] = {
+ { .compatible = "rockchip,rk3366-mipi-dphy", },
{ .compatible = "rockchip,rk3368-mipi-dphy", },
{ /* Sentinel */ }
};