linux/drivers/gpu/drm/msm/hdmi/hdmi_phy_8x60.c

// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (C) 2013 Red Hat
 * Author: Rob Clark <[email protected]>
 */

#include <linux/delay.h>

#include "hdmi.h"

static void hdmi_phy_8x60_powerup(struct hdmi_phy *phy,
		unsigned long int pixclock)
{}

static void hdmi_phy_8x60_powerdown(struct hdmi_phy *phy)
{}

static const char * const hdmi_phy_8x60_reg_names[] =;

static const char * const hdmi_phy_8x60_clk_names[] =;

const struct hdmi_phy_cfg msm_hdmi_phy_8x60_cfg =;