On 27/12/22 22:03, Javier Martinez Canillas wrote:
From: Ondrej Jirman <[email protected]>
The phone's display is using Hannstar LCD panel, and Goodix based
touchscreen. Support it.
Signed-off-by: Ondrej Jirman <[email protected]>
Co-developed-by: Martijn Braam <[email protected]>
Signed-off-by: Martijn Braam <[email protected]>
Co-developed-by: Kamil Trzciński <[email protected]>
Signed-off-by: Kamil Trzciński <[email protected]>
Signed-off-by: Javier Martinez Canillas <[email protected]>
Tested-by: Tom Fitzhenry <[email protected]>
Display and touchscreen works on my Pinephone Pro, thanks for the
mainlining!
@@ -367,6 +474,10 @@ vcc1v8_codec_en: vcc1v8-codec-en {
};
};
+&pwm0 {
+ status = "okay";
+};
Please move &pwm0 before &sdio0, to keep this ~alphabetical.