Commit 727c7fa9, "Revert change to fsl,mpc8641 example" flubbed the revert by omitting the -uart suffix. Add it back in. Signed-off-by: Grant Likely <grant.likely@xxxxxxx> Cc: Rob Herring <robh@xxxxxxxxxx> --- source/devicetree-basics.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/devicetree-basics.rst b/source/devicetree-basics.rst index 1900cc8..b18c2d8 100644 --- a/source/devicetree-basics.rst +++ b/source/devicetree-basics.rst @@ -469,10 +469,10 @@ Description: Example: - ``compatible = "fsl,mpc8641", "ns16550";`` + ``compatible = "fsl,mpc8641-uart", "ns16550";`` In this example, an operating system would first try to locate a device - driver that supported fsl,mpc8641. If a driver was not found, it + driver that supported fsl,mpc8641-uart. If a driver was not found, it would then try to locate a driver that supported the more general ns16550 device type. -- 2.11.0 -- To unsubscribe from this list: send the line "unsubscribe devicetree-spec" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html