Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.19 13 lines 289 B view raw
1// SPDX-License-Identifier: GPL-2.0 2/dts-v1/; 3/plugin/; 4 5&electric_1 { 6 // This label should cause an error when the overlay 7 // is applied. There is already a phandle value 8 // in the base tree for motor-1. 9 spin_ctrl_1_conflict: motor-1 { 10 accelerate = <3>; 11 decelerate = <5>; 12 }; 13};