On Mon, 2021-12-06 at 00:08 +0100, David Virag wrote: > Add initial Exynos7885 device tree nodes with dts for the Samsung > Galaxy > A8 (2018), a.k.a. "jackpotlte", with model number "SM-A530F". > Currently this includes some clock support, UART support, and I2C > nodes. > > Signed-off-by: David Virag <virag.david003@xxxxxxxxx> > --- > Changes in v2: > - Remove address-cells, and size-cells from dts, since they are > already in the dtsi. > - Lower case hex in memory node > - Fix node names with underscore instead of hyphen > - Fix line breaks > - Fix "-key" missing from gpio keys node names > - Use the form without "key" in gpio key labels on all keys > - Suffix pin configuration node names with "-pins" Kind of forgot to do that in pinctrl_top and a few places where substitution didn't work because of a missing space. Will wait for some comments before fixing that to avoid too many versions. Should have checked that better.