From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Andr=c3=a9_Przywara?= Date: Sun, 10 Jan 2021 23:27:50 +0000 Subject: [linux-sunxi] [PATCH v6 3/3] arm64: dts: sun50i: Add support for Orange Pi 3 In-Reply-To: References: <20210110192939.3138193-1-jernej.skrabec@siol.net> <20210110192939.3138193-4-jernej.skrabec@siol.net> Message-ID: <843f4997-a137-8c2a-c907-6883b84a9288@arm.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/01/2021 23:16, Samuel Holland wrote: > On 1/10/21 1:29 PM, Jernej Skrabec wrote: >> From: Andre Heider >> >> dts file is taken from Linux 5.11-rc1 tag. >> >> The Bluetooth controller of this device ships with a default address, >> use the new CONFIG_FIXUP_BDADDR option to fix it up. > > This still references the old config name. It should be > CONFIG_BLUETOOTH_DT_DEVICE_FIXUP. Ah, thanks for pointing this out. I checked the usage in the code, but missed the commit message. Will fix it up in my branch. Cheers, Andre