https://github.com/torvalds/linux
Raw File
Tip revision: e67572cd2204894179d89bd7b984072f19313b03 authored by Linus Torvalds on 28 April 2024, 20:47:24 UTC
Linux 6.9-rc6
Tip revision: e67572c
testcases_common.dtsi
// SPDX-License-Identifier: GPL-2.0

/ {
	testcase-data {
		changeset {
			prop-update = "hello";
			prop-remove = "world";

			node-remove {
			};
		};
	};
};

#include "tests-phandle.dtsi"
#include "tests-interrupts.dtsi"
#include "tests-match.dtsi"
#include "tests-address.dtsi"
#include "tests-platform.dtsi"
#include "tests-overlay.dtsi"
#include "tests-lifecycle.dtsi"
back to top