• Douglas Anderson's avatar
    ARM: dts: rockchip: Configure BT_DEV_WAKE in on rk3288-veyron · 4db11c37
    Douglas Anderson authored
    This is the other half of the hacky solution from commit f497ab6b
    ("ARM: dts: rockchip: Configure BT_HOST_WAKE as wake-up signal on
    veyron").  Specifically the LPM driver that the Broadcom Bluetooth
    expects to have (but is missing in mainline) has two halves of the
    equation: BT_HOST_WAKE and BT_DEV_WAKE.  The BT_HOST_WAKE (which was
    handled in the previous commit) is the one that lets the Bluetooth
    wake the system up.  The BT_DEV_WAKE (this patch) tells the Bluetooth
    that it's OK to go into a low power mode.  That means we were burning
    a bit of extra power in S3 without this patch.  Measurements are a bit
    noisy, but it appears to be a few mA worth of difference.
    
    NOTE: Though these pins don't do much on systems with Marvell
    Bluetooth, downstream kernels set it on all veyron boards so we'll do
    the same.
    Signed-off-by: default avatarDouglas Anderson <dianders@chromium.org>
    Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
    4db11c37
rk3288-veyron-chromebook.dtsi 6.25 KB