Commit cb30720a authored by Philippe Schenker's avatar Philippe Schenker Committed by Shawn Guo
Browse files

ARM: dts: colibri-imx6ull: add -hog to gpio hogs



Since it seems to be a naming-convention to add -hog for gpio hogs do
this.

Signed-off-by: default avatarPhilippe Schenker <philippe.schenker@toradex.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent e0dc942a
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ &backlight {

&gpio1 {
	/* This turns the LVDS transceiver on */
	lvds-power-on {
	lvds-power-on-hog {
		gpio-hog;
		gpios = <14 GPIO_ACTIVE_HIGH>; /* SODIMM 99 */
		line-name = "LVDS_POWER_ON";
@@ -42,7 +42,7 @@ &gpio2 {
	 * This switches the LVDS transceiver to the single-channel
	 * output mode.
	 */
	lvds-ch-mode {
	lvds-ch-mode-hog {
		gpio-hog;
		gpios = <0 GPIO_ACTIVE_HIGH>; /* SODIMM 55 */
		line-name = "LVDS_CH_MODE";
@@ -52,7 +52,7 @@ lvds-ch-mode {
	/*
	 * This switches the LVDS transceiver to the 24-bit RGB mode.
	 */
	lvds-rgb-mode {
	lvds-rgb-mode-hog {
		gpio-hog;
		gpios = <1 GPIO_ACTIVE_HIGH>; /* SODIMM 63 */
		line-name = "LVDS_RGB_MODE";
@@ -64,7 +64,7 @@ &gpio5 {
	/*
	 * This switches the LVDS transceiver to VESA color mapping mode.
	 */
	lvds-color-map {
	lvds-color-map-hog {
		gpio-hog;
		gpios = <3 GPIO_ACTIVE_HIGH>; /* SODIMM 95 */
		line-name = "LVDS_COLOR_MAP";
+2 −2
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ &gpio1 {
	 * in userspace.
	 * The same applies to uart1_tx_on.
	 */
	uart25_tx_on {
	uart25_tx_on-hog {
		gpio-hog;
		gpios = <15 0>;
		output-high;
@@ -67,7 +67,7 @@ uart25_tx_on {
};

&gpio2 {
	uart1_tx_on {
	uart1_tx_on-hog {
		gpio-hog;
		gpios = <7 0>;
		output-high;
+4 −4
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ &backlight {

&gpio1 {
	/* This turns the LVDS transceiver on */
	lvds-power-on {
	lvds-power-on-hog {
		gpio-hog;
		gpios = <14 GPIO_ACTIVE_HIGH>; /* SODIMM 99 */
		line-name = "LVDS_POWER_ON";
@@ -42,7 +42,7 @@ &gpio2 {
	 * This switches the LVDS transceiver to the single-channel
	 * output mode.
	 */
	lvds-ch-mode {
	lvds-ch-mode-hog {
		gpio-hog;
		gpios = <0 GPIO_ACTIVE_HIGH>; /* SODIMM 55 */
		line-name = "LVDS_CH_MODE";
@@ -52,7 +52,7 @@ lvds-ch-mode {
	/*
	 * This switches the LVDS transceiver to the 24-bit RGB mode.
	 */
	lvds-rgb-mode {
	lvds-rgb-mode-hog {
		gpio-hog;
		gpios = <1 GPIO_ACTIVE_HIGH>; /* SODIMM 63 */
		line-name = "LVDS_RGB_MODE";
@@ -64,7 +64,7 @@ &gpio5 {
	/*
	 * This switches the LVDS transceiver to VESA color mapping mode.
	 */
	lvds-color-map {
	lvds-color-map-hog {
		gpio-hog;
		gpios = <3 GPIO_ACTIVE_HIGH>; /* SODIMM 95 */
		line-name = "LVDS_COLOR_MAP";