This brings the DT in line with the style used
in other device trees.

Signed-off-by: Konrad Dybcio <[email protected]>
---
 .../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

Reply via email to