mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
aa37506bd3
The new class dsi host allows the management of the bridge DPI to DSI. This bridge is embedded in the chipset mp1 (come from synopsys company). Signed-off-by: Yannick Fertré <yannick.fertre@st.com>
19 lines
315 B
Text
19 lines
315 B
Text
// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
|
|
/*
|
|
* Copyright : STMicroelectronics 2018
|
|
*/
|
|
|
|
#include "stm32mp157a-dk1-u-boot.dtsi"
|
|
|
|
/ {
|
|
dsi_host: dsi_host {
|
|
compatible = "synopsys,dw-mipi-dsi";
|
|
status = "okay";
|
|
};
|
|
};
|
|
|
|
&i2c1 {
|
|
hdmi-transmitter@39 {
|
|
reset-gpios = <&gpioa 10 GPIO_ACTIVE_LOW>;
|
|
};
|
|
};
|