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 6B27E79F5; Thu, 22 Feb 2024 04:57:38 +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=1708577858; cv=none; b=rhvpnYk5K45r9RzwlVJpD0CRdyZeNDFRsqk3N1qtVdSSdaorgCoLnvHOrB8wSdKsxRD6PHpm+LddTWEm6NzgUCnMlfKku6z0FkTDkPLAXCHGRlmtbxB/kwCFdongfp43b8cuOTI6WaXT7sr/tA+VVy2Ehj5kEPqIJCmq6MXWQNM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708577858; c=relaxed/simple; bh=LD1a12Iwotseh8k/EGNm4xpZFXAbJSrLwQ+zzlGmHig=; h=Message-ID:Content-Type:MIME-Version:In-Reply-To:References: Subject:From:Cc:To:Date; b=K+W5Vhz7xeeQKU3khysJDd4ZYR8nnhUsoNHG9YEoZLzYcIZeuqu4PhoECNM7nQYKtJVN9EMv5i1hTdtlusgM7VVbQIaUdLtJc/I8MbA1UnY3wYrkyVeYDaDcDapigZH/h1fYmyjhajchKdhcRGK71pFsc8Fm/gMD10DWzl5ZXTY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=mpf0+kip; 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="mpf0+kip" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DA6D5C433C7; Thu, 22 Feb 2024 04:57:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708577858; bh=LD1a12Iwotseh8k/EGNm4xpZFXAbJSrLwQ+zzlGmHig=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=mpf0+kip2Qpa8fBNhkgu10pfovZVp/XhCe3so/ZwGXGy7ouvjKVJSMbPqbQT4HoEY IYL4sO8wl/gNLWWHIpnLytePYJekOwa4Yni42JKIZbDhz3YoiF/w7eZvOxoIYDja6a Hlfw06K0Fk7+eomJ35IRKRz+VppDF4ANsbkhDrcDN8tcxc6TT12DuAbcj/KNTKaRrm R9eKvy60DoccYwdeqNsG9orebBpOuaUpglOm1ZM5WVxlix+N8Ax2ACtkV7bAKoE9dv oWhVdTkq7BomERG4a+sVYZd8KjoJFVDTaJyrOuiW1fqCMclCWqWRIbQAq7vxpLCVvQ mj1pTVptYMXcQ== Message-ID: Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20240214061233.24645-4-zajec5@gmail.com> References: <20240214061233.24645-1-zajec5@gmail.com> <20240214061233.24645-4-zajec5@gmail.com> Subject: Re: [PATCH V4 3/3] dt-bindings: clock: mediatek: convert SSUSBSYS to the json-schema clock From: Stephen Boyd Cc: Matthias Brugger , AngeloGioacchino Del Regno , Russell King , Daniel Lezcano , Thomas Gleixner , devicetree@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, =?utf-8?q?Rafa=C5=82_Mi=C5=82ecki?= , Krzysztof Kozlowski To: Conor Dooley , Krzysztof Kozlowski , Michael Turquette , =?utf-8?q?Rafa=C5=82_Mi=C5=82ecki?= , Rob Herring Date: Wed, 21 Feb 2024 20:57:35 -0800 User-Agent: alot/0.10 Quoting Rafa=C5=82 Mi=C5=82ecki (2024-02-13 22:12:33) > From: Rafa=C5=82 Mi=C5=82ecki >=20 > This helps validating DTS files. Introduced changes: > 1. Documented "reg" property > 2. Dropped "syscon" as it was incorrectly used > 3. Adjusted nodename, "compatible" and "reg" in example >=20 > Signed-off-by: Rafa=C5=82 Mi=C5=82ecki > Reviewed-by: Krzysztof Kozlowski > Reviewed-by: AngeloGioacchino Del Regno > --- Applied to clk-next