提交 716479a3 编写于 作者: A Arnd Bergmann

Merge tag 'renesas-fixes-for-v4.14' of...

Merge tag 'renesas-fixes-for-v4.14' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes

Pull "Renesas ARM Based SoC Fixes for v4.14" from Simon Horman:

Add 12V regulator to backlight allowing the power supply
for the backlight to be found.

* tag 'renesas-fixes-for-v4.14' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
  arm64: dts: salvator-common: add 12V regulator to backlight
...@@ -62,6 +62,7 @@ backlight: backlight { ...@@ -62,6 +62,7 @@ backlight: backlight {
brightness-levels = <256 128 64 16 8 4 0>; brightness-levels = <256 128 64 16 8 4 0>;
default-brightness-level = <6>; default-brightness-level = <6>;
power-supply = <&reg_12v>;
enable-gpios = <&gpio6 7 GPIO_ACTIVE_HIGH>; enable-gpios = <&gpio6 7 GPIO_ACTIVE_HIGH>;
}; };
...@@ -83,6 +84,15 @@ reg_3p3v: regulator1 { ...@@ -83,6 +84,15 @@ reg_3p3v: regulator1 {
regulator-always-on; regulator-always-on;
}; };
reg_12v: regulator2 {
compatible = "regulator-fixed";
regulator-name = "fixed-12V";
regulator-min-microvolt = <12000000>;
regulator-max-microvolt = <12000000>;
regulator-boot-on;
regulator-always-on;
};
rsnd_ak4613: sound { rsnd_ak4613: sound {
compatible = "simple-audio-card"; compatible = "simple-audio-card";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册