Skip to content

Commit

Permalink
board: compal: paz00: clean up the board
Browse files Browse the repository at this point in the history
Since implementation of pinctrl driver for T20 Paz00 can switch
to device tree pinmux setup along with remove of board pinmux
and some minor device tree and defconfig tweaks.

Tested-by: Agneli <poczt@protonmail.ch> # Toshiba AC100 T20
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
  • Loading branch information
clamor-s committed Dec 19, 2023
1 parent 14281b0 commit 4989628
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 63 deletions.
4 changes: 2 additions & 2 deletions arch/arm/dts/tegra20-paz00.dts
Original file line number Diff line number Diff line change
Expand Up @@ -522,8 +522,8 @@
power-supply = <&vdd_bl_reg>;
pwms = <&pwm 0 5000000>;

brightness-levels = <0 16 32 48 64 80 96 112 128 144 160 176 192 208 224 240 255>;
default-brightness-level = <10>;
brightness-levels = <1 35 70 105 140 175 210 255>;
default-brightness-level = <2>;

backlight-boot-off;
};
Expand Down
8 changes: 0 additions & 8 deletions board/compal/paz00/Makefile

This file was deleted.

53 changes: 0 additions & 53 deletions board/compal/paz00/paz00.c

This file was deleted.

3 changes: 3 additions & 0 deletions configs/paz00_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ CONFIG_SYS_NS16550=y
CONFIG_USB=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_TEGRA=y
CONFIG_USB_ULPI_VIEWPORT=y
CONFIG_USB_ULPI=y
CONFIG_USB_KEYBOARD=y
CONFIG_USB_HOST_ETHER=y
CONFIG_USB_ETHER_ASIX=y
CONFIG_VIDEO=y
Expand Down

0 comments on commit 4989628

Please sign in to comment.