mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-28 06:38:13 -04:00
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>
This commit is contained in:
committed by
Arnd Bergmann
parent
f45d620715
commit
f4d624a174
@@ -561,7 +561,7 @@ usb_phy2: phy@2 {
|
||||
|
||||
syscon@5f900000 {
|
||||
compatible = "socionext,uniphier-ld11-soc-glue-debug",
|
||||
"simple-mfd";
|
||||
"simple-mfd", "syscon";
|
||||
reg = <0x5f900000 0x2000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
@@ -625,7 +625,7 @@ pinctrl: pinctrl {
|
||||
|
||||
syscon@5f900000 {
|
||||
compatible = "socionext,uniphier-ld20-soc-glue-debug",
|
||||
"simple-mfd";
|
||||
"simple-mfd", "syscon";
|
||||
reg = <0x5f900000 0x2000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
@@ -451,7 +451,7 @@ pinctrl: pinctrl {
|
||||
|
||||
syscon@5f900000 {
|
||||
compatible = "socionext,uniphier-pxs3-soc-glue-debug",
|
||||
"simple-mfd";
|
||||
"simple-mfd", "syscon";
|
||||
reg = <0x5f900000 0x2000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
Reference in New Issue
Block a user