mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
ARM: dts: omap3: align gpio hog names with dt-schema
The GPIO Hog dt-schema node naming convention expect GPIO hogs node names to end with a 'hog' suffix. Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
committed by
Tony Lindgren
parent
bd551acdde
commit
cfb4ab3b5d
@@ -195,7 +195,7 @@
|
||||
* for bus switch SN74CB3Q3384A, level-shifter SN74AVC16T245DGGR, and 1.8V.
|
||||
*/
|
||||
&gpio2 {
|
||||
en_usb2_port {
|
||||
en-usb2-port-hog {
|
||||
gpio-hog;
|
||||
gpios = <29 GPIO_ACTIVE_HIGH>; /* gpio_61 */
|
||||
output-low;
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
};
|
||||
|
||||
&gpio5 {
|
||||
irda_en {
|
||||
irda-en-hog {
|
||||
gpio-hog;
|
||||
gpios = <(175-160) GPIO_ACTIVE_HIGH>;
|
||||
output-high; /* activate gpio_175 to disable IrDA receiver */
|
||||
|
||||
Reference in New Issue
Block a user