Re: [PATCH v5 1/2] mfd: google,cros-ec: add DT bindings for a baseboard's switch device
From: Rob Herring <robh@kernel.org>
Date: 2021-04-15 16:19:25
Also in:
linux-devicetree, lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-04-15 16:19:25
Also in:
linux-devicetree, lkml
On Thu, 15 Apr 2021 11:29:57 +0800, Ikjoon Jang wrote:
This is for ChromeOS tablets which have a 'cros_cbas' switch device in the "Whiskers" base board. This device can be instantiated only by device tree on ARM platforms. ChromeOS EC doesn't provide a way to probe the device. Signed-off-by: Ikjoon Jang <redacted> --- Changes in v5: - Add missing blank lines and change the description property's position. - Add a note to description: "this device cannot be detected at runtime." Changes in v4: Define cros-cbase bindings inside google,cros-ec.yaml instead of a separated binding document. .../bindings/mfd/google,cros-ec.yaml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+)
Reviewed-by: Rob Herring <robh@kernel.org>