Re: [PATCH net-next 1/3] dt-bindings: ptp: Rename ptp-idtcm.yaml to ptp-cm.yaml
From: Vincent Cheng <hidden>
Date: 2019-12-28 17:25:46
Also in:
linux-devicetree, lkml
On Thu, Dec 26, 2019 at 02:22:17PM EST, Rob Herring wrote:
On Tue, Dec 17, 2019 at 12:03:06AM -0500, vincent.cheng.xh@renesas.com wrote:quoted
From: Vincent Cheng <redacted> Renesas Electronics Corporation completed acquisition of IDT in 2019. This patch removes IDT references or replaces IDT with Renesas. Renamed ptp-idtcm.yaml to ptp-cm.yaml. Signed-off-by: Vincent Cheng <redacted> --- Documentation/devicetree/bindings/ptp/ptp-cm.yaml | 69 ++++++++++++++++++++++ .../devicetree/bindings/ptp/ptp-idtcm.yaml | 69 ---------------------- 2 files changed, 69 insertions(+), 69 deletions(-) create mode 100644 Documentation/devicetree/bindings/ptp/ptp-cm.yaml delete mode 100644 Documentation/devicetree/bindings/ptp/ptp-idtcm.yaml + compatible: + enum: + # For System Synchronizer + - renesas,8a34000 + - renesas,8a34001 + - renesas,8a34002 + - renesas,8a34003 + - renesas,8a34004 + - renesas,8a34005 + - renesas,8a34006 + - renesas,8a34007 + - renesas,8a34008 + - renesas,8a34009quoted
- compatible: - enum: - # For System Synchronizer - - idt,8a34000 - - idt,8a34001 - - idt,8a34002 - - idt,8a34003 - - idt,8a34004 - - idt,8a34005 - - idt,8a34006 - - idt,8a34007 - - idt,8a34008 - - idt,8a34009NAK. You can't change this as it is an ABI.
Okay, thank-you. This has be removed in v2 patch of the series. Vincent