ARM: 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-4-hayashi.kunihiko@socionext.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
2d1bf1fc77
commit
76b2cb8a70
|
@ -346,7 +346,7 @@
|
|||
|
||||
syscon@5f900000 {
|
||||
compatible = "socionext,uniphier-ld4-soc-glue-debug",
|
||||
"simple-mfd";
|
||||
"simple-mfd", "syscon";
|
||||
reg = <0x5f900000 0x2000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
|
|
@ -420,7 +420,7 @@
|
|||
|
||||
syscon@5f900000 {
|
||||
compatible = "socionext,uniphier-pro4-soc-glue-debug",
|
||||
"simple-mfd";
|
||||
"simple-mfd", "syscon";
|
||||
reg = <0x5f900000 0x2000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
|
|
@ -385,7 +385,7 @@
|
|||
|
||||
syscon@5f900000 {
|
||||
compatible = "socionext,uniphier-pro5-soc-glue-debug",
|
||||
"simple-mfd";
|
||||
"simple-mfd", "syscon";
|
||||
reg = <0x5f900000 0x2000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
|
|
@ -500,7 +500,7 @@
|
|||
|
||||
syscon@5f900000 {
|
||||
compatible = "socionext,uniphier-pxs2-soc-glue-debug",
|
||||
"simple-mfd";
|
||||
"simple-mfd", "syscon";
|
||||
reg = <0x5f900000 0x2000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
|
|
@ -350,7 +350,7 @@
|
|||
|
||||
syscon@5f900000 {
|
||||
compatible = "socionext,uniphier-sld8-soc-glue-debug",
|
||||
"simple-mfd";
|
||||
"simple-mfd", "syscon";
|
||||
reg = <0x5f900000 0x2000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
|
Loading…
Reference in New Issue