diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2023-02-07 11:35:08 +0900 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-02-09 13:58:44 +0100 |
commit | 2d1bf1fc778b8795cb478f261013b662bc62101a (patch) | |
tree | 304ae0fcfbb84ea3a4520de29ecfa3aa287ff375 /arch/arm/boot/dts/uniphier-sld8.dtsi | |
parent | 2a03c600fe7e0258df654a0c21a23231dba25b9a (diff) |
ARM: dts: uniphier: Add missing reg properties for glue layer
The nodes for glue layers should include "reg" property.
Add the property according to the DT schema.
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/20230207023514.29783-3-hayashi.kunihiko@socionext.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/uniphier-sld8.dtsi')
-rw-r--r-- | arch/arm/boot/dts/uniphier-sld8.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/uniphier-sld8.dtsi b/arch/arm/boot/dts/uniphier-sld8.dtsi index b4453f9fe981..c79c9bfef3ec 100644 --- a/arch/arm/boot/dts/uniphier-sld8.dtsi +++ b/arch/arm/boot/dts/uniphier-sld8.dtsi @@ -351,6 +351,7 @@ syscon@5f900000 { compatible = "socionext,uniphier-sld8-soc-glue-debug", "simple-mfd"; + reg = <0x5f900000 0x2000>; #address-cells = <1>; #size-cells = <1>; ranges = <0 0x5f900000 0x2000>; |