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:
Reto Schneider 2024-09-13 01:23:54 +02:00 committed by Carles Cufí
parent 47ea5e35ce
commit d14fe911d9

View file

@ -89,7 +89,7 @@
reg-io-width = <4>;
};
sckcr: sckcr@81280004 {
sckcr: sckcr@80280000 {
/* System Clock Control Register*/
compatible = "syscon";
reg = <0x80280000 0x20>;