On Wed, Dec 08, 2021 at 08:35:51PM +0300, Dmitry Osipenko wrote: > From: Svyatoslav Ryhel > > Add common DTSI for Tegra30 ASUS Transformers. It will be used by multiple > device-trees of ASUS devices. The common part initially was born out of > the ASUS TF300T tablet's device-tree that was created by Michał Mirosław. > It was heavily reworked and improved by Svyatoslav Ryhel, Maxim Schwalm, > Ion Agorria et al. > > [digetx@gmail.com: factored out common part into separate patch and wrote commit message] > Co-developed-by: Ion Agorria > Signed-off-by: Ion Agorria > Co-developed-by: Maxim Schwalm > Signed-off-by: Maxim Schwalm > Co-developed-by: Michał Mirosław > Signed-off-by: Michał Mirosław > Signed-off-by: Svyatoslav Ryhel > Signed-off-by: Dmitry Osipenko > --- > .../dts/tegra30-asus-transformer-common.dtsi | 1729 +++++++++++++++++ > 1 file changed, 1729 insertions(+) > create mode 100644 arch/arm/boot/dts/tegra30-asus-transformer-common.dtsi > > diff --git a/arch/arm/boot/dts/tegra30-asus-transformer-common.dtsi b/arch/arm/boot/dts/tegra30-asus-transformer-common.dtsi > new file mode 100644 > index 000000000000..be77212dd8c7 > --- /dev/null > +++ b/arch/arm/boot/dts/tegra30-asus-transformer-common.dtsi > @@ -0,0 +1,1729 @@ > +// SPDX-License-Identifier: GPL-2.0 > + > +#include > +#include > +#include > + > +#include "tegra30.dtsi" > +#include "tegra30-cpu-opp.dtsi" > +#include "tegra30-cpu-opp-microvolt.dtsi" > + > +/ { > + chassis-type = "convertible"; > + > + aliases { > + mmc0 = &sdmmc4; /* eMMC */ Looks like a tab snuck in there... otherwise this also has some nodes sorted in the wrong order. [...] > + pad-keys { Any specific reason why this is called pad-keys? We call it gpio-keys everywhere else. Thierry