diff options
| -rw-r--r-- | Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.txt | 18 | 
1 files changed, 18 insertions, 0 deletions
| diff --git a/Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.txt b/Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.txt new file mode 100644 index 000000000000..1b5763200cf6 --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.txt @@ -0,0 +1,18 @@ +Rocktech jh057n00900 5.5" 720x1440 TFT LCD panel + +Required properties: +- compatible: should be "rocktech,jh057n00900" +- reg: DSI virtual channel of the peripheral +- reset-gpios: panel reset gpio +- backlight: phandle of the backlight device attached to the panel + +Example: + +	&mipi_dsi { +		panel@0 { +			compatible = "rocktech,jh057n00900"; +			reg = <0>; +			backlight = <&backlight>; +			reset-gpios = <&gpio3 13 GPIO_ACTIVE_LOW>; +		}; +	}; | 
