mirror of
https://github.com/torvalds/linux.git
synced 2024-12-13 14:43:03 +00:00
121b83eadd
Overlay syntactic sugar for generating target-path fragments is supported by the version of dtc supplied with the kernel since commit50aafd6089
("scripts/dtc: Update to upstream version v1.4.6-21-g84e414b0b5bc"). Hence convert the remaining unittest overlay devicetree source files to sugar syntax, improving readability. This completes the work started in commitdb2f3762d6
("of: convert unittest overlay devicetree source to sugar syntax"). Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/9b5991c85e5a2a7cdf33a4e59b42ef98eaadd98a.1690533838.git.geert+renesas@glider.be Signed-off-by: Rob Herring <robh@kernel.org>
10 lines
209 B
Plaintext
10 lines
209 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/* overlay_12 - enable using absolute target path (i2c) */
|
|
|
|
&{/testcase-data/overlay-node/test-bus/i2c-test-bus/test-unittest12} {
|
|
status = "okay";
|
|
};
|