Patch "arm64: dts: ti: j7200-main: Fix "vendor-id"/"device-id" properties of pcie node" has been added to the 5.14-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    arm64: dts: ti: j7200-main: Fix "vendor-id"/"device-id" properties of pcie node

to the 5.14-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm64-dts-ti-j7200-main-fix-vendor-id-device-id-prop.patch
and it can be found in the queue-5.14 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 19f671b84ecc03625d9aaaefb73d1834902c38b7
Author: Kishon Vijay Abraham I <kishon@xxxxxx>
Date:   Wed Sep 15 11:23:55 2021 +0530

    arm64: dts: ti: j7200-main: Fix "vendor-id"/"device-id" properties of pcie node
    
    [ 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@xxxxxx>
    Reviewed-by: Aswath Govindraju <a-govindraju@xxxxxx>
    Signed-off-by: Nishanth Menon <nm@xxxxxx>
    Link: https://lore.kernel.org/r/20210915055358.19997-4-kishon@xxxxxx
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

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>,



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux