Re: [U-Boot] [PATCH 4/4] sunxi: board: fixup the BT address for Orange Pi 3

2019-11-23 Thread Ondřej Jirman
Hi, On Fri, Nov 22, 2019 at 03:41:52PM +0100, Andre Heider wrote: > Hey Ondřej, > > On 22/11/2019 15:23, Ondřej Jirman wrote: > > Hello, > > > > On Fri, Nov 22, 2019 at 02:04:00PM +0100, Andre Heider wrote: > > > The BCM4345C5 of the Orange Pi 3 ships with the controller default > > > address.

Re: [U-Boot] [PATCH 4/4] sunxi: board: fixup the BT address for Orange Pi 3

2019-11-22 Thread Andre Heider
On 23/11/2019 04:24, Chen-Yu Tsai wrote: On Fri, Nov 22, 2019 at 9:05 PM Andre Heider wrote: The BCM4345C5 of the Orange Pi 3 ships with the controller default address. Fix it up so it can function properly. The used address is "ethaddr" with the LSB flipped. Signed-off-by: Andre Heider

Re: [U-Boot] [PATCH 4/4] sunxi: board: fixup the BT address for Orange Pi 3

2019-11-22 Thread Chen-Yu Tsai
On Fri, Nov 22, 2019 at 9:05 PM Andre Heider wrote: > > The BCM4345C5 of the Orange Pi 3 ships with the controller default > address. Fix it up so it can function properly. > > The used address is "ethaddr" with the LSB flipped. > > Signed-off-by: Andre Heider > --- > > NOTE: >

Re: [U-Boot] [PATCH 4/4] sunxi: board: fixup the BT address for Orange Pi 3

2019-11-22 Thread Andre Heider
Hey Ondřej, On 22/11/2019 15:23, Ondřej Jirman wrote: Hello, On Fri, Nov 22, 2019 at 02:04:00PM +0100, Andre Heider wrote: The BCM4345C5 of the Orange Pi 3 ships with the controller default address. Fix it up so it can function properly. This is very nice! The used address is "ethaddr"

Re: [U-Boot] [PATCH 4/4] sunxi: board: fixup the BT address for Orange Pi 3

2019-11-22 Thread Ondřej Jirman
Hello, On Fri, Nov 22, 2019 at 02:04:00PM +0100, Andre Heider wrote: > The BCM4345C5 of the Orange Pi 3 ships with the controller default > address. Fix it up so it can function properly. This is very nice! > The used address is "ethaddr" with the LSB flipped. > > Signed-off-by: Andre Heider

[U-Boot] [PATCH 4/4] sunxi: board: fixup the BT address for Orange Pi 3

2019-11-22 Thread Andre Heider
The BCM4345C5 of the Orange Pi 3 ships with the controller default address. Fix it up so it can function properly. The used address is "ethaddr" with the LSB flipped. Signed-off-by: Andre Heider --- NOTE: "local-bd-address" is a universal property, the kernel patch for btbcm to use that is