Hi, On 05-05-16 12:35, Michael Haas wrote:
This node should be enabled by default. A device is likely to have an USB power connection. If USB power is indeed absent, the USB power driver will simply report the power input as offline.
Nack, as Maxime already said we do not want to enable any optional features by default. Many top set boxes do not use the usb power supply, and we don't want some userspace power control panel applet showing the supply as offline, we want the supply to simply not be there. Regards, Hans
Signed-off-by: Michael Haas <[email protected]> --- arch/arm/boot/dts/axp209.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/axp209.dtsi b/arch/arm/boot/dts/axp209.dtsi index 7deb7d9..4f16be0 100644 --- a/arch/arm/boot/dts/axp209.dtsi +++ b/arch/arm/boot/dts/axp209.dtsi @@ -97,7 +97,7 @@ usb_power_supply: usb_power_supply { compatible = "x-powers,axp202-usb-power-supply"; - status = "disabled"; + status = "okay"; }; };
-- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
