mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-15 19:55:32 +00:00
update defconfig and dtsi for pinetabv
This commit is contained in:
parent
4ef4d3ba8a
commit
d609e8861d
2 changed files with 18 additions and 20 deletions
|
@ -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 {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue