From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 11 Sep 2020 14:15:48 -0600 Subject: [PATCH] x86: fsp: Replace e-mmc with emmc in devicetree bindings In-Reply-To: <20200911145228.2314906-1-wolfgang.wallner@br-automation.com> References: <20200911145228.2314906-1-wolfgang.wallner@br-automation.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 11 Sep 2020 at 08:52, Wolfgang Wallner wrote: > > The term eMMC is used inconsistently within the FSP devicetree > bindigs (e-mmc and emmc), especially for "emmc-host-max-speed" > 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 > > --- > > 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: Simon Glass