summaryrefslogtreecommitdiff
path: root/include/linux/input.h
diff options
context:
space:
mode:
authorStephan Gerhold <[email protected]>2025-04-07 18:59:24 +0200
committerCaleb Connolly <[email protected]>2025-04-11 15:32:21 +0200
commit2cc2dc23360144129ab2f5e39356fae93c479dcc (patch)
tree963b3233f4167f101de4729f4f7608ba92366002 /include/linux/input.h
parentc53664c68105bc0a183b516f1cf77fdfd7a1e1a5 (diff)
board: dragonboard410c: Fix BD address
local-bd-address in the device tree needs to be formatted with the least significant byte first (i.e. little endian). We're not doing this when adding it to the DT, which means the MAC address ends up being reversed in Linux. Fix this by reversing the array before setting it in the DT. We're also flipping the wrong bit when generating the BD address. Before reversing the array, the least significant bit is in the last byte. Fixes: ff06dc240325 ("db410: alter WLAN/BT MAC address fixup") Signed-off-by: Stephan Gerhold <[email protected]> Reviewed-by: Neil Armstrong <[email protected]> Reviewed-by: Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Caleb Connolly <[email protected]>
Diffstat (limited to 'include/linux/input.h')
0 files changed, 0 insertions, 0 deletions