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

Add the dts for the Z Ultra. This is currently almost the same as Z1 Compact (amami) and Z1 (honami) as they share almost the same hardware. Only USB Networking and volume button are confirmed working. Signed-off-by: Kevin Widjaja <kevin.widjaja21@gmail.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Luca Weiss <luca@lucaweiss.eu> Link: https://lore.kernel.org/r/20250610-togari-v2-4-10e7b53b87c1@lucaweiss.eu Signed-off-by: Bjorn Andersson <andersson@kernel.org>
17 lines
399 B
Plaintext
17 lines
399 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
#include "qcom-msm8974-sony-xperia-rhine.dtsi"
|
|
|
|
/* Togari uses a different touchscreen compared to other rhine devices */
|
|
/delete-node/ &touchscreen;
|
|
|
|
/ {
|
|
model = "Sony Xperia Z Ultra";
|
|
compatible = "sony,xperia-togari", "qcom,msm8974";
|
|
chassis-type = "handset";
|
|
};
|
|
|
|
&pm8941_l23 {
|
|
regulator-min-microvolt = <2600000>;
|
|
regulator-max-microvolt = <2600000>;
|
|
};
|