diff options
author | Wei Fang <wei.fang@nxp.com> | 2025-09-04 10:00:49 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2025-09-11 11:22:11 +0800 |
commit | cf0713875422df28f9e76b4410fede952ebad898 (patch) | |
tree | 878dbc9d1692d81c2ab70e6fc5d410464a38279c | |
parent | e71db39f0c7c0157177be12de7ae2d2495184da1 (diff) |
arm64: dts: imx95: add standard PCI device compatible string to NETC Timer
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>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx95.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx95.dtsi b/arch/arm64/boot/dts/freescale/imx95.dtsi index ec61d27352e3..d737fa6aca4b 100644 --- a/arch/arm64/boot/dts/freescale/imx95.dtsi +++ b/arch/arm64/boot/dts/freescale/imx95.dtsi @@ -2110,6 +2110,7 @@ }; netc_timer: ethernet@18,0 { + compatible = "pci1131,ee02"; reg = <0x00c000 0 0 0 0>; status = "disabled"; }; |