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 EE621217F31; Mon, 9 Feb 2026 17:49:13 +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=1770659354; cv=none; b=NBfX3CbeHLrQATNqpNbjFzX8MBZRaY3uHXJpM/GOuqYmeozfTJXuWpzKdsrOHQPsxjJpNYLatYqSP4sNlHbPJa7bhIRyZtWgvtlfuQNoI7j4NKIZ/FWYouhNelknTsm7S8WLEOuoNz+pAtUZ9xlLAWJ5ubbTJn39HA1yY8XkjTw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770659354; c=relaxed/simple; bh=WUS1S9Wh4xrUMkB0HleK/CFVF/YfnE5kZnjP6ocOFe8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=GLFWmx0nh7rTQAy5n7flHpFMRbQoWzhCwktX6Itha8z29eufGeIuwWsFsNCBogULuuCw4kZgFqh7ATCSdOsqrqU0z3Q2C86H84kbFlj39lT6N1Y6lFRWUUk1sVtxgOGcZcUQA/DxZQI+PUHXD/zxKpIt3innU9o8PhJL7PkRIQg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=YNuvDfrY; 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="YNuvDfrY" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 605B2C116C6; Mon, 9 Feb 2026 17:49:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770659353; bh=WUS1S9Wh4xrUMkB0HleK/CFVF/YfnE5kZnjP6ocOFe8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YNuvDfrYfxVYoYpnpOHA6aptztlveyWh/z1wRxTpjdHP+vg2Mjyro3aLyLpPMbDYA jusOh40EQVfcSbE7Q6wahu+bRzgxkRy1hmNjnlA8rdarhAHKLwbeGPK4zNcodKosYH IVvV+XqHwg63evwaJGZHiCesnXkAHj+Rl4uguLKxa63TNPeiCwUtT/tHBcQm/80apl K580faukJNfgNFQsOiwwJFt3ZDpwQPntpXfXT8jPhUhiLzGh9NIed9QvVmGyzrA+bK rzmRiq8AKUJkKWq3pDoPWk3Z1cojncQNh0sEI/wD6Vfyh0ITXpe6Uy3BlKFw/uPPpg DC4ChA743iJhA== Date: Mon, 9 Feb 2026 11:49:12 -0600 From: Rob Herring To: Raptor Engineering Development Team Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, conor+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, lee@kernel.org, Georgy.Yakovlev@sony.com, sanastasio@raptorengineering.com, Timothy Pearson Subject: Re: [PATCH v7 1/4] dt-bindings: mfd: Add sony,cronos-smc Message-ID: <20260209174912.GA1474958-robh@kernel.org> References: <20260129192047.562540-1-support@raptorengineering.com> <20260129192047.562540-2-support@raptorengineering.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260129192047.562540-2-support@raptorengineering.com> On Thu, Jan 29, 2026 at 01:20:44PM -0600, Raptor Engineering Development Team wrote: > From: Shawn Anastasio > > The Sony Cronos Platform Controller is a multi-purpose platform controller > that provides both a watchdog timer and an LED controller for the Sony > Interactive Entertainment Cronos x86 server platform. As both functions > are provided by the same CPLD, a multi-function device is exposed as the > parent of both functions. Why do we have DT bindings for a x86 server platform? Rob