Home
last modified time | relevance | path

Searched refs:updn (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/display/panel/
H A Dronbo,rb070d30.yaml31 updn-gpios:
32 description: GPIO used for the updn pin (vertical flip)
48 - updn-gpios
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-ronbo-rb070d30.c35 struct gpio_desc *updn; member
176 ctx->gpios.updn = devm_gpiod_get(&dsi->dev, "updn", GPIOD_OUT_LOW); in rb070d30_panel_dsi_probe()
177 if (IS_ERR(ctx->gpios.updn)) { in rb070d30_panel_dsi_probe()
179 return PTR_ERR(ctx->gpios.updn); in rb070d30_panel_dsi_probe()