xref: /linux/arch/arm/boot/dts/qcom/qcom-msm8974-sony-xperia-rhine-togari.dts (revision 115e74a29b530d121891238e9551c4bcdf7b04b5)
1*3d8663cbSKevin Widjaja// SPDX-License-Identifier: GPL-2.0
2*3d8663cbSKevin Widjaja#include "qcom-msm8974-sony-xperia-rhine.dtsi"
3*3d8663cbSKevin Widjaja
4*3d8663cbSKevin Widjaja/* Togari uses a different touchscreen compared to other rhine devices */
5*3d8663cbSKevin Widjaja/delete-node/ &touchscreen;
6*3d8663cbSKevin Widjaja
7*3d8663cbSKevin Widjaja/ {
8*3d8663cbSKevin Widjaja	model = "Sony Xperia Z Ultra";
9*3d8663cbSKevin Widjaja	compatible = "sony,xperia-togari", "qcom,msm8974";
10*3d8663cbSKevin Widjaja	chassis-type = "handset";
11*3d8663cbSKevin Widjaja};
12*3d8663cbSKevin Widjaja
13*3d8663cbSKevin Widjaja&pm8941_l23 {
14*3d8663cbSKevin Widjaja	regulator-min-microvolt = <2600000>;
15*3d8663cbSKevin Widjaja	regulator-max-microvolt = <2600000>;
16*3d8663cbSKevin Widjaja};
17