Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "i3c: Add Phytium i3c controller support" #240

Merged
merged 8 commits into from
May 30, 2024
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
Loading