[PATCH 3/3] Fix missing unit addresses

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



Add the missing unit addresses to the serial node examples.

Signed-off-by: Johan Hovold <johan@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 1e1fe7769018..d3f7c9ef1bbb 100644
--- a/source/devicetree-basics.rst
+++ b/source/devicetree-basics.rst
@@ -621,7 +621,7 @@ Example:
          #address-cells = <1>;
          #size-cells = <1>;
 
-         serial {
+         serial@4600 {
             compatible = "ns16550";
             reg = <0x4600 0x100>;
             clock-frequency = <0>;
@@ -737,7 +737,7 @@ Address Translation Example:
           #size-cells = <1>;
           ranges = <0x0 0xe0000000 0x00100000>;
 
-          serial {
+          serial@4600 {
              device_type = "serial";
              compatible = "ns16550";
              reg = <0x4600 0x100>;
-- 
2.20.1




[Index of Archives]     [Device Tree]     [Linux Driver Backports]     [Video for Linux]     [Linux USB Devel]     [Linux Audio Users]     [Photos]     [Yosemite Photos]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Yosemite Backpacking]

  Powered by Linux