^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) SKY81452 bindings
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) Required properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) - compatible : Must be "skyworks,sky81452"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) - reg : I2C slave address
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) Required child nodes:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) - backlight : container node for backlight following the binding
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) in leds/backlight/sky81452-backlight.txt
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) - regulator : container node for regulators following the binding
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) in regulator/sky81452-regulator.txt
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) Example:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) sky81452@2c {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) compatible = "skyworks,sky81452";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) reg = <0x2c>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) backlight {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) compatible = "skyworks,sky81452-backlight";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) name = "pwm-backlight";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) led-sources = <0 1 2 3 6>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) skyworks,ignore-pwm;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) skyworks,phase-shift;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) skyworks,current-limit = <2300>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) };
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) regulator {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) lout {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) regulator-name = "sky81452-lout";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) regulator-min-microvolt = <4500000>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) regulator-max-microvolt = <8000000>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) };
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) };
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) };