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 148d909..45004b0 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 c83265c..d70929b 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 dd60cc0..4d200fe 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>;