[U-Boot] [PATCH 4/4] x86: baytrail: Change lpe/lpss-sio/scc FSP properties to integer
Bin Meng
bmeng.cn at gmail.com
Thu Jun 1 08:34:21 UTC 2017
On Thu, Jun 1, 2017 at 11:12 AM, Simon Glass <sjg at chromium.org> wrote:
> On 31 May 2017 at 02:04, Bin Meng <bmeng.cn at gmail.com> wrote:
>> At present lpe/lpss-sio/scc FSP properties are all boolean, but in
>> fact for "enable-lpe" it has 3 possible options. This adds macros
>> for these options and change the property from a boolean type to
>> an integer type, and change their names to explicitly indicate what
>> the property is really for.
>>
>> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>>
>> ---
>>
>> arch/x86/cpu/baytrail/fsp_configs.c | 11 ++++++-----
>> arch/x86/dts/bayleybay.dts | 6 +++---
>> arch/x86/dts/baytrail_som-db5800-som-6867.dts | 4 ++--
>> arch/x86/dts/conga-qeval20-qa3-e3845.dts | 6 +++---
>> arch/x86/dts/dfi-bt700.dtsi | 6 +++---
>> arch/x86/dts/minnowmax.dts | 6 +++---
>> arch/x86/include/asm/arch-baytrail/fsp/fsp_configs.h | 10 ++++++++++
>> arch/x86/include/asm/arch-baytrail/fsp/fsp_vpd.h | 6 +++---
>> doc/device-tree-bindings/misc/intel,baytrail-fsp.txt | 12 ++++++------
>> 9 files changed, 39 insertions(+), 28 deletions(-)
>
> Reviewed-by: Simon Glass <sjg at chromium.org>
applied to u-boot-x86, thanks!
More information about the U-Boot
mailing list