All retail PineTabs use the new panel. Devices with the old panel are only available to several developers as sample.
Switch the main PineTab DT to use the new panel, as it should reflect what the retail device uses. Another DT for developers' sample will be added later. Signed-off-by: Icenowy Zheng <[email protected]> --- arch/arm64/boot/dts/allwinner/sun50i-a64-pinetab.dts | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-pinetab.dts b/arch/arm64/boot/dts/allwinner/sun50i-a64-pinetab.dts index 0494bfaf2ffa..d91a019301bf 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-a64-pinetab.dts +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-pinetab.dts @@ -150,12 +150,10 @@ &dsi { status = "okay"; panel@0 { - compatible = "feixin,k101-im2ba02"; + compatible = "feixin,k101-im2byl02"; reg = <0>; - avdd-supply = <®_dc1sw>; - dvdd-supply = <®_dc1sw>; - cvdd-supply = <®_ldo_io1>; - reset-gpios = <&pio 3 24 GPIO_ACTIVE_HIGH>; /* PD24 */ + power-supply = <®_dc1sw>; + reset-gpios = <&pio 3 24 GPIO_ACTIVE_LOW>; /* PD24 */ backlight = <&backlight>; }; }; -- 2.28.0 -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/linux-sunxi/20201107125043.2222367-1-icenowy%40aosc.io.
