qoriq / nxp: Fix spelling take II

Fix spelling of NXP, which is not NPX, in two places.

Improves:	a4e30909ec
Reported by:	Kevin Bowling (kevin.bowling kev009.com), qoriq_dw_pci.c
MFC after:	3 days
This commit is contained in:
Bjoern A. Zeeb
2026-02-24 23:12:46 +00:00
parent fc9369abef
commit c3ed2f3e41
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
options SOC_NXP_LS
# I2C
device pca954x # NPX I2C bus multiplexer / switches
device pca954x # NXP I2C bus multiplexer / switches
device pcf8563 # NXP Real-time clock/calendar
device tca64xx # NXP I2C gpio expander
device pcf85063 # NXP Real-time clock
+1 -1
View File
@@ -176,7 +176,7 @@ qorif_dw_pci_probe(device_t dev)
if (ofw_bus_search_compatible(dev, compat_data)->ocd_data == 0)
return (ENXIO);
device_set_desc(dev, "NPX Layerscape PCI-E Controller");
device_set_desc(dev, "NXP QorIQ Layerscape PCI-E Controller");
return (BUS_PROBE_DEFAULT);
}