summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/jasperlake/acpi/ipu.asl
blob: b6d8e8fe01f943e9709ef9f4e7ddd7ee138ff7b6 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

Scope (\_SB.PCI0)
{
	Device (IPU0)
	{
		Name (_ADR, 0x00050000)
		Name (_DDN, "Camera and Imaging Subsystem")
	}
}