diff mbox series

[v2] arm64: dts: mediatek: mt8195-cherry: Remove keyboard-backlight node

Message ID 20240722-cros-backlight-dt-probe-v2-1-d77cdf7018ec@collabora.com (mailing list archive)
State New, archived
Headers show
Series [v2] arm64: dts: mediatek: mt8195-cherry: Remove keyboard-backlight node | expand

Commit Message

Nícolas F. R. A. Prado July 22, 2024, 3:34 p.m. UTC
Commit 970c3a6b7aa3 ("mfd: cros_ec: Register keyboard backlight
subdevice") introduced support for detecting keyboard backlight
fuctionality through communication with the ChromeOS EC. This means that
the DT node is no longer used. Remove the unneeded node.

Tested-by: Chen-Yu Tsai <wenst@chromium.org>
Reviewed-by: Chen-Yu Tsai <wenst@chromium.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
---
Changes in v2:
- Removed RFC tag
- Link to v1: https://lore.kernel.org/r/20240715-cros-backlight-dt-probe-v1-1-0b5afe64c94b@collabora.com
---
 arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi | 4 ----
 1 file changed, 4 deletions(-)


---
base-commit: 91e3b24eb7d297d9d99030800ed96944b8652eaf
change-id: 20240715-cros-backlight-dt-probe-7754a832ad60

Best regards,

Comments

AngeloGioacchino Del Regno July 30, 2024, 9:21 a.m. UTC | #1
On Mon, 22 Jul 2024 11:34:25 -0400, Nícolas F. R. A. Prado wrote:
> Commit 970c3a6b7aa3 ("mfd: cros_ec: Register keyboard backlight
> subdevice") introduced support for detecting keyboard backlight
> fuctionality through communication with the ChromeOS EC. This means that
> the DT node is no longer used. Remove the unneeded node.
> 
> 

Applied to v6.11-next/dts64, thanks!

[1/1] arm64: dts: mediatek: mt8195-cherry: Remove keyboard-backlight node
      commit: 4c03a44e266887190bdaacc7010970ae2b26b852

Cheers,
Angelo
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi b/arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi
index fe5400e17b0f..20dfa18c9dda 100644
--- a/arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi
@@ -1228,10 +1228,6 @@  cros_ec: ec@0 {
 		spi-max-frequency = <3000000>;
 		wakeup-source;
 
-		keyboard-backlight {
-			compatible = "google,cros-kbd-led-backlight";
-		};
-
 		i2c_tunnel: i2c-tunnel {
 			compatible = "google,cros-ec-i2c-tunnel";
 			google,remote-bus = <0>;