summaryrefslogtreecommitdiff
path: root/dissector.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2020-05-04 14:15:07 +0200
committerTobias Klauser <tklauser@distanz.ch>2020-05-04 14:15:07 +0200
commit2d36efc8404185efe914c66809d8e08bc41f3b01 (patch)
tree22b120d21ff6eb833765bf39009e5a6580f2b175 /dissector.h
parenta6abd136b78b3d10b7dbae96574a509329bedb16 (diff)
AUTHORS: update
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'dissector.h')
0 files changed, 0 insertions, 0 deletions
s such it cannot have constraints. This is a limitation of the kernel regulator implementation which resolves supplies on the first regulator_get(), which is done after applying constraints, and applying the constrains will fail because it calls _regulator_get_voltage() and _regulator_do_set_voltage() both of which will fail on a switch regulator when there is no supply (yet). This causes registering of all axp22x regulators to fail with the following errors: [ 1.395249] vcc-lcd: failed to get the current voltage(-22) [ 1.405131] axp20x-regulator axp20x-regulator: Failed to register dc1sw [ 1.412436] axp20x-regulator: probe of axp20x-regulator failed with error -22 This commit removes the constrains on dc1sw / vcc-lcd fixing this problem note that dcdc1 itself is contrained to the exact same values, so this does not change anything. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'Makefile')