[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200623180832.254163-9-konradybcio@gmail.com>
Date: Tue, 23 Jun 2020 20:08:32 +0200
From: Konrad Dybcio <konradybcio@...il.com>
To: skrzynka@...radybcio.pl
Cc: Konrad Dybcio <konradybcio@...il.com>,
Andy Gross <agross@...nel.org>,
Bjorn Andersson <bjorn.andersson@...aro.org>,
Rob Herring <robh+dt@...nel.org>,
Amit Kucheria <amit.kucheria@...aro.org>,
Zhang Rui <rui.zhang@...el.com>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
Rajendra Nayak <rnayak@...eaurora.org>,
linux-arm-msm@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-pm@...r.kernel.org
Subject: [PATCH 8/8] arm64: dts: qcom: sdm630: ganges: Change addresses to phandles
This brings the DT in line with the style used
in other device trees.
Signed-off-by: Konrad Dybcio <konradybcio@...il.com>
---
.../dts/qcom/sdm630-sony-xperia-ganges.dtsi | 22 +++++++------------
1 file changed, 8 insertions(+), 14 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-ganges.dtsi b/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-ganges.dtsi
index cf2e8b5d60e8..12d4d1c25027 100644
--- a/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-ganges.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-ganges.dtsi
@@ -13,13 +13,6 @@
#include "sdm630-sony-xperia-nile.dtsi"
/ {
- chosen {
- framebuffer@...00000 {
- reg = <0 0x9d400000 0 (2520 * 1080 * 4)>;
- height = <2520>;
- };
- };
-
/* Yes, this is intentional.
* Ganges devices only use gpio-keys for
* Volume Down, but currently there's an
@@ -27,14 +20,15 @@ framebuffer@...00000 {
* Until then, let's not make the kernel panic
*/
/delete-node/ gpio-keys;
+};
- soc {
-
- i2c@...5000 {
- status = "okay";
+&framebuffer0 {
+ reg = <0 0x9d400000 0 (2520 * 1080 * 4)>;
+ height = <2520>;
+};
- /* Novatek touchscreen */
- };
- };
+&blsp_i2c1 {
+ status = "okay";
+ /* Novatek touchscreen */
};
--
2.27.0
Powered by blists - more mailing lists