Skip to content

Instantly share code, notes, and snippets.

@jbg
jbg / panel-jd35695b.c
Last active May 6, 2023 06:24
DSI driver for the nexus 5x
// SPDX-License-Identifier: GPL-2.0-only
// Copyright (c) 2019, The Linux Foundation. All rights reserved.
#include <drm/drm_mipi_dsi.h>
#include <drm/drm_modes.h>
#include <drm/drm_panel.h>
#include <linux/backlight.h>
#include <linux/delay.h>
#include <linux/gpio/consumer.h>
#include <linux/module.h>