From patchwork Tue Jul 9 10:13:22 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frank Wunderlich X-Patchwork-Id: 812312 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 30270155C8C; 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=1720520529; cv=none; b=E6aEm+/E/kY2fcBJ2jNvE2lYCQkT5JlBeGhxFVcCwEilTn7icy5bzbQY1ehQXaedC0zT3IdwsJzjpyUpnsbHcppAUv+cCXWQND6lK4xIqb3Kvoz174pKROruBrxw02DF+ZPBsQ/mVmLPJMlDw/B7Dj9IABkWZkWdo/fOo0+AlyE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720520529; c=relaxed/simple; bh=FE2YpU2h+P0unr9RpDRYX7VYNxOd75G0LeTzW0dGPiw=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=MyVJwUCh4PJVfE2CG5KK9vTWx5eq8ulN9Yeg5llVUNsNji1D+LUeCxY4FyISkW15t02WydTv5AbT3eck9RDHxLr7YwKmqtv3eKVV47/YnabYuZCvlv/p20bzW8KbXX3n0JylFN2UzNNtff1x4nWSp2kAKKEEzBV1c7MuSV90Rt0= 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=gM37yGtm; 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="gM37yGtm" Received: from mxbox2.masterlogin.de (unknown [192.168.10.89]) by mxout1.routing.net (Postfix) with ESMTP id C76C6419EB; Tue, 9 Jul 2024 10:13:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailerdienst.de; s=20200217; t=1720520014; 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; bh=F8LbkaZZ5T6LHWP6MpgVpaTLNOg4FoESQlLvyA41iYg=; b=gM37yGtmYrRd0oPE/NhgKI4bYc+KF1mXFND4kfNJVpcN0S7smJX7LP1WSBoE6IprfVmK5g PYBrvDkJErbQjnwqrsuGoAfi4Tz2wZosxR3h1HWSgmmc8KtdWQcDYuuKVxJoo9Fy8jBdo6 uAW1nH4xaj+/F1/BKtR2vyqo0tiTgQs= Received: from frank-u24.. (fttx-pool-217.61.149.221.bambit.de [217.61.149.221]) by mxbox2.masterlogin.de (Postfix) with ESMTPSA id 90D21100756; Tue, 9 Jul 2024 10:13:33 +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 0/4] add syscon requirement for mt7988 Date: Tue, 9 Jul 2024 12:13:22 +0200 Message-ID: <20240709101328.102969-1-linux@fw-web.de> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-watchdog@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Mail-ID: cc04bfa3-18a0-4142-97ac-21d0a30ec603 From: Frank Wunderlich Some nodes require the syscon fallback at least in u-boot when using OF_UPSTREAM. This is because uboot driver uses syscon_node_to_regmap in mtk_eth.c for "mediatek,toprgu", "mediatek,xfi_pll" and reset pointing to watchdog-node. Frank Wunderlich (4): dt-bindings: watchdog: mediatek,mtk-wdt: add MT7988 syscon requirement dt-bindings: clock: mediatek: add syscon requirement for mt7988 xfi-pll dt-bindings: clock: mediatek: add syscon requirement for mt7988 ethwarp arm64: dts: mediatek: mt7988: add syscon for watchdog, xfi-pll and ethwarp .../devicetree/bindings/clock/mediatek,mt7988-ethwarp.yaml | 6 ++++-- .../devicetree/bindings/clock/mediatek,mt7988-xfi-pll.yaml | 7 +++++-- .../devicetree/bindings/watchdog/mediatek,mtk-wdt.yaml | 5 ++++- arch/arm64/boot/dts/mediatek/mt7988a.dtsi | 6 +++--- 4 files changed, 16 insertions(+), 8 deletions(-)