summaryrefslogtreecommitdiffstats
path: root/0001-arm64-allwinner-dts-a64-add-LCD-related-device-nodes.patch
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2020-06-29 20:59:56 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2020-06-29 20:59:56 +0200
commit7b32641801900ee7e32065b436d7318c5d7a972e (patch)
tree7e1f1ffca46787c5ba55af0a2fc9767f9c6e5594 /0001-arm64-allwinner-dts-a64-add-LCD-related-device-nodes.patch
parent506260a3258dfcbd81c9c8b2f051b9c515ad6071 (diff)
parent61b5e2fd06a4be7134afb1cd363002e015123f7f (diff)
downloadkernel-7b32641801900ee7e32065b436d7318c5d7a972e.tar.gz
kernel-7b32641801900ee7e32065b436d7318c5d7a972e.tar.xz
kernel-7b32641801900ee7e32065b436d7318c5d7a972e.zip
Diffstat (limited to '0001-arm64-allwinner-dts-a64-add-LCD-related-device-nodes.patch')
-rw-r--r--0001-arm64-allwinner-dts-a64-add-LCD-related-device-nodes.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/0001-arm64-allwinner-dts-a64-add-LCD-related-device-nodes.patch b/0001-arm64-allwinner-dts-a64-add-LCD-related-device-nodes.patch
index e3b07c2bb..246bf096a 100644
--- a/0001-arm64-allwinner-dts-a64-add-LCD-related-device-nodes.patch
+++ b/0001-arm64-allwinner-dts-a64-add-LCD-related-device-nodes.patch
@@ -21,7 +21,7 @@ index cefda145c3c9..96d9150423e0 100644
@@ -16,6 +16,15 @@ aliases {
serial0 = &uart0;
};
-
+
+ backlight: backlight {
+ compatible = "pwm-backlight";
+ pwms = <&r_pwm 0 50000 PWM_POLARITY_INVERTED>;
@@ -37,7 +37,7 @@ index cefda145c3c9..96d9150423e0 100644
@@ -84,6 +93,30 @@ &dai {
status = "okay";
};
-
+
+&de {
+ status = "okay";
+};
@@ -68,14 +68,14 @@ index cefda145c3c9..96d9150423e0 100644
@@ -188,6 +221,10 @@ &r_pio {
*/
};
-
+
+&r_pwm {
+ status = "okay";
+};
+
&r_rsb {
status = "okay";
-
+
--
-2.26.2
+2.25.4