Patrice Chotard | 2366160 | 2019-02-12 16:50:38 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause |
2 | /* | ||||
3 | * Copyright : STMicroelectronics 2018 | ||||
4 | */ | ||||
5 | |||||
6 | #include "stm32mp157a-dk1-u-boot.dtsi" | ||||
Patrick Delaunay | d573e46 | 2019-07-30 19:16:38 +0200 | [diff] [blame] | 7 | |
8 | &i2c1 { | ||||
9 | hdmi-transmitter@39 { | ||||
10 | reset-gpios = <&gpioa 10 GPIO_ACTIVE_LOW>; | ||||
11 | }; | ||||
12 | }; |