]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: imx95: add standard PCI device compatible string to NETC Timer
authorWei Fang <wei.fang@nxp.com>
Thu, 4 Sep 2025 02:00:49 +0000 (10:00 +0800)
committerShawn Guo <shawnguo@kernel.org>
Thu, 11 Sep 2025 03:22:11 +0000 (11:22 +0800)
PCI devices should have a compatible string based on the vendor and
device IDs. So add this compatible string to NETC Timer.

Signed-off-by: Wei Fang <wei.fang@nxp.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx95.dtsi

index ec61d27352e3d928b7f10602836e7aa4c108a9be..d737fa6aca4bfb8460fb27da0d3b2961cbe56ca9 100644 (file)
                                };
 
                                netc_timer: ethernet@18,0 {
+                                       compatible = "pci1131,ee02";
                                        reg = <0x00c000 0 0 0 0>;
                                        status = "disabled";
                                };