From 5ff1808f20a70912796b274c03cec3d91ddf890a Mon Sep 17 00:00:00 2001 From: Julius Werner Date: Tue, 24 Aug 2021 16:03:57 -0700 Subject: device/mipi: Move to drivers/mipi Sounds like we prefer to have this under drivers/ instead of device/. Also move all MIPI-related headers out from device/ into their own directory. Signed-off-by: Julius Werner Change-Id: Ib3e66954b8f0cf85b28d8d186b09d7846707559d Reviewed-on: https://review.coreboot.org/c/coreboot/+/57128 Tested-by: build bot (Jenkins) Reviewed-by: Hung-Te Lin Reviewed-by: Yu-Ping Wu Reviewed-by: Nico Huber --- Documentation/drivers/soundwire.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/drivers') diff --git a/Documentation/drivers/soundwire.md b/Documentation/drivers/soundwire.md index 9c48b75b371f..dcefa046e278 100644 --- a/Documentation/drivers/soundwire.md +++ b/Documentation/drivers/soundwire.md @@ -375,7 +375,7 @@ chip and can be decoded for this table with the codec datasheet and board schema * @version: SoundWire specification version from &enum soundwire_version. * @link_id: Zero-based SoundWire Link Number. * @unique_id: Unique ID for multiple devices. - * @manufacturer_id: Manufacturer ID from include/device/mipi_ids.h. + * @manufacturer_id: Manufacturer ID from include/mipi/ids.h. * @part_id: Vendor defined part ID. * @class: MIPI class encoding in &enum mipi_class. */ -- cgit v1.2.3