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:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user