Skip to content

Commit

Permalink
Kernel slides: dt-inheritance.dia diagram - fix offset used in node name
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
  • Loading branch information
michaelopdenacker authored and tpetazzoni committed Oct 29, 2021
1 parent 14a11c3 commit bca761c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions slides/kernel-device-model/dt-inheritance.dia
Expand Up @@ -197,7 +197,7 @@
[...]
ocp {
[...]
uart0: serial@44e09000 {
uart0: serial@0 {
compatible = "ti,am3352-uart", "ti,omap3-uart";
reg = &lt;0x0 0x1000&gt;;
interrupts = &lt;72&gt;;
Expand Down Expand Up @@ -497,7 +497,7 @@ DTB contents;#</dia:string>
<dia:point val="43.1443,5.89902"/>
</dia:attribute>
<dia:attribute name="obj_bb">
<dia:rectangle val="43.1281,5.3491;57.5443,14.844"/>
<dia:rectangle val="43.1443,5.36526;57.5443,14.8117"/>
</dia:attribute>
<dia:attribute name="text">
<dia:composite type="text">
Expand Down Expand Up @@ -702,7 +702,7 @@ DTB contents;#</dia:string>
<dia:point val="0.01716,5.88284"/>
</dia:attribute>
<dia:attribute name="obj_bb">
<dia:rectangle val="0.01716,5.34908;19.5372,16.3955"/>
<dia:rectangle val="0.01716,5.33292;19.5533,16.4278"/>
</dia:attribute>
<dia:attribute name="text">
<dia:composite type="text">
Expand All @@ -712,7 +712,7 @@ DTB contents;#</dia:string>
[...]
ocp {
[...]
uart0: serial@44e09000 {
uart0: serial@0 {
compatible = "ti,am3352-uart", "ti,omap3-uart";
reg = &lt;0x0 0x1000&gt;;
interrupts = &lt;72&gt;;
Expand Down

0 comments on commit bca761c

Please sign in to comment.