From patchwork Mon Jul 15 13:41:12 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 13733553 X-Patchwork-Delegate: geert@linux-m68k.org Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 8608418C169 for ; Mon, 15 Jul 2024 13:41:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=210.160.252.171 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721050895; cv=none; b=bjdB/3AT3sHGHpyFbcVkdnmz6iQiBpajEGBVy5UV5p38kLmKfBQJmdC7jyuCWeJIJlkvjsjhLtLnJwsD9RQFDOfYalHPDM1Y9lgXJxV9KGUtQNnh40p86Jqr8SXUogDFwmCA5ceFVB+7eiUdyl76SB7RSM/3JFuGH/CkdCqbot0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721050895; c=relaxed/simple; bh=8/SezJrZnsUE7UfYxH8WPPMvJU8eTz9IGHpI8JT7aVQ=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=QbU+P4jiOGz0jmDrl7PG+TNv3/M5XvSN3DFef5pudLfIxV8uGVJkLkULV+2HCi87xIzpnuvVQzoaF1QtIoG9a1RL1McXywLkSm4uJvNJIkPFtAP8TsVDAcJsfDttBOXFx1/uN9bHf2hhtaxnm7e/fLlHCNtLDkNgDG3Le+9Algg= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=bp.renesas.com; spf=pass smtp.mailfrom=bp.renesas.com; arc=none smtp.client-ip=210.160.252.171 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=bp.renesas.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bp.renesas.com X-IronPort-AV: E=Sophos;i="6.09,210,1716217200"; d="scan'208";a="211378407" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 15 Jul 2024 22:41:25 +0900 Received: from localhost.localdomain (unknown [10.226.92.132]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id EA9F5434F834; Mon, 15 Jul 2024 22:41:22 +0900 (JST) From: Biju Das To: Liam Girdwood , Mark Brown Cc: Biju Das , Geert Uytterhoeven , Prabhakar Mahadev Lad , Biju Das , linux-renesas-soc@vger.kernel.org Subject: [PATCH] regulator: renesas-usb-vbus-regulator: Update the default Date: Mon, 15 Jul 2024 14:41:12 +0100 Message-ID: <20240715134120.312610-1-biju.das.jz@bp.renesas.com> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 As the "rzg2l-usb-vbus-regulator" platform device is only created by drivers/reset/reset-rzg2l-usbphy-ctrl.c, update the default stricter by replacing ARCH_RZG2L->RESET_RZG2L_USBPHY_CTRL. Signed-off-by: Biju Das Reported-by: Geert Uytterhoeven Closes: https://lore.kernel.org/all/CAMuHMdX5ayWbLEEa6nAipECVB6H9eCpRg21pu3zYrTdiER0F+Q@mail.gmail.com/ --- drivers/regulator/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index e6a9027773fc..c9ec3068cab7 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -1664,7 +1664,7 @@ config REGULATOR_RZG2L_VBCTRL depends on ARCH_RZG2L || COMPILE_TEST depends on OF select REGMAP_MMIO - default ARCH_RZG2L + default RESET_RZG2L_USBPHY_CTRL help Support for VBUS regulators implemented on Renesas RZ/G2L SoCs.