Skip to content

Commit

Permalink
dt-bindings: display: rk3288-mipi-dsi: add reset property
Browse files Browse the repository at this point in the history
This reset is required in order to fully reset the internal state of the
MIPI controller.

Signed-off-by: John Keeping <[email protected]>
Reviewed-by: Brian Norris <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Sean Paul <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
  • Loading branch information
johnkeeping authored and atseanpaul committed Apr 4, 2017
1 parent b40af4d commit cc85dcd
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ Required properties:

Optional properties:
- power-domains: a phandle to mipi dsi power domain node.
- resets: list of phandle + reset specifier pairs, as described in [3].
- reset-names: string reset name, must be "apb".

[1] Documentation/devicetree/bindings/clock/clock-bindings.txt
[2] Documentation/devicetree/bindings/media/video-interfaces.txt
[3] Documentation/devicetree/bindings/reset/reset.txt

Example:
mipi_dsi: mipi@ff960000 {
Expand All @@ -30,6 +33,8 @@ Example:
interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru SCLK_MIPI_24M>, <&cru PCLK_MIPI_DSI0>;
clock-names = "ref", "pclk";
resets = <&cru SRST_MIPIDSI0>;
reset-names = "apb";
rockchip,grf = <&grf>;
status = "okay";

Expand Down

0 comments on commit cc85dcd

Please sign in to comment.