From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 E54222BEC27; Sat, 7 Mar 2026 12:46:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772887585; cv=none; b=c7UZvnTQaHQ9FzwYjAyHaRwC3gSjPnMv1OCcnTC0dQ538uLQZyya31UDRce1YW3429mmYwTDfaFS/1JL0ecoJBrQQ3+WjudppLZP25ZJcFvWlX8LGtY25iKj3Nr4jgaQy6fLtJ1/nDmcJ2iQ/8ZsudFU62sHv2E3l2pvXUtpN2Y= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772887585; c=relaxed/simple; bh=kjTxLgnrKrEL6IV1Y9jaA4cUpoDqaFywbK376zXACbQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=f/TY02Y/NqWPyJGgfT1iCGyHqOOCbTJNK7R4+PY4ooowNdX+DpRgKKNa43hpROscCWWs8gsPLVxVo4W4aMg/XYazBEG96QXSapfAPtf2lLCsM30CW3z/2JFOcIDcrz+JCHJSl8YMv2MEGIEu09yKtOf49E1AnMg3/HE/KwLkoBs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=rhRMsdpb; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="rhRMsdpb" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 08EEFC19422; Sat, 7 Mar 2026 12:46:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772887584; bh=kjTxLgnrKrEL6IV1Y9jaA4cUpoDqaFywbK376zXACbQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rhRMsdpba+rolDoKBamq1w1atLpnK8T1HHMPi1/GGTKwBOn0Q8j6JwvJGKVed/bw8 Fqv6hBcVjKrc98syVX2m/Fa54Doe4K2KPcxKeiJR8UHZJzkZ8Ni3hIc+tnhoaiLAo8 P7XxaXsWFKchMyfCGl+za5MNOJ6ylufD2hMWJRCIRmGXla7IJPa5i42E7m44Uvr+Oz YkWyqcu8G1zyMgSL5WX8vvQ04hG0WdhKOGEDkNeavNVos9hCvIxEvMn4VLufvrEuZh xJmIGmQxGqDzbrTuZ28WcXMV/p3eyNHxWfxdDpYf5MrTWJeTCvNB9sDLyRj2Xkwxs+ HHfstdFBtKSpA== Date: Sat, 7 Mar 2026 13:46:22 +0100 From: Krzysztof Kozlowski To: Svyatoslav Ryhel Cc: Linus Walleij , Bartosz Golaszewski , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Lee Jones , Liam Girdwood , Mark Brown , "Rafael J. Wysocki" , Daniel Lezcano , Zhang Rui , Lukasz Luba , Chanwoo Choi , Alexandre Belloni , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, linux-rtc@vger.kernel.org Subject: Re: [PATCH v3 4/6] dt-bindings: mfd: max77620: convert to DT schema Message-ID: <20260307-huge-excellent-tench-0afefc@quoll> References: <20260306133351.31589-1-clamor95@gmail.com> <20260306133351.31589-5-clamor95@gmail.com> Precedence: bulk X-Mailing-List: linux-rtc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260306133351.31589-5-clamor95@gmail.com> On Fri, Mar 06, 2026 at 03:33:49PM +0200, Svyatoslav Ryhel wrote: > + #include > + #include > + > + i2c { > + #address-cells = <1>; > + #size-cells = <0>; > + > + pmic@3c { > + compatible = "maxim,max77620"; > + reg = <0x3c>; > + > + interrupts = ; This is odd interrupt. It's I2C device, so how can it be GIC? > + #interrupt-cells = <2>; > + interrupt-controller; > + > + #gpio-cells = <2>; > + gpio-controller; > + > + #thermal-sensor-cells = <0>; > + > + system-power-controller; > + > + pinctrl-names = "default"; > + pinctrl-0 = <&max77620_default>; > + > + max77620_default: pinmux { > + gpio0 { > + pins = "gpio0"; > + function = "gpio"; > + }; > + > + gpio1 { > + pins = "gpio1"; > + function = "fps-out"; > + maxim,active-fps-source = ; > + }; Messed indentation. > + > + gpio2 { > + pins = "gpio2"; > + function = "fps-out"; > + maxim,active-fps-source = ; > + }; > + > + gpio3 { > + pins = "gpio3"; > + function = "gpio"; > + }; > + > + gpio4 { > + pins = "gpio4"; > + function = "32k-out1"; > + }; > + > + gpio5_6 { No underscoers in node names. Use hyphen. > + pins = "gpio5", "gpio6"; > + function = "gpio"; > + drive-push-pull = <1>; > + }; > + > + gpio7 { > + pins = "gpio7"; > + function = "gpio"; > + }; > + }; Best regards, Krzysztof