After applying 4c03a44e2668 ("arm64: dts: mediatek: mt8195-cherry: Remove keyboard-backlight node"), there are no users for using the OF match. Instead, the device is added via drivers/mfd/cros_ec_dev.c by 970c3a6b7aa3 ("mfd: cros_ec: Register keyboard backlight subdevice"). The series removes the OF match and the DT bindings. Tzung-Bi Shih (2): platform/chrome: cros_kbd_led_backlight: Remove OF match dt-bindings: cros-ec: Remove google,cros-kbd-led-backlight .../chrome/google,cros-kbd-led-backlight.yaml | 36 ----------- .../bindings/mfd/google,cros-ec.yaml | 3 - .../platform/chrome/cros_kbd_led_backlight.c | 62 ++++--------------- 3 files changed, 11 insertions(+), 90 deletions(-) delete mode 100644 Documentation/devicetree/bindings/chrome/google,cros-kbd-led-backlight.yaml -- 2.47.0.338.g60cca15819-goog