mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-19 17:46:02 +00:00
The arm dts directory has grown to 1559 boards which makes it a bit unwieldy to maintain and use. Past attempts stalled out due to plans to move .dts files out of the kernel tree. Doing that is no longer planned (any time soon at least), so let's go ahead and group .dts files by vendors. This move aligns arm with arm64 .dts file structure. There's no change to dtbs_install as the flat structure is maintained on install. The naming of vendor directories is roughly in this order of preference: - Matching original and current SoC vendor prefix/name (e.g. ti, qcom) - Current vendor prefix/name if still actively sold (SoCs which have been aquired) (e.g. nxp/imx) - Existing platform name for older platforms not sold/maintained by any company (e.g. gemini, nspire) The whole move was scripted with the exception of MAINTAINERS and a few makefile fixups. Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Michal Simek <michal.simek@amd.com> #Xilinx Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Neil Armstrong <neil.armstrong@linaro.org> Acked-by: Paul Barker <paul.barker@sancloud.com> Acked-by: Tony Lindgren <tony@atomide.com> Acked-by: Gregory CLEMENT <gregory.clement@bootlin.com> Acked-by: Heiko Stuebner <heiko@sntech.de> Acked-by: Wei Xu <xuwei5@hisilicon.com> #hisilicon Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Nick Hawkins <nick.hawkins@hpe.com> Acked-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Andre Przywara <andre.przywara@arm.com> Acked-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com> Acked-by: Peter Rosin <peda@axentia.se> Acked-by: Jesper Nilsson <jesper.nilsson@axis.com> Acked-by: Sudeep Holla <sudeep.holla@arm.com> Acked-by: Florian Fainelli <f.fainelli@gmail.com> #broadcom Acked-by: Manivannan Sadhasivam <mani@kernel.org> Reviewed-by: Jisheng Zhang <jszhang@kernel.org> Acked-by: Patrice Chotard <patrice.chotard@foss.st.com> Acked-by: Romain Perier <romain.perier@gmail.com> Acked-by: Alexandre TORGUE <alexandre.torgue@st.com> Acked-by: Shawn Guo <shawnguo@kernel.org> Acked-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Acked-by: Enric Balletbo i Serra <eballetbo@gmail.com> Signed-off-by: Rob Herring <robh@kernel.org>
41 lines
1.0 KiB
Plaintext
41 lines
1.0 KiB
Plaintext
// SPDX-License-Identifier: GPL-2.0-only
|
|
/*
|
|
* linux/arch/arm/boot/nspire-tp.dts
|
|
*
|
|
* Copyright (C) 2013 Daniel Tang <tangrs@tangrs.id.au>
|
|
*/
|
|
/dts-v1/;
|
|
|
|
/include/ "nspire-classic.dtsi"
|
|
|
|
&keypad {
|
|
linux,keymap = <
|
|
0x0000001c 0x0001001c 0x00040039
|
|
0x0005002c 0x00060015 0x0007000b
|
|
0x0008000f 0x0100002d 0x01010011
|
|
0x0102002f 0x01030004 0x01040016
|
|
0x01050014 0x0106001f 0x01070002
|
|
0x010a006a 0x02000013 0x02010010
|
|
0x02020019 0x02030007 0x02040018
|
|
0x02050031 0x02060032 0x02070005
|
|
0x02080028 0x0209006c 0x03000026
|
|
0x03010025 0x03020024 0x0303000a
|
|
0x03040017 0x03050023 0x03060022
|
|
0x03070008 0x03080035 0x03090069
|
|
0x04000021 0x04010012 0x04020020
|
|
0x0404002e 0x04050030 0x0406001e
|
|
0x0407000d 0x04080037 0x04090067
|
|
0x05010038 0x0502000c 0x0503001b
|
|
0x05040034 0x0505001a 0x05060006
|
|
0x05080027 0x0509000e 0x050a006f
|
|
0x0600002b 0x0602004e 0x06030068
|
|
0x06040003 0x0605006d 0x06060009
|
|
0x06070001 0x0609000f 0x0708002a
|
|
0x0709001d 0x070a0033 >;
|
|
};
|
|
|
|
/ {
|
|
model = "TI-NSPIRE Touchpad";
|
|
compatible = "ti,nspire-tp";
|
|
};
|