summaryrefslogtreecommitdiff
path: root/zephyr/projects/nissa/pujjo/src/hdmi.c
blob: 9461e7c53e52bace6ae6408d386f5354c7dc8ce6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright 2022 The ChromiumOS Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#include "nissa_hdmi.h"

__override void nissa_configure_hdmi_power_gpios(void)
{
	/* Pujjo needs to drive VCC enable but not core rails */
	nissa_configure_hdmi_vcc();
}