dts: arm: renesas: rz: Fix unit and first address mismatch
This fixes the following warning: > unit address and first address in 'reg' (0x80280000) don't match for > /soc/sckcr@81280004 Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
This commit is contained in:
parent
47ea5e35ce
commit
d14fe911d9
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@
|
|||
reg-io-width = <4>;
|
||||
};
|
||||
|
||||
sckcr: sckcr@81280004 {
|
||||
sckcr: sckcr@80280000 {
|
||||
/* System Clock Control Register*/
|
||||
compatible = "syscon";
|
||||
reg = <0x80280000 0x20>;
|
||||
|
|
|
|||
Loading…
Reference in a new issue