Skip to content

Commit 727c7fa

Browse files
committed
Revert change to fsl,mpc8641 example
Commit 7d888a0, "Aesthetic/grammar fixes to first part of devicetree-basics.rst" changed one of the Freescale compatible examples from "fsl,mpc8641-uart" to "fsl,ns16550". However, there is value in using examples from real hardware when possible, and to also show that different strings (mpc8641-uart vs. ns16550) for a device is normal, so revert that hunk. Signed-off-by: Grant Likely <[email protected]> Cc: Robert P. J. Day <[email protected]>
1 parent c5fa6fa commit 727c7fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/devicetree-basics.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,10 +469,10 @@ Description:
469469

470470
Example:
471471

472-
``compatible = "fsl,ns16550", "ns16550";``
472+
``compatible = "fsl,mpc8641", "ns16550";``
473473

474474
In this example, an operating system would first try to locate a device
475-
driver that supported fsl,ns16550. If a driver was not found, it
475+
driver that supported fsl,mpc8641. If a driver was not found, it
476476
would then try to locate a driver that supported the more general
477477
ns16550 device type.
478478

0 commit comments

Comments
 (0)