From patchwork Tue Jul 9 10:13:23 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frank Wunderlich X-Patchwork-Id: 811738 Received: from mxout1.routing.net (mxout1.routing.net [134.0.28.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0E1FA155C8E; Tue, 9 Jul 2024 10:22:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=134.0.28.11 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720520531; cv=none; b=q+5NTS+8E2PBtxGk+Kz4mdozHyUXo2/N7zh6cqneeSS1RrBX/M315ATMvwqMv6JtLqWd5//VDps5X6Pp4juYgGWVVFDaHNYefmG369pWj3tAPhZROfNsAri//4igOOscbrMsHCjAR7qOd5jsatlNUvbw2LfieQE64Vk2jvHyXVQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720520531; c=relaxed/simple; bh=6a8qOjBludaUaW7TpO4+yWWp7hirpw9E/AKLu5wnxF8=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=K90r9Br20/CG9CB0PJr8h7zq6ZYRmJclUBXzFkDWpFtrwB1w702QJe7Q4EDU3gFKndZoO/2CDojWUQ+EP9404wIW2YxXIubgxSEgLfnRhGeETsLRuwtNm7ywgSCCg47DAWe/ah7AK2vMHvA8PpWPbr4RfgTsnEE0mb7iHBd3mKI= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=fw-web.de; spf=pass smtp.mailfrom=fw-web.de; dkim=pass (1024-bit key) header.d=mailerdienst.de header.i=@mailerdienst.de header.b=YSJDkGCE; arc=none smtp.client-ip=134.0.28.11 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=fw-web.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=fw-web.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=mailerdienst.de header.i=@mailerdienst.de header.b="YSJDkGCE" Received: from mxbox2.masterlogin.de (unknown [192.168.10.89]) by mxout1.routing.net (Postfix) with ESMTP id AFEAF41A49; Tue, 9 Jul 2024 10:13:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailerdienst.de; s=20200217; t=1720520015; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=A6xXij2X8BH/8d0tWoHxSFtMClwNOD6a+irryyVsrSg=; b=YSJDkGCEzplhkljyu5qASGz7Wek4bD9njpCdk8J3AQwudP9J3ovswPumfGsxEZl6337EV2 Q+lMzjq8vOANYTii0QAYui28qGjoRQTVlzTDsGts4moPi9QuP8V81ANgtT/++a1ACisLoh kGBy9qAEXNV/nbprGuUZ3XEnnlPQcWY= Received: from frank-u24.. (fttx-pool-217.61.149.221.bambit.de [217.61.149.221]) by mxbox2.masterlogin.de (Postfix) with ESMTPSA id B87B410075A; Tue, 9 Jul 2024 10:13:34 +0000 (UTC) From: Frank Wunderlich To: Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , AngeloGioacchino Del Regno , Wim Van Sebroeck , Guenter Roeck Cc: Frank Wunderlich , Daniel Golle , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-watchdog@vger.kernel.org Subject: [PATCH v1 1/4] dt-bindings: watchdog: mediatek,mtk-wdt: add MT7988 syscon requirement Date: Tue, 9 Jul 2024 12:13:23 +0200 Message-ID: <20240709101328.102969-2-linux@fw-web.de> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240709101328.102969-1-linux@fw-web.de> References: <20240709101328.102969-1-linux@fw-web.de> Precedence: bulk X-Mailing-List: linux-watchdog@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Mail-ID: 3691708b-d2e9-40a6-b21e-134ff95be4e9 From: Frank Wunderlich This is needed by u-boot-driver when using OF_UPSTREAM. Signed-off-by: Frank Wunderlich --- .../devicetree/bindings/watchdog/mediatek,mtk-wdt.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/watchdog/mediatek,mtk-wdt.yaml b/Documentation/devicetree/bindings/watchdog/mediatek,mtk-wdt.yaml index 8d2520241e37..681df2ff9f2e 100644 --- a/Documentation/devicetree/bindings/watchdog/mediatek,mtk-wdt.yaml +++ b/Documentation/devicetree/bindings/watchdog/mediatek,mtk-wdt.yaml @@ -25,7 +25,6 @@ properties: - mediatek,mt6735-wdt - mediatek,mt6795-wdt - mediatek,mt7986-wdt - - mediatek,mt7988-wdt - mediatek,mt8183-wdt - mediatek,mt8186-wdt - mediatek,mt8188-wdt @@ -43,6 +42,10 @@ properties: - mediatek,mt8365-wdt - mediatek,mt8516-wdt - const: mediatek,mt6589-wdt + - items: + - enum: + - mediatek,mt7988-wdt + - const: syscon reg: maxItems: 1 From patchwork Tue Jul 9 10:13:24 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frank Wunderlich X-Patchwork-Id: 812313 Received: from mxout1.routing.net (mxout1.routing.net [134.0.28.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 25AA512CDB6; Tue, 9 Jul 2024 10:13:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=134.0.28.11 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720520028; cv=none; b=e/nyAU6HwKpV66md/W0QX9Uhm1LyJTcVL83nLpqQo9WlJxXwH7hXBcKl76mbYWVkLLz71b+SIrSt8AYZ1E+4Mh4NKzHvFUhCbjK1VhATrCEPwnQyFx6DWnUnVUz5hkiqmUMZgfpBZzaSl+cIvcBYb059N/o4n5vzcvN/TI7z7i0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720520028; c=relaxed/simple; bh=A4ETTqt1Mu21+iiAl8O8sZzbV34ytQ8RJYiEdXC0H6c=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=A7GWCM08QpP22zmrfcXJ9dVR4ZDk1gWsbwOgBNpluL34VT9r2O8frlLSAsT23ie89vVGJlR/0wehlgNMJMpUzemDaDUd5kQhzZvFUKBXQUOMzI0kchw4eRmv0ptghMUIaa8jG8NcWfOxDOnZJLM2IzkXjyHmWZECCPxpZRQC4gQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=fw-web.de; spf=pass smtp.mailfrom=fw-web.de; dkim=pass (1024-bit key) header.d=mailerdienst.de header.i=@mailerdienst.de header.b=RloNW+Y/; arc=none smtp.client-ip=134.0.28.11 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=fw-web.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=fw-web.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=mailerdienst.de header.i=@mailerdienst.de header.b="RloNW+Y/" Received: from mxbox2.masterlogin.de (unknown [192.168.10.89]) by mxout1.routing.net (Postfix) with ESMTP id EE4AA41A4A; Tue, 9 Jul 2024 10:13:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailerdienst.de; s=20200217; t=1720520017; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=z4cX1DCeKrW/X4IO3UhVEF3ikjjO45cZPJayAiaU02Q=; b=RloNW+Y/inqFUfV9np27yttZrQpJsm+ipZrlEC0rcEe/R8qGC+xHcqasecIGg6p0XtmBJz X9mZV0G/uFYp5W02UwvKJij1pRWMlDDOM1dGlgQOZRwoKU9Q49j8LxRJ9ZWjs6k6EEqx8x K+y8rhNN3sahRJMVTPcf9mr0L5A+ssw= Received: from frank-u24.. (fttx-pool-217.61.149.221.bambit.de [217.61.149.221]) by mxbox2.masterlogin.de (Postfix) with ESMTPSA id BFC7D100628; Tue, 9 Jul 2024 10:13:35 +0000 (UTC) From: Frank Wunderlich To: Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , AngeloGioacchino Del Regno , Wim Van Sebroeck , Guenter Roeck Cc: Frank Wunderlich , Daniel Golle , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-watchdog@vger.kernel.org Subject: [PATCH v1 2/4] dt-bindings: clock: mediatek: add syscon requirement for mt7988 xfi-pll Date: Tue, 9 Jul 2024 12:13:24 +0200 Message-ID: <20240709101328.102969-3-linux@fw-web.de> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240709101328.102969-1-linux@fw-web.de> References: <20240709101328.102969-1-linux@fw-web.de> Precedence: bulk X-Mailing-List: linux-watchdog@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Mail-ID: 81349dc7-a37f-460e-ab98-b22b9184569c From: Frank Wunderlich This is needed by u-boot-driver when using OF_UPSTREAM. Signed-off-by: Frank Wunderlich --- .../devicetree/bindings/clock/mediatek,mt7988-xfi-pll.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/clock/mediatek,mt7988-xfi-pll.yaml b/Documentation/devicetree/bindings/clock/mediatek,mt7988-xfi-pll.yaml index 192f1451f0af..c3686712505a 100644 --- a/Documentation/devicetree/bindings/clock/mediatek,mt7988-xfi-pll.yaml +++ b/Documentation/devicetree/bindings/clock/mediatek,mt7988-xfi-pll.yaml @@ -15,7 +15,10 @@ description: properties: compatible: - const: mediatek,mt7988-xfi-pll + items: + - enum: + - mediatek,mt7988-xfi-pll + - const: syscon reg: maxItems: 1 @@ -40,7 +43,7 @@ examples: #address-cells = <2>; #size-cells = <2>; clock-controller@11f40000 { - compatible = "mediatek,mt7988-xfi-pll"; + compatible = "mediatek,mt7988-xfi-pll", "syscon"; reg = <0 0x11f40000 0 0x1000>; resets = <&watchdog 16>; #clock-cells = <1>; From patchwork Tue Jul 9 10:13:25 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frank Wunderlich X-Patchwork-Id: 811740 Received: from mxout1.routing.net (mxout1.routing.net [134.0.28.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4EEFF149C79; Tue, 9 Jul 2024 10:13:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=134.0.28.11 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720520027; cv=none; b=E/yMxTcHuE7vVDDnVJRJzt80DpSkaW95svz3DV8Naz4061iqjlVC/bQPacqUpsOI3MThr6AVVG7JyxeAGMKoGbhilYMaJqyRYHbnJLhx+IUrA+yW6o/ftpRno4NC91LsbzZlPPhjWtvm3pPEBIckUVd2vVUcP/R8rCoyRIqFq1k= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720520027; c=relaxed/simple; bh=W+w4fMoRQXGlcBhBEdRifVTyFouOrWTky/aR8bda8Ds=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=POMDdWBdYFynG61ezx7apjKcd7REvrebTy3r8nWKNtYbdXpQLZZd6X/9ugu1JXNW9/dw4kaWEZHHUSQ1I49kPR64okvPELFJ+vgp0zfmgwA2VoRfgwRSlyP9nx9fKj+7NxvWr83Ktckxn281V6LchwkbwHrQsWq5R0Idg1OgyG8= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=fw-web.de; spf=pass smtp.mailfrom=fw-web.de; dkim=pass (1024-bit key) header.d=mailerdienst.de header.i=@mailerdienst.de header.b=pQyfAGKL; arc=none smtp.client-ip=134.0.28.11 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=fw-web.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=fw-web.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=mailerdienst.de header.i=@mailerdienst.de header.b="pQyfAGKL" Received: from mxbox2.masterlogin.de (unknown [192.168.10.89]) by mxout1.routing.net (Postfix) with ESMTP id 0B2B541A4D; Tue, 9 Jul 2024 10:13:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailerdienst.de; s=20200217; t=1720520018; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=6Cz+tcKOoLj5PHmzKXgFnpnZXQbpoa1J8fX2KzN0JB0=; b=pQyfAGKLWsucu2KTiPOeG4tD8bX/99jx/zCXtk7YVjoyljQW2r6XHAGmfSwYS1oAwbKyGC JaJUWTSX63WSh33ETPGj808x02lgYIuG+loM4NwBemXgirs24hpZp1Jhw7x0AespEd/Jbr 9ix4IXZTTxvL7OM+IFDgKSeRGrVfHuQ= Received: from frank-u24.. (fttx-pool-217.61.149.221.bambit.de [217.61.149.221]) by mxbox2.masterlogin.de (Postfix) with ESMTPSA id D03A8100758; Tue, 9 Jul 2024 10:13:36 +0000 (UTC) From: Frank Wunderlich To: Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , AngeloGioacchino Del Regno , Wim Van Sebroeck , Guenter Roeck Cc: Frank Wunderlich , Daniel Golle , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-watchdog@vger.kernel.org Subject: [PATCH v1 3/4] dt-bindings: clock: mediatek: add syscon requirement for mt7988 ethwarp Date: Tue, 9 Jul 2024 12:13:25 +0200 Message-ID: <20240709101328.102969-4-linux@fw-web.de> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240709101328.102969-1-linux@fw-web.de> References: <20240709101328.102969-1-linux@fw-web.de> Precedence: bulk X-Mailing-List: linux-watchdog@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Mail-ID: 211e5e16-6cca-4117-b4fa-ed6227b76485 From: Frank Wunderlich This is needed by u-boot-driver when using OF_UPSTREAM. Signed-off-by: Frank Wunderlich --- .../devicetree/bindings/clock/mediatek,mt7988-ethwarp.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/clock/mediatek,mt7988-ethwarp.yaml b/Documentation/devicetree/bindings/clock/mediatek,mt7988-ethwarp.yaml index e32a0251ff6a..b460a0de8503 100644 --- a/Documentation/devicetree/bindings/clock/mediatek,mt7988-ethwarp.yaml +++ b/Documentation/devicetree/bindings/clock/mediatek,mt7988-ethwarp.yaml @@ -17,7 +17,9 @@ description: properties: compatible: items: - - const: mediatek,mt7988-ethwarp + - enum: + - mediatek,mt7988-ethwarp + - const: syscon reg: maxItems: 1 @@ -44,7 +46,7 @@ examples: #size-cells = <2>; clock-controller@15031000 { - compatible = "mediatek,mt7988-ethwarp"; + compatible = "mediatek,mt7988-ethwarp", "syscon"; reg = <0 0x15031000 0 0x1000>; #clock-cells = <1>; #reset-cells = <1>; From patchwork Tue Jul 9 10:13:26 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frank Wunderlich X-Patchwork-Id: 811739 Received: from mxout1.routing.net (mxout1.routing.net [134.0.28.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BE91F156863; Tue, 9 Jul 2024 10:13:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=134.0.28.11 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720520030; cv=none; b=W0WWe0VHZwjh+w6uK69p2u6B0m3I9fzxp6IvT8wKGTY/8SX5bTrsq5CD35+HMYbtpLJQb6esr3znm4o1KcknhWK9iDnNCevxmC8SU1hTSdp2OABEjtZnQWHuAPO2Zl6UhktuWCnTI5Z7SNz+pk7tJbV9G/3UkOvOxwxKf7lqljQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720520030; c=relaxed/simple; bh=D+41rSntOtrWaCDgDpOU9msElMlPyKTfEYT0iDtDNZ8=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=TXnjuDFvJ6YYfxDZiv1vceaAlB63iIUbBC8BPnQedBcWrmRYm8o/ZeYu3uSgeIEJnSYYVyIq8q9lxh3w/kzIxmQP+i+w7R1PK5f0aBpzJZvk4rmPvDH7DWlXxS8jD04kvtuctkgA746h2I5/uHl0om198Gh8sLPdLC6tCe12u2U= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=fw-web.de; spf=pass smtp.mailfrom=fw-web.de; dkim=pass (1024-bit key) header.d=mailerdienst.de header.i=@mailerdienst.de header.b=A6ZRVjgq; arc=none smtp.client-ip=134.0.28.11 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=fw-web.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=fw-web.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=mailerdienst.de header.i=@mailerdienst.de header.b="A6ZRVjgq" Received: from mxbox2.masterlogin.de (unknown [192.168.10.89]) by mxout1.routing.net (Postfix) with ESMTP id 3068941A4E; Tue, 9 Jul 2024 10:13:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailerdienst.de; s=20200217; t=1720520019; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=yClmM7FbG+STkiGlvMKHgaKsALit4BWDuDxsq4NcyT4=; b=A6ZRVjgq+lUCXTIvq4zWCVXaAZ9zBGsOK+rd5onPZSJHomzYjSZX3BXDWCeIVWam/Cilhi 0XsRS810PkUcOM3ytWAJ5D3dXECmZcFb181ayp0HpvV0jfx1x0PrV70klhin6gA3QW0BJV xWQXHRosK4XK0jiyR/sfQrImp24LoYM= Received: from frank-u24.. (fttx-pool-217.61.149.221.bambit.de [217.61.149.221]) by mxbox2.masterlogin.de (Postfix) with ESMTPSA id EABB9100756; Tue, 9 Jul 2024 10:13:37 +0000 (UTC) From: Frank Wunderlich To: Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , AngeloGioacchino Del Regno , Wim Van Sebroeck , Guenter Roeck Cc: Frank Wunderlich , Daniel Golle , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-watchdog@vger.kernel.org Subject: [PATCH v1 4/4] arm64: dts: mediatek: mt7988: add syscon for watchdog, xfi-pll and ethwarp Date: Tue, 9 Jul 2024 12:13:26 +0200 Message-ID: <20240709101328.102969-5-linux@fw-web.de> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240709101328.102969-1-linux@fw-web.de> References: <20240709101328.102969-1-linux@fw-web.de> Precedence: bulk X-Mailing-List: linux-watchdog@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Mail-ID: a9a804e3-baad-4dc7-95ce-a21e05282f94 From: Frank Wunderlich This is needed by u-boot-driver when using OF_UPSTREAM. Signed-off-by: Frank Wunderlich --- arch/arm64/boot/dts/mediatek/mt7988a.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm64/boot/dts/mediatek/mt7988a.dtsi b/arch/arm64/boot/dts/mediatek/mt7988a.dtsi index 9ced005b1595..abde2719c34d 100644 --- a/arch/arm64/boot/dts/mediatek/mt7988a.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt7988a.dtsi @@ -93,7 +93,7 @@ topckgen: clock-controller@1001b000 { }; watchdog: watchdog@1001c000 { - compatible = "mediatek,mt7988-wdt"; + compatible = "mediatek,mt7988-wdt", "syscon"; reg = <0 0x1001c000 0 0x1000>; interrupts = ; #reset-cells = <1>; @@ -192,7 +192,7 @@ ssusb1: usb@11200000 { }; xfi_pll: clock-controller@11f40000 { - compatible = "mediatek,mt7988-xfi-pll"; + compatible = "mediatek,mt7988-xfi-pll", "syscon"; reg = <0 0x11f40000 0 0x1000>; resets = <&watchdog 16>; #clock-cells = <1>; @@ -206,7 +206,7 @@ ethsys: clock-controller@15000000 { }; ethwarp: clock-controller@15031000 { - compatible = "mediatek,mt7988-ethwarp"; + compatible = "mediatek,mt7988-ethwarp", "syscon"; reg = <0 0x15031000 0 0x1000>; #clock-cells = <1>; #reset-cells = <1>;