repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
mic: vop: Fix use-after-free on remove
[linux/fpc-iii.git]
/
drivers
/
of
/
unittest-data
/
overlay_12.dts
blob
ca3441e2cbec94ce143547564f631a0e2a8c5a9f
1
// SPDX-License-Identifier: GPL-2.0
2
/dts-v1/;
3
/plugin/;
4
5
/ {
6
/* overlay_12 - enable using absolute target path (i2c) */
7
8
fragment@0 {
9
target-path = "/testcase-data/overlay-node/test-bus/i2c-test-bus/test-unittest12";
10
__overlay__ {
11
status = "okay";
12
};
13
};
14
};