lkml.org 
[lkml]   [2021]   [Nov]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.14 564/849] arm64: dts: ti: j7200-main: Fix "vendor-id"/"device-id" properties of pcie node
    Date
    From: Kishon Vijay Abraham I <kishon@ti.com>

    [ Upstream commit 0d553792726a61ced760422e74ea67552ac69cdb ]

    commit 3276d9f53cf6 ("arm64: dts: ti: k3-j7200-main: Add PCIe device
    tree node") incorrectly added "vendor-id" and "device-id" as 16-bit
    properties though both of them are 32-bit properties. Fix it here.

    Fixes: 3276d9f53cf6 ("arm64: dts: ti: k3-j7200-main: Add PCIe device tree node")
    Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
    Reviewed-by: Aswath Govindraju <a-govindraju@ti.com>
    Signed-off-by: Nishanth Menon <nm@ti.com>
    Link: https://lore.kernel.org/r/20210915055358.19997-4-kishon@ti.com
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    arch/arm64/boot/dts/ti/k3-j7200-main.dtsi | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/arch/arm64/boot/dts/ti/k3-j7200-main.dtsi b/arch/arm64/boot/dts/ti/k3-j7200-main.dtsi
    index e8a41d09b45f2..521a56316fa5c 100644
    --- a/arch/arm64/boot/dts/ti/k3-j7200-main.dtsi
    +++ b/arch/arm64/boot/dts/ti/k3-j7200-main.dtsi
    @@ -608,8 +608,8 @@
    #size-cells = <2>;
    bus-range = <0x0 0xf>;
    cdns,no-bar-match-nbits = <64>;
    - vendor-id = /bits/ 16 <0x104c>;
    - device-id = /bits/ 16 <0xb00f>;
    + vendor-id = <0x104c>;
    + device-id = <0xb00f>;
    msi-map = <0x0 &gic_its 0x0 0x10000>;
    dma-coherent;
    ranges = <0x01000000 0x0 0x18001000 0x00 0x18001000 0x0 0x0010000>,
    --
    2.33.0


    \
     
     \ /
      Last update: 2021-11-16 00:09    [W:4.052 / U:0.168 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site