lkml.org 
[lkml]   [2020]   [Jun]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 8/8] arm64: dts: qcom: sdm630: ganges: Change addresses to phandles
Date
This brings the DT in line with the style used
in other device trees.

Signed-off-by: Konrad Dybcio <konradybcio@gmail.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@9d400000 {
- 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@9d400000 {
* Until then, let's not make the kernel panic
*/
/delete-node/ gpio-keys;
+};

- soc {
-
- i2c@c175000 {
- status = "okay";
+&framebuffer0 {
+ reg = <0 0x9d400000 0 (2520 * 1080 * 4)>;
+ height = <2520>;
+};

- /* Novatek touchscreen */
- };
- };
+&blsp_i2c1 {
+ status = "okay";

+ /* Novatek touchscreen */
};
--
2.27.0
\
 
 \ /
  Last update: 2020-06-23 20:10    [W:0.198 / U:0.136 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site