-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] DTB Analyser to calculate regs' offset correctly
When the dtb like a below comes, former DTB Analyser will not calculate offset correctly. This commit fix it. ``` bus { regs = <0x00 0x80000 0x00 0x10000>; #address-cells = <0x02>; #size-cells = <0x02>; /* size-cells changed after "regs" */ serial { regs = <0x100 0x100>; #address-cells = <0x01>; /* address-cells changed after "regs" */ #size-cells = <0x01>; /* size-cells changed after "regs" */ } } ``` Signed-off-by: Manami Mori <[email protected]>
- Loading branch information
Manami Mori
committed
Jul 11, 2023
1 parent
ef9178e
commit 2645f0d
Showing
2 changed files
with
37 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters