diff options
| author | Peng Fan <[email protected]> | 2026-05-25 12:03:03 +0800 |
|---|---|---|
| committer | Heiko Schocher <[email protected]> | 2026-07-08 11:23:10 +0200 |
| commit | a8d40f922d10da8b25973dd786380190a8ecb89e (patch) | |
| tree | ff0c19099788986882172075b0eef5617e020882 | |
| parent | f6ba7d26fe51bd8bd5c610797902147d401df83e (diff) | |
i2c: nx: Add License
Add License information for nx_i2c driver.
Signed-off-by: Peng Fan <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
| -rw-r--r-- | drivers/i2c/nx_i2c.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/i2c/nx_i2c.c b/drivers/i2c/nx_i2c.c index ab3f1cc30cf..5800e79ab70 100644 --- a/drivers/i2c/nx_i2c.c +++ b/drivers/i2c/nx_i2c.c @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: GPL-2.0+ + #include <errno.h> #include <dm.h> #include <i2c.h> |
