blob: 62ef83047e0e901bae28f41e625d3032979c2df9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
* Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include "omap5-u-boot.dtsi"
&pcf_gpio_21{
u-boot,i2c-offset-len = <0>;
};
&pcf_hdmi{
u-boot,i2c-offset-len = <0>;
};
|