On Mon, Sep 21, 2020 at 9:33 AM Bin Meng <bmeng...@gmail.com> wrote: > > On Fri, Sep 11, 2020 at 10:52 PM Wolfgang Wallner > <wolfgang.wall...@br-automation.com> wrote: > > > > The term eMMC is used inconsistently within the FSP devicetree > > bindigs (e-mmc and emmc), especially for "emmc-host-max-speed" > > typo: bindings > > I can fix this when applying
Fixed the typo, and > > > documentation and code disagree. > > > > Change all eMMC instances within the FSP bindings to consistently > > use "emmc". The term "emmc" is already used a lot within U-Boot, > > while "e-mmc" is only used in the FSP bindings. > > > > Signed-off-by: Wolfgang Wallner <wolfgang.wall...@br-automation.com> > > > > --- > > > > arch/x86/cpu/apollolake/fsp_bindings.c | 6 +++--- > > doc/device-tree-bindings/fsp/fsp2/apollolake/fsp-m.txt | 2 +- > > doc/device-tree-bindings/fsp/fsp2/apollolake/fsp-s.txt | 2 +- > > 3 files changed, 5 insertions(+), 5 deletions(-) > > > > Reviewed-by: Bin Meng <bmeng...@gmail.com> applied to u-boot-x86, thanks!