summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/apple/t8112-j493.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm64/boot/dts/apple/t8112-j493.dts')
-rw-r--r--arch/arm64/boot/dts/apple/t8112-j493.dts17
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/apple/t8112-j493.dts b/arch/arm64/boot/dts/apple/t8112-j493.dts
index 8552c15be265..0ad908349f55 100644
--- a/arch/arm64/boot/dts/apple/t8112-j493.dts
+++ b/arch/arm64/boot/dts/apple/t8112-j493.dts
@@ -11,6 +11,7 @@
#include "t8112.dtsi"
#include "t8112-jxxx.dtsi"
+#include <dt-bindings/leds/common.h>
/ {
compatible = "apple,j493", "apple,t8112", "apple,arm-platform";
@@ -20,6 +21,18 @@
bluetooth0 = &bluetooth0;
wifi0 = &wifi0;
};
+
+ led-controller {
+ compatible = "pwm-leds";
+ led-0 {
+ pwms = <&fpwm1 0 40000>;
+ label = "kbd_backlight";
+ function = LED_FUNCTION_KBD_BACKLIGHT;
+ color = <LED_COLOR_ID_WHITE>;
+ max-brightness = <255>;
+ default-state = "keep";
+ };
+ };
};
/*
@@ -50,3 +63,7 @@
&i2c4 {
status = "okay";
};
+
+&fpwm1 {
+ status = "okay";
+};