Skip to content

Commit

Permalink
arm64: dts: mediatek: mt8192-asurada: Remove CrosEC base detection node
Browse files Browse the repository at this point in the history
[ Upstream commit 9b49cabe631b0a25aaf8fc2ba81b5b9ea6ff01b7 ]

The commit adding the ChromeOS EC to the Asurada Devicetree mistakenly
added a base detection node. While tablet mode detection is supported by
CrosEC and used by Hayato, it is done through the cros-ec-keyb driver.
The base detection node, which is handled by the hid-google-hammer
driver, also provides tablet mode detection but by checking base
attachment status on the CrosEC, which is not supported for Asurada.

Hence, remove the unused CrosEC base detection node for Asurada.

Fixes: eb188a2 ("arm64: dts: mediatek: asurada: Add ChromeOS EC")
Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
Link: https://lore.kernel.org/r/20240207-mt8192-asurada-cbas-remove-v1-1-04cb65951975@collabora.com
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
nfraprado authored and Sasha Levin committed Mar 26, 2024
1 parent 0ae7673 commit 889f133
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/arm64/boot/dts/mediatek/mt8192-asurada.dtsi
Expand Up @@ -1308,10 +1308,6 @@
#address-cells = <1>;
#size-cells = <0>;

base_detection: cbas {
compatible = "google,cros-cbas";
};

cros_ec_pwm: pwm {
compatible = "google,cros-ec-pwm";
#pwm-cells = <1>;
Expand Down

0 comments on commit 889f133

Please sign in to comment.