lkml.org 
[lkml]   [2020]   [Oct]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 20/29] arm: dts: keystone: Harmonize DWC USB3 DT nodes name
    Date
    In accordance with the DWC USB3 bindings the corresponding node
    name is suppose to comply with the Generic USB HCD DT schema, which
    requires the USB nodes to have the name acceptable by the regexp:
    "^usb(@.*)?" . Make sure the "snps,dwc3"-compatible nodes are correctly
    named.

    Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru>
    ---
    arch/arm/boot/dts/keystone-k2e.dtsi | 4 ++--
    arch/arm/boot/dts/keystone.dtsi | 2 +-
    2 files changed, 3 insertions(+), 3 deletions(-)

    diff --git a/arch/arm/boot/dts/keystone-k2e.dtsi b/arch/arm/boot/dts/keystone-k2e.dtsi
    index fa1b8499c5a7..b8f152e7af7f 100644
    --- a/arch/arm/boot/dts/keystone-k2e.dtsi
    +++ b/arch/arm/boot/dts/keystone-k2e.dtsi
    @@ -52,7 +52,7 @@ &soc0 {

    usb: usb@2680000 {
    interrupts = <GIC_SPI 152 IRQ_TYPE_EDGE_RISING>;
    - dwc3@2690000 {
    + usb@2690000 {
    interrupts = <GIC_SPI 152 IRQ_TYPE_EDGE_RISING>;
    };
    };
    @@ -78,7 +78,7 @@ keystone_usb1: usb@25000000 {
    dma-ranges;
    status = "disabled";

    - usb1: dwc3@25010000 {
    + usb1: usb@25010000 {
    compatible = "snps,dwc3";
    reg = <0x25010000 0x70000>;
    interrupts = <GIC_SPI 414 IRQ_TYPE_EDGE_RISING>;
    diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi
    index 8d046a1b690c..fc9fdc857ae8 100644
    --- a/arch/arm/boot/dts/keystone.dtsi
    +++ b/arch/arm/boot/dts/keystone.dtsi
    @@ -217,7 +217,7 @@ keystone_usb0: usb@2680000 {
    dma-ranges;
    status = "disabled";

    - usb0: dwc3@2690000 {
    + usb0: usb@2690000 {
    compatible = "snps,dwc3";
    reg = <0x2690000 0x70000>;
    interrupts = <GIC_SPI 393 IRQ_TYPE_EDGE_RISING>;
    --
    2.27.0
    \
     
     \ /
      Last update: 2020-10-20 14:02    [W:4.076 / U:0.544 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site