blob: acab9b3657e7e37bb06ec502552b36b5b2cd053f (
plain)
1
2
3
4
5
6
7
8
9
10
|
/*
* Copyright 2019
* Lukasz Majewski, DENX Software Engineering, lukma@denx.de
*
* SPDX-License-Identifier: GPL-2.0+ or X11
*/
&pmic {
u-boot,i2c-transaction-bytes = <3>;
};
|