mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-08-26 20:18:15 +00:00

The Motorola mapphone tablets are similar to the mapphone phones, but with different display and without some phone related peripherals. Let's add a new motorola-mapphone-mz607-mz617.dtsi and basic files for xyboard mz609 and mz617. All the tablets from mz607 to mz617 are quite similar so let's use motorola-mapphone-mz607-mz617.dtsi naming for the common file. Note that the tc358765 lcd bridge needs driver changes before it can be added. Signed-off-by: Tony Lindgren <tony@atomide.com>
22 lines
529 B
Plaintext
22 lines
529 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-only
|
|
/dts-v1/;
|
|
|
|
#include "motorola-mapphone-common.dtsi"
|
|
|
|
&keypad {
|
|
keypad,num-rows = <8>;
|
|
keypad,num-columns = <8>;
|
|
linux,keymap = <MATRIX_KEY(5, 0, KEY_VOLUMEUP)>,
|
|
<MATRIX_KEY(3, 0, KEY_VOLUMEDOWN)>;
|
|
};
|
|
|
|
/*
|
|
* On tablets, mmc1 regulator is vsimcard instead of vwlan2 in the stock kernel
|
|
* dtb. The regulator may not be wired even if a MMC cage is added though.
|
|
*/
|
|
&mmc1 {
|
|
vmmc-supply = <&vsimcard>;
|
|
bus-width = <4>;
|
|
cd-gpios = <&gpio6 16 GPIO_ACTIVE_LOW>; /* gpio_176 */
|
|
};
|