X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Documentation%2Fdevicetree%2Fbindings%2Fphy%2Fphy-rockchip-inno-mipi-dphy.txt;h=94f4423442e5dd6047870e5c4b4329ba20ff9b96;hb=7f1daee88f2a435a744e7b6a9649adc9ef8c2705;hp=238e3405f8ebd1883521ad7952acb2307d5fe373;hpb=5c7c3607a69cf81753864cce81abc7bdfb64b17a;p=firefly-linux-kernel-4.4.55.git diff --git a/Documentation/devicetree/bindings/phy/phy-rockchip-inno-mipi-dphy.txt b/Documentation/devicetree/bindings/phy/phy-rockchip-inno-mipi-dphy.txt index 238e3405f8eb..94f4423442e5 100644 --- a/Documentation/devicetree/bindings/phy/phy-rockchip-inno-mipi-dphy.txt +++ b/Documentation/devicetree/bindings/phy/phy-rockchip-inno-mipi-dphy.txt @@ -12,6 +12,10 @@ Required properties: - rockchip,dsi-panel : phandle to MIPI DSI panel node, used to get the display timing of the panel provided to the PHY module. +Optional properties + - resets : phandle to the reset of MIPI DSI PHY APB clock. + - reset-names : should be "apb". + Example: For Rockchip RK3368 @@ -22,6 +26,8 @@ mipi_dphy: mipi-dphy@ff968000 { #phy-cells = <0>; clocks = <&cru SCLK_MIPIDSI_24M>, <&cru PCLK_DPHYTX0>; clock-names = "ref", "pclk"; + resets = <&cru SRST_MIPIDPHYTX>; + reset-names = "apb"; rockchip,dsi-panel = <&dsi_panel>; };