pmaports/device/linux-samsung-i927/0014-ARM-dts-tegra20-glide-comment-out-MHL.patch
Sergey Larin 5ccbcf999d
samsung-i927: update kernel to 5.2.1, more updates (!452)
- OTG support
- Charger
- WiFi 5GHz
- RTC bug "fixed" (always-on interrupt - made device overheat!)
- Kernel version bumped to 5.2.1
- Memory timings
- New WM8994 codec board driver (fixes suspend/resume)
- Camera's regulator supported now (saves power at least!)
- Updated panel driver (still not in mainline, idk why)
- MHL support in kernel (fixes boot times and screen, currently disabled in X,
  not tested)
- Other minor kernel chagnes

[ci:skip-build]: already built successfully in CI
2019-07-17 00:15:26 +02:00

54 lines
1.1 KiB
Diff

From bd62ba68291c614fed975beed961b5e2636fcc6f Mon Sep 17 00:00:00 2001
From: Sergey Larin <cerg2010cerg2010@mail.ru>
Date: Thu, 7 Feb 2019 13:26:02 +0300
Subject: [PATCH] ARM: dts: tegra20-glide: comment out MHL
HDMI and MHL enabled makes screen size incorrectly set to 1024x800
instead of 480x800
Signed-off-by: Sergey Larin <cerg2010cerg2010@mail.ru>
---
arch/arm/boot/dts/tegra20-glide.dts | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/tegra20-glide.dts b/arch/arm/boot/dts/tegra20-glide.dts
index ddadfd998493..46e4d30b077a 100644
--- a/arch/arm/boot/dts/tegra20-glide.dts
+++ b/arch/arm/boot/dts/tegra20-glide.dts
@@ -81,7 +81,7 @@
nvidia,panel = <&panel>;
};
};
-
+#if 0
hdmi@54280000 {
status = "okay";
@@ -98,6 +98,7 @@
};
};
};
+#endif
};
pinmux@70000014 {
@@ -905,7 +906,7 @@
i2c-gpio,delay-us = <5>;
#address-cells = <1>;
#size-cells = <0>;
-
+#if 0
sii9234@39 {
compatible = "sil,sii9234";
reg = <0x39>;
@@ -923,6 +924,7 @@
};
};
};
+#endif
};
i2c@15 {
--
2.22.0