https://github.com/torvalds/linux
Raw File
Tip revision: dd5a440a31fae6e459c0d6271dddd62825505361 authored by Linus Torvalds on 05 May 2024, 21:06:01 UTC
Linux 6.9-rc7
Tip revision: dd5a440
overlay_bad_phandle.dtso
// SPDX-License-Identifier: GPL-2.0
/dts-v1/;
/plugin/;

&electric_1 {
	// This label should cause an error when the overlay
	// is applied.  There is already a phandle value
	// in the base tree for motor-1.
	spin_ctrl_1_conflict: motor-1 {
		accelerate = <3>;
		decelerate = <5>;
	};
};
back to top