mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
lcd: unify lcd pinmux usage in dts [1/1]
PD#SWPL-3294 Problem: unify lcd pinmux usage in dts Solution: change lcd pinmux usage to be recommend by linux upstream Verify: verify by t962x_r311 Change-Id: I7069b5272fa779575a8111b12a3ed835ab72cd02 Signed-off-by: Shaochan Liu <shaochan.liu@amlogic.com> Conflicts: arch/arm/boot/dts/amlogic/txlx_t962x_r311_1g.dts
This commit is contained in:
committed by
Dongjin Kim
parent
b1aacd934b
commit
1ca90ca607
@@ -1563,7 +1563,7 @@
|
||||
/*lcd_extern*/
|
||||
lcd_extern_off_pins:lcd_extern_off_pin {
|
||||
mux {
|
||||
pins = "GPIOH_2",
|
||||
groups = "GPIOH_2",
|
||||
"GPIOH_3";
|
||||
function = "gpio_periphs";
|
||||
/*output-high;*/
|
||||
@@ -1575,50 +1575,50 @@
|
||||
/*backlight*/
|
||||
bl_pwm_on_pins:bl_pwm_on_pin {
|
||||
mux {
|
||||
pins = "pwm_b";
|
||||
groups = "pwm_b";
|
||||
function = "pwm_b";
|
||||
};
|
||||
};
|
||||
bl_pwm_vs_on_pins:bl_pwm_vs_on_pin {
|
||||
mux {
|
||||
pins = "pwm_vs_z6";
|
||||
groups = "pwm_vs_z6";
|
||||
function = "pwm_vs";
|
||||
};
|
||||
};
|
||||
bl_pwm_off_pins:bl_pwm_off_pin {
|
||||
mux {
|
||||
pins = "GPIOZ_6";
|
||||
groups = "GPIOZ_6";
|
||||
function = "gpio_periphs";
|
||||
output-low;
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_0_on_pins:bl_pwm_combo_0_on_pin {
|
||||
mux {
|
||||
pins = "pwm_b";
|
||||
groups = "pwm_b";
|
||||
function = "pwm_b";
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_1_on_pins:bl_pwm_combo_1_on_pin {
|
||||
mux {
|
||||
pins = "pwm_c_z";
|
||||
groups = "pwm_c_z";
|
||||
function = "pwm_c";
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_0_vs_on_pins:bl_pwm_combo_0_vs_on_pin {
|
||||
mux {
|
||||
pins = "pwm_vs_z6";
|
||||
groups = "pwm_vs_z6";
|
||||
function = "pwm_vs";
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_1_vs_on_pins:bl_pwm_combo_1_vs_on_pin {
|
||||
mux {
|
||||
pins = "pwm_vs_z7";
|
||||
groups = "pwm_vs_z7";
|
||||
function = "pwm_vs";
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_off_pins:bl_pwm_combo_off_pin {
|
||||
mux {
|
||||
pins = "GPIOZ_6",
|
||||
groups = "GPIOZ_6",
|
||||
"GPIOZ_7";
|
||||
function = "gpio_periphs";
|
||||
output-low;
|
||||
|
||||
@@ -1552,7 +1552,7 @@
|
||||
/*lcd_extern*/
|
||||
lcd_extern_off_pins:lcd_extern_off_pin {
|
||||
mux {
|
||||
pins = "GPIOH_2",
|
||||
groups = "GPIOH_2",
|
||||
"GPIOH_3";
|
||||
function = "gpio_periphs";
|
||||
/*output-high;*/
|
||||
@@ -1564,50 +1564,50 @@
|
||||
/*backlight*/
|
||||
bl_pwm_on_pins:bl_pwm_on_pin {
|
||||
mux {
|
||||
pins = "pwm_b";
|
||||
groups = "pwm_b";
|
||||
function = "pwm_b";
|
||||
};
|
||||
};
|
||||
bl_pwm_vs_on_pins:bl_pwm_vs_on_pin {
|
||||
mux {
|
||||
pins = "pwm_vs_z6";
|
||||
groups = "pwm_vs_z6";
|
||||
function = "pwm_vs";
|
||||
};
|
||||
};
|
||||
bl_pwm_off_pins:bl_pwm_off_pin {
|
||||
mux {
|
||||
pins = "GPIOZ_6";
|
||||
groups = "GPIOZ_6";
|
||||
function = "gpio_periphs";
|
||||
output-low;
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_0_on_pins:bl_pwm_combo_0_on_pin {
|
||||
mux {
|
||||
pins = "pwm_b";
|
||||
groups = "pwm_b";
|
||||
function = "pwm_b";
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_1_on_pins:bl_pwm_combo_1_on_pin {
|
||||
mux {
|
||||
pins = "pwm_c_z";
|
||||
groups = "pwm_c_z";
|
||||
function = "pwm_c";
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_0_vs_on_pins:bl_pwm_combo_0_vs_on_pin {
|
||||
mux {
|
||||
pins = "pwm_vs_z6";
|
||||
groups = "pwm_vs_z6";
|
||||
function = "pwm_vs";
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_1_vs_on_pins:bl_pwm_combo_1_vs_on_pin {
|
||||
mux {
|
||||
pins = "pwm_vs_z7";
|
||||
groups = "pwm_vs_z7";
|
||||
function = "pwm_vs";
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_off_pins:bl_pwm_combo_off_pin {
|
||||
mux {
|
||||
pins = "GPIOZ_6",
|
||||
groups = "GPIOZ_6",
|
||||
"GPIOZ_7";
|
||||
function = "gpio_periphs";
|
||||
output-low;
|
||||
|
||||
@@ -1560,7 +1560,7 @@
|
||||
/*lcd_extern*/
|
||||
lcd_extern_off_pins:lcd_extern_off_pin {
|
||||
mux {
|
||||
pins = "GPIOH_2",
|
||||
groups = "GPIOH_2",
|
||||
"GPIOH_3";
|
||||
function = "gpio_periphs";
|
||||
/*output-high;*/
|
||||
@@ -1572,50 +1572,50 @@
|
||||
/*backlight*/
|
||||
bl_pwm_on_pins:bl_pwm_on_pin {
|
||||
mux {
|
||||
pins = "pwm_b";
|
||||
groups = "pwm_b";
|
||||
function = "pwm_b";
|
||||
};
|
||||
};
|
||||
bl_pwm_vs_on_pins:bl_pwm_vs_on_pin {
|
||||
mux {
|
||||
pins = "pwm_vs_z6";
|
||||
groups = "pwm_vs_z6";
|
||||
function = "pwm_vs";
|
||||
};
|
||||
};
|
||||
bl_pwm_off_pins:bl_pwm_off_pin {
|
||||
mux {
|
||||
pins = "GPIOZ_6";
|
||||
groups = "GPIOZ_6";
|
||||
function = "gpio_periphs";
|
||||
output-low;
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_0_on_pins:bl_pwm_combo_0_on_pin {
|
||||
mux {
|
||||
pins = "pwm_b";
|
||||
groups = "pwm_b";
|
||||
function = "pwm_b";
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_1_on_pins:bl_pwm_combo_1_on_pin {
|
||||
mux {
|
||||
pins = "pwm_c_z";
|
||||
groups = "pwm_c_z";
|
||||
function = "pwm_c";
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_0_vs_on_pins:bl_pwm_combo_0_vs_on_pin {
|
||||
mux {
|
||||
pins = "pwm_vs_z6";
|
||||
groups = "pwm_vs_z6";
|
||||
function = "pwm_vs";
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_1_vs_on_pins:bl_pwm_combo_1_vs_on_pin {
|
||||
mux {
|
||||
pins = "pwm_vs_z7";
|
||||
groups = "pwm_vs_z7";
|
||||
function = "pwm_vs";
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_off_pins:bl_pwm_combo_off_pin {
|
||||
mux {
|
||||
pins = "GPIOZ_6",
|
||||
groups = "GPIOZ_6",
|
||||
"GPIOZ_7";
|
||||
function = "gpio_periphs";
|
||||
output-low;
|
||||
|
||||
@@ -1554,7 +1554,7 @@
|
||||
/*lcd_extern*/
|
||||
lcd_extern_off_pins:lcd_extern_off_pin {
|
||||
mux {
|
||||
pins = "GPIOH_2",
|
||||
groups = "GPIOH_2",
|
||||
"GPIOH_3";
|
||||
function = "gpio_periphs";
|
||||
/*output-high;*/
|
||||
@@ -1566,50 +1566,50 @@
|
||||
/*backlight*/
|
||||
bl_pwm_on_pins:bl_pwm_on_pin {
|
||||
mux {
|
||||
pins = "pwm_b";
|
||||
groups = "pwm_b";
|
||||
function = "pwm_b";
|
||||
};
|
||||
};
|
||||
bl_pwm_vs_on_pins:bl_pwm_vs_on_pin {
|
||||
mux {
|
||||
pins = "pwm_vs_z6";
|
||||
groups = "pwm_vs_z6";
|
||||
function = "pwm_vs";
|
||||
};
|
||||
};
|
||||
bl_pwm_off_pins:bl_pwm_off_pin {
|
||||
mux {
|
||||
pins = "GPIOZ_6";
|
||||
groups = "GPIOZ_6";
|
||||
function = "gpio_periphs";
|
||||
output-low;
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_0_on_pins:bl_pwm_combo_0_on_pin {
|
||||
mux {
|
||||
pins = "pwm_b";
|
||||
groups = "pwm_b";
|
||||
function = "pwm_b";
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_1_on_pins:bl_pwm_combo_1_on_pin {
|
||||
mux {
|
||||
pins = "pwm_c_z";
|
||||
groups = "pwm_c_z";
|
||||
function = "pwm_c";
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_0_vs_on_pins:bl_pwm_combo_0_vs_on_pin {
|
||||
mux {
|
||||
pins = "pwm_vs_z6";
|
||||
groups = "pwm_vs_z6";
|
||||
function = "pwm_vs";
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_1_vs_on_pins:bl_pwm_combo_1_vs_on_pin {
|
||||
mux {
|
||||
pins = "pwm_vs_z7";
|
||||
groups = "pwm_vs_z7";
|
||||
function = "pwm_vs";
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_off_pins:bl_pwm_combo_off_pin {
|
||||
mux {
|
||||
pins = "GPIOZ_6",
|
||||
groups = "GPIOZ_6",
|
||||
"GPIOZ_7";
|
||||
function = "gpio_periphs";
|
||||
output-low;
|
||||
|
||||
@@ -1560,7 +1560,7 @@
|
||||
/*lcd_extern*/
|
||||
lcd_extern_off_pins:lcd_extern_off_pin {
|
||||
mux {
|
||||
pins = "GPIOH_2",
|
||||
groups = "GPIOH_2",
|
||||
"GPIOH_3";
|
||||
function = "gpio_periphs";
|
||||
/*output-high;*/
|
||||
@@ -1572,50 +1572,50 @@
|
||||
/*backlight*/
|
||||
bl_pwm_on_pins:bl_pwm_on_pin {
|
||||
mux {
|
||||
pins = "pwm_b";
|
||||
groups = "pwm_b";
|
||||
function = "pwm_b";
|
||||
};
|
||||
};
|
||||
bl_pwm_vs_on_pins:bl_pwm_vs_on_pin {
|
||||
mux {
|
||||
pins = "pwm_vs_z6";
|
||||
groups = "pwm_vs_z6";
|
||||
function = "pwm_vs";
|
||||
};
|
||||
};
|
||||
bl_pwm_off_pins:bl_pwm_off_pin {
|
||||
mux {
|
||||
pins = "GPIOZ_6";
|
||||
groups = "GPIOZ_6";
|
||||
function = "gpio_periphs";
|
||||
output-low;
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_0_on_pins:bl_pwm_combo_0_on_pin {
|
||||
mux {
|
||||
pins = "pwm_b";
|
||||
groups = "pwm_b";
|
||||
function = "pwm_b";
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_1_on_pins:bl_pwm_combo_1_on_pin {
|
||||
mux {
|
||||
pins = "pwm_c_z";
|
||||
groups = "pwm_c_z";
|
||||
function = "pwm_c";
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_0_vs_on_pins:bl_pwm_combo_0_vs_on_pin {
|
||||
mux {
|
||||
pins = "pwm_vs_z6";
|
||||
groups = "pwm_vs_z6";
|
||||
function = "pwm_vs";
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_1_vs_on_pins:bl_pwm_combo_1_vs_on_pin {
|
||||
mux {
|
||||
pins = "pwm_vs_z7";
|
||||
groups = "pwm_vs_z7";
|
||||
function = "pwm_vs";
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_off_pins:bl_pwm_combo_off_pin {
|
||||
mux {
|
||||
pins = "GPIOZ_6",
|
||||
groups = "GPIOZ_6",
|
||||
"GPIOZ_7";
|
||||
function = "gpio_periphs";
|
||||
output-low;
|
||||
|
||||
@@ -1552,7 +1552,7 @@
|
||||
/*lcd_extern*/
|
||||
lcd_extern_off_pins:lcd_extern_off_pin {
|
||||
mux {
|
||||
pins = "GPIOH_2",
|
||||
groups = "GPIOH_2",
|
||||
"GPIOH_3";
|
||||
function = "gpio_periphs";
|
||||
/*output-high;*/
|
||||
@@ -1564,50 +1564,50 @@
|
||||
/*backlight*/
|
||||
bl_pwm_on_pins:bl_pwm_on_pin {
|
||||
mux {
|
||||
pins = "pwm_b";
|
||||
groups = "pwm_b";
|
||||
function = "pwm_b";
|
||||
};
|
||||
};
|
||||
bl_pwm_vs_on_pins:bl_pwm_vs_on_pin {
|
||||
mux {
|
||||
pins = "pwm_vs_z6";
|
||||
groups = "pwm_vs_z6";
|
||||
function = "pwm_vs";
|
||||
};
|
||||
};
|
||||
bl_pwm_off_pins:bl_pwm_off_pin {
|
||||
mux {
|
||||
pins = "GPIOZ_6";
|
||||
groups = "GPIOZ_6";
|
||||
function = "gpio_periphs";
|
||||
output-low;
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_0_on_pins:bl_pwm_combo_0_on_pin {
|
||||
mux {
|
||||
pins = "pwm_b";
|
||||
groups = "pwm_b";
|
||||
function = "pwm_b";
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_1_on_pins:bl_pwm_combo_1_on_pin {
|
||||
mux {
|
||||
pins = "pwm_c_z";
|
||||
groups = "pwm_c_z";
|
||||
function = "pwm_c";
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_0_vs_on_pins:bl_pwm_combo_0_vs_on_pin {
|
||||
mux {
|
||||
pins = "pwm_vs_z6";
|
||||
groups = "pwm_vs_z6";
|
||||
function = "pwm_vs";
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_1_vs_on_pins:bl_pwm_combo_1_vs_on_pin {
|
||||
mux {
|
||||
pins = "pwm_vs_z7";
|
||||
groups = "pwm_vs_z7";
|
||||
function = "pwm_vs";
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_off_pins:bl_pwm_combo_off_pin {
|
||||
mux {
|
||||
pins = "GPIOZ_6",
|
||||
groups = "GPIOZ_6",
|
||||
"GPIOZ_7";
|
||||
function = "gpio_periphs";
|
||||
output-low;
|
||||
|
||||
@@ -1555,7 +1555,7 @@
|
||||
/*lcd_extern*/
|
||||
lcd_extern_off_pins:lcd_extern_off_pin {
|
||||
mux {
|
||||
pins = "GPIOH_2",
|
||||
groups = "GPIOH_2",
|
||||
"GPIOH_3";
|
||||
function = "gpio_periphs";
|
||||
/*output-high;*/
|
||||
@@ -1567,50 +1567,50 @@
|
||||
/*backlight*/
|
||||
bl_pwm_on_pins:bl_pwm_on_pin {
|
||||
mux {
|
||||
pins = "pwm_b";
|
||||
groups = "pwm_b";
|
||||
function = "pwm_b";
|
||||
};
|
||||
};
|
||||
bl_pwm_vs_on_pins:bl_pwm_vs_on_pin {
|
||||
mux {
|
||||
pins = "pwm_vs_z6";
|
||||
groups = "pwm_vs_z6";
|
||||
function = "pwm_vs";
|
||||
};
|
||||
};
|
||||
bl_pwm_off_pins:bl_pwm_off_pin {
|
||||
mux {
|
||||
pins = "GPIOZ_6";
|
||||
groups = "GPIOZ_6";
|
||||
function = "gpio_periphs";
|
||||
output-low;
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_0_on_pins:bl_pwm_combo_0_on_pin {
|
||||
mux {
|
||||
pins = "pwm_b";
|
||||
groups = "pwm_b";
|
||||
function = "pwm_b";
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_1_on_pins:bl_pwm_combo_1_on_pin {
|
||||
mux {
|
||||
pins = "pwm_c_z";
|
||||
groups = "pwm_c_z";
|
||||
function = "pwm_c";
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_0_vs_on_pins:bl_pwm_combo_0_vs_on_pin {
|
||||
mux {
|
||||
pins = "pwm_vs_z6";
|
||||
groups = "pwm_vs_z6";
|
||||
function = "pwm_vs";
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_1_vs_on_pins:bl_pwm_combo_1_vs_on_pin {
|
||||
mux {
|
||||
pins = "pwm_vs_z7";
|
||||
groups = "pwm_vs_z7";
|
||||
function = "pwm_vs";
|
||||
};
|
||||
};
|
||||
bl_pwm_combo_off_pins:bl_pwm_combo_off_pin {
|
||||
mux {
|
||||
pins = "GPIOZ_6",
|
||||
groups = "GPIOZ_6",
|
||||
"GPIOZ_7";
|
||||
function = "gpio_periphs";
|
||||
output-low;
|
||||
|
||||
Reference in New Issue
Block a user