Re: [PATCH v3 2/4] arm: sunxi: add a config option to fixup a Bluetooth address

2020-03-18 Thread Jagan Teki
On Tue, Jan 21, 2020 at 4:35 PM Ondřej Jirman wrote: > > On Tue, Jan 21, 2020 at 01:12:47PM +0530, Jagan Teki wrote: > > On Tue, Dec 3, 2019 at 2:15 PM Andre Heider wrote: > > > > > > Some Bluetooth controllers, like the BCM4345C5 of the Orange Pi 3, > > > ship with the controller default

Re: [PATCH v3 2/4] arm: sunxi: add a config option to fixup a Bluetooth address

2020-01-21 Thread Ondřej Jirman
On Tue, Jan 21, 2020 at 01:12:47PM +0530, Jagan Teki wrote: > On Tue, Dec 3, 2019 at 2:15 PM Andre Heider wrote: > > > > Some Bluetooth controllers, like the BCM4345C5 of the Orange Pi 3, > > ship with the controller default address. > > > > Add a config option to fix it up so it can function

Re: [PATCH v3 2/4] arm: sunxi: add a config option to fixup a Bluetooth address

2020-01-20 Thread Jagan Teki
On Tue, Dec 3, 2019 at 2:15 PM Andre Heider wrote: > > Some Bluetooth controllers, like the BCM4345C5 of the Orange Pi 3, > ship with the controller default address. > > Add a config option to fix it up so it can function properly. You mean that the default factory address can't make

[U-Boot] [PATCH v3 2/4] arm: sunxi: add a config option to fixup a Bluetooth address

2019-12-03 Thread Andre Heider
Some Bluetooth controllers, like the BCM4345C5 of the Orange Pi 3, ship with the controller default address. Add a config option to fix it up so it can function properly. Tested-by: Ondrej Jirman Signed-off-by: Andre Heider --- arch/arm/mach-sunxi/Kconfig | 11 +++ board/sunxi/board.c