diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2023-02-07 11:35:13 +0900 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-02-09 13:58:44 +0100 |
commit | f4d624a174880dec7eefdd26f860d5c92cbeff9a (patch) | |
tree | 05c1d74791cf0dfbcb2bda7264f8e1b09e8efe33 /arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi | |
parent | f45d6207159583175a07c947b69a46e3f9a261b6 (diff) |
arm64: dts: uniphier: Add syscon compatible string to soc-glue-debug
Add "syscon" compatible string to the nodes for soc-glue-debug
according to the DT schema.
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/20230207023514.29783-8-hayashi.kunihiko@socionext.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi b/arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi index 4d200fec23fe..f62e3048d4dc 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi +++ b/arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi @@ -451,7 +451,7 @@ syscon@5f900000 { compatible = "socionext,uniphier-pxs3-soc-glue-debug", - "simple-mfd"; + "simple-mfd", "syscon"; reg = <0x5f900000 0x2000>; #address-cells = <1>; #size-cells = <1>; |