mirror of https://gitee.com/openkylin/linux.git
ARM: dts: sun8i: reference-design-tablet: ldo_io1 is vcc-touchscreen
On some Q8 and other tablets ldo_io1 is used as vcc-touchscreen, config at as such in sun8i-reference-design-tablet.dtsi. Note that it will only be enabled when it us actually referenced by a foo-supply property in the touchscreen node, so for tablets which do not use ldo_io1 as vcc-touchscreen, it will be disabled. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
parent
ff44ded689
commit
6a08816d9b
|
@ -98,13 +98,6 @@ wifi_pwrseq_pin_mid2407: wifi_pwrseq_pin@0 {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
®_ldo_io1 {
|
|
||||||
regulator-min-microvolt = <3300000>;
|
|
||||||
regulator-max-microvolt = <3300000>;
|
|
||||||
regulator-name = "vcc-touchscreen";
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&touchscreen {
|
&touchscreen {
|
||||||
reg = <0x40>;
|
reg = <0x40>;
|
||||||
compatible = "silead,gsl1680";
|
compatible = "silead,gsl1680";
|
||||||
|
|
|
@ -209,6 +209,13 @@ ®_drivevbus {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
®_ldo_io1 {
|
||||||
|
regulator-min-microvolt = <3300000>;
|
||||||
|
regulator-max-microvolt = <3300000>;
|
||||||
|
regulator-name = "vcc-touchscreen";
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
®_rtc_ldo {
|
®_rtc_ldo {
|
||||||
regulator-name = "vcc-rtc";
|
regulator-name = "vcc-rtc";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue