Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions Documentation/devicetree/bindings/i3c/cdns,i3c-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ allOf:

properties:
compatible:
enum:
- cdns,i3c-master
- phytium,cdns-i3c-master
const: cdns,i3c-master

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WARNING: It's generally not useful to have the filename in the file


reg:
maxItems: 1
Expand Down
35 changes: 0 additions & 35 deletions Documentation/devicetree/bindings/i3c/phytium,i3c-master.yaml

This file was deleted.

1 change: 0 additions & 1 deletion drivers/i3c/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
i3c-y := device.o master.o
obj-$(CONFIG_I3C) += i3c.o
i3c-$(CONFIG_ACPI) += i3c_master_acpi.o
obj-$(CONFIG_I3C) += master/
95 changes: 0 additions & 95 deletions drivers/i3c/i3c_master_acpi.c

This file was deleted.

18 changes: 0 additions & 18 deletions drivers/i3c/i3c_master_acpi.h

This file was deleted.

Loading