Re: [PATCH 1/3] dt-bindings: phy: convert Broadcom NS USB 2.0 to the json-schema
From: Rob Herring <robh@kernel.org>
Date: 2021-03-06 21:26:43
Also in:
lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-03-06 21:26:43
Also in:
lkml
On Fri, 26 Feb 2021 12:44:59 +0100, Rafał Miłecki wrote:
From: Rafał Miłecki <rafal@milecki.pl> Minor example fixes: 1. Include bcm-nsp.h 2. Add address to the node name Signed-off-by: Rafał Miłecki <rafal@milecki.pl> --- This has been verified using dt_binding_check --- .../bindings/phy/bcm-ns-usb2-phy.txt | 21 ------- .../bindings/phy/brcm,ns-usb2-phy.yaml | 55 +++++++++++++++++++ 2 files changed, 55 insertions(+), 21 deletions(-) delete mode 100644 Documentation/devicetree/bindings/phy/bcm-ns-usb2-phy.txt create mode 100644 Documentation/devicetree/bindings/phy/brcm,ns-usb2-phy.yaml
Reviewed-by: Rob Herring <robh@kernel.org>