diff --git a/arch/riscv/boot/dts/starfive/jh7110-pine64-pinetabv.dtsi b/arch/riscv/boot/dts/starfive/jh7110-pine64-pinetabv.dtsi index 62ccc178f940..3bc32e965938 100755 --- a/arch/riscv/boot/dts/starfive/jh7110-pine64-pinetabv.dtsi +++ b/arch/riscv/boot/dts/starfive/jh7110-pine64-pinetabv.dtsi @@ -526,23 +526,6 @@ auto_calc_scl_lhcnt; status = "okay"; - panel_radxa@19 { - status = "okay"; - compatible ="starfive_jadard"; - reg = <0x19>; - //reset-gpio = <&gpio 23 0>; - //blen-gpio = <&gpio 45 0>; - enable-gpio = <&gpio 37 0>; - backlight = <&backlight>; - rotation = <90>; - - port { - panel_out1: endpoint { - remote-endpoint = <&dsi1_output>; - }; - }; - }; - touchscreen@14 { status = "okay"; compatible = "goodix,gt911"; @@ -660,9 +643,6 @@ }; - - - &i2c6 { clock-frequency = <100000>; i2c-sda-hold-time-ns = <300>; @@ -958,6 +938,23 @@ }; }; + + panel: panel { + status = "okay"; + compatible ="boe,th101mb31ig002-28a"; + reg = <0x0>; + enable-gpio = <&gpio 37 GPIO_ACTIVE_HIGH>; + backlight = <&backlight>; + rotation = <90>; + power-supply = <&vcc_3v3>; + + port { + panel_out1: endpoint { + remote-endpoint = <&dsi1_output>; + }; + }; + }; + }; &mipi_dphy { diff --git a/arch/riscv/configs/pine64_pinetabv_defconfig b/arch/riscv/configs/pine64_pinetabv_defconfig index a96774914334..41396346ab95 100644 --- a/arch/riscv/configs/pine64_pinetabv_defconfig +++ b/arch/riscv/configs/pine64_pinetabv_defconfig @@ -555,6 +555,7 @@ CONFIG_BACKLIGHT_PWM=y CONFIG_BACKLIGHT_GPIO=y CONFIG_BACKLIGHT_LED=y CONFIG_FRAMEBUFFER_CONSOLE=y +CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y CONFIG_SOUND=y CONFIG_SND=y CONFIG_SND_USB_AUDIO=y