arm64: dts: uniphier: Add missing reg properties for glue layer nodes
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Tue, 7 Feb 2023 02:35:12 +0000 (11:35 +0900)
committerArnd Bergmann <arnd@arndb.de>
Thu, 9 Feb 2023 12:58:44 +0000 (13:58 +0100)
The nodes for some glue layers don't include necessary reg properties.
Add the properties according to the DT schema.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/20230207023514.29783-7-hayashi.kunihiko@socionext.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi
arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi
arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi

index 148d9092572adadaf9afa8118e11b64526ab1fe1..45004b0ae3ebd0dee0984cbe5b2739d7ee5e6b2c 100644 (file)
                syscon@5f900000 {
                        compatible = "socionext,uniphier-ld11-soc-glue-debug",
                                     "simple-mfd";
+                       reg = <0x5f900000 0x2000>;
                        #address-cells = <1>;
                        #size-cells = <1>;
                        ranges = <0 0x5f900000 0x2000>;
index c83265c9b520b9590b98bf0c27ff66db46381ac3..d70929b26a2a4b03b028ec65387bb4dad071f63a 100644 (file)
                syscon@5f900000 {
                        compatible = "socionext,uniphier-ld20-soc-glue-debug",
                                     "simple-mfd";
+                       reg = <0x5f900000 0x2000>;
                        #address-cells = <1>;
                        #size-cells = <1>;
                        ranges = <0 0x5f900000 0x2000>;
                usb-controller@65b00000 {
                        compatible = "socionext,uniphier-ld20-dwc3-glue",
                                     "simple-mfd";
+                       reg = <0x65b00000 0x400>;
                        #address-cells = <1>;
                        #size-cells = <1>;
                        ranges = <0 0x65b00000 0x400>;
index dd60cc04d6fb2209e39f8aaa289d41464e27cbf4..4d200fec23fe50bbef1c5ea7149f5dbf9b9e240d 100644 (file)
                syscon@5f900000 {
                        compatible = "socionext,uniphier-pxs3-soc-glue-debug",
                                     "simple-mfd";
+                       reg = <0x5f900000 0x2000>;
                        #address-cells = <1>;
                        #size-cells = <1>;
                        ranges = <0 0x5f900000 0x2000>;
                sata-controller@65700000 {
                        compatible = "socionext,uniphier-pxs3-ahci-glue",
                                     "simple-mfd";
+                       reg = <0x65700000 0x100>;
                        #address-cells = <1>;
                        #size-cells = <1>;
                        ranges = <0 0x65700000 0x100>;
                sata-controller@65900000 {
                        compatible = "socionext,uniphier-pxs3-ahci-glue",
                                     "simple-mfd";
+                       reg = <0x65900000 0x100>;
                        #address-cells = <1>;
                        #size-cells = <1>;
                        ranges = <0 0x65900000 0x100>;
                usb-controller@65b00000 {
                        compatible = "socionext,uniphier-pxs3-dwc3-glue",
                                     "simple-mfd";
+                       reg = <0x65b00000 0x400>;
                        #address-cells = <1>;
                        #size-cells = <1>;
                        ranges = <0 0x65b00000 0x400>;
                usb-controller@65d00000 {
                        compatible = "socionext,uniphier-pxs3-dwc3-glue",
                                     "simple-mfd";
+                       reg = <0x65d00000 0x400>;
                        #address-cells = <1>;
                        #size-cells = <1>;
                        ranges = <0 0x65d00000 0x400>;