mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-22 23:01:56 +00:00
With the Pinebook 11" 1080p, without the revert and the backlight fix, the Pinebook will boot without backlight.
13 lines
433 B
Diff
13 lines
433 B
Diff
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts b/arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts
|
|
index 19bfbf3f..6189d428 100644
|
|
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts
|
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts
|
|
@@ -57,7 +57,7 @@
|
|
ethernet0 = &rtl8723cs;
|
|
};
|
|
|
|
- backlight: backlight {
|
|
+ backlight {
|
|
compatible = "pwm-backlight";
|
|
pwms = <&pwm 0 50000 0>;
|
|
/*
|