Searched +full:fp5 +full:- +full:rm692e5 +full:- +full:boe (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/display/panel/raydium,rm692e5.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Raydium RM692E5 based DSI display panels10 - Konrad Dybcio <konradybcio@kernel.org>13 The Raydium RM692E5 is a generic DSI Panel IC used to control17 - $ref: panel-common.yaml#22 - const: fairphone,fp5-rm692e5-boe23 - const: raydium,rm692e5[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Generated with linux-mdss-dsi-panel-driver-generator from vendor device tree.35 gpiod_set_value_cansleep(ctx->reset_gpio, 0); in rm692e5_reset()37 gpiod_set_value_cansleep(ctx->reset_gpio, 1); in rm692e5_reset()39 gpiod_set_value_cansleep(ctx->reset_gpio, 0); in rm692e5_reset()45 dsi_ctx->dsi->mode_flags |= MIPI_DSI_MODE_LPM; in rm692e5_on()124 struct mipi_dsi_device *dsi = ctx->dsi; in rm692e5_disable()127 dsi->mode_flags &= ~MIPI_DSI_MODE_LPM; in rm692e5_disable()144 struct mipi_dsi_multi_context dsi_ctx = { .dsi = ctx->dsi }; in rm692e5_prepare()146 dsi_ctx.accum_err = regulator_bulk_enable(ARRAY_SIZE(ctx->supplies), ctx->supplies); in rm692e5_prepare()[all …]