+++ /dev/null
-From d70a816c3f04b292217180e2759206c8ddd5bc90 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Tue, 25 May 2021 20:58:54 +0300
-Subject: ARM: dts: am335x: align GPIO hog names with dt-schema
-
-From: Grygorii Strashko <grygorii.strashko@ti.com>
-
-[ Upstream commit fb97f63106f3174992a22fe5e42dda96a0810750 ]
-
-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>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- arch/arm/boot/dts/am335x-boneblack-wireless.dts | 2 +-
- arch/arm/boot/dts/am335x-boneblue.dts | 2 +-
- arch/arm/boot/dts/am335x-bonegreen-wireless.dts | 4 ++--
- arch/arm/boot/dts/am335x-icev2.dts | 4 ++--
- arch/arm/boot/dts/am335x-shc.dts | 8 ++++----
- 5 files changed, 10 insertions(+), 10 deletions(-)
-
-diff --git a/arch/arm/boot/dts/am335x-boneblack-wireless.dts b/arch/arm/boot/dts/am335x-boneblack-wireless.dts
-index 83f49f616b19..d8a712938a70 100644
---- a/arch/arm/boot/dts/am335x-boneblack-wireless.dts
-+++ b/arch/arm/boot/dts/am335x-boneblack-wireless.dts
-@@ -105,7 +105,7 @@
- };
-
- &gpio3 {
-- ls_buf_en {
-+ ls-buf-en-hog {
- gpio-hog;
- gpios = <10 GPIO_ACTIVE_HIGH>;
- output-high;
-diff --git a/arch/arm/boot/dts/am335x-boneblue.dts b/arch/arm/boot/dts/am335x-boneblue.dts
-index cdc1b2be792f..d32abbfcd6fb 100644
---- a/arch/arm/boot/dts/am335x-boneblue.dts
-+++ b/arch/arm/boot/dts/am335x-boneblue.dts
-@@ -451,7 +451,7 @@
- };
-
- &gpio3 {
-- ls_buf_en {
-+ ls-buf-en-hog {
- gpio-hog;
- gpios = <10 GPIO_ACTIVE_HIGH>;
- output-high;
-diff --git a/arch/arm/boot/dts/am335x-bonegreen-wireless.dts b/arch/arm/boot/dts/am335x-bonegreen-wireless.dts
-index 57731f0daf10..04c52194fa91 100644
---- a/arch/arm/boot/dts/am335x-bonegreen-wireless.dts
-+++ b/arch/arm/boot/dts/am335x-bonegreen-wireless.dts
-@@ -105,7 +105,7 @@
- };
-
- &gpio1 {
-- ls_buf_en {
-+ ls-buf-en-hog {
- gpio-hog;
- gpios = <29 GPIO_ACTIVE_HIGH>;
- output-high;
-@@ -122,7 +122,7 @@
- /* an external pulldown on U21 pin 4. */
-
- &gpio3 {
-- bt_aud_in {
-+ bt-aud-in-hog {
- gpio-hog;
- gpios = <16 GPIO_ACTIVE_HIGH>;
- output-low;
-diff --git a/arch/arm/boot/dts/am335x-icev2.dts b/arch/arm/boot/dts/am335x-icev2.dts
-index f2005ecca74f..be81b98da71e 100644
---- a/arch/arm/boot/dts/am335x-icev2.dts
-+++ b/arch/arm/boot/dts/am335x-icev2.dts
-@@ -448,14 +448,14 @@
- };
-
- &gpio3 {
-- p4 {
-+ pr1-mii-ctl-hog {
- gpio-hog;
- gpios = <4 GPIO_ACTIVE_HIGH>;
- output-high;
- line-name = "PR1_MII_CTRL";
- };
-
-- p10 {
-+ mux-mii-hog {
- gpio-hog;
- gpios = <10 GPIO_ACTIVE_HIGH>;
- /* ETH1 mux: Low for MII-PRU, high for RMII-CPSW */
-diff --git a/arch/arm/boot/dts/am335x-shc.dts b/arch/arm/boot/dts/am335x-shc.dts
-index 4f6a286ea293..961a422256cf 100644
---- a/arch/arm/boot/dts/am335x-shc.dts
-+++ b/arch/arm/boot/dts/am335x-shc.dts
-@@ -146,14 +146,14 @@
- };
-
- &gpio1 {
-- hmtc_rst {
-+ hmtc-rst-hog {
- gpio-hog;
- gpios = <24 GPIO_ACTIVE_LOW>;
- output-high;
- line-name = "homematic_reset";
- };
-
-- hmtc_prog {
-+ hmtc-prog-hog {
- gpio-hog;
- gpios = <27 GPIO_ACTIVE_LOW>;
- output-high;
-@@ -162,14 +162,14 @@
- };
-
- &gpio3 {
-- zgb_rst {
-+ zgb-rst-hog {
- gpio-hog;
- gpios = <18 GPIO_ACTIVE_LOW>;
- output-low;
- line-name = "zigbee_reset";
- };
-
-- zgb_boot {
-+ zgb-boot-hog {
- gpio-hog;
- gpios = <19 GPIO_ACTIVE_HIGH>;
- output-high;
---
-2.30.2
-
arm-dts-bcm63xx-fix-nand-nodes-names.patch
arm-dts-imx6-phyflex-fix-uart-hardware-flow-control.patch
arm-imx-pm-imx5-fix-references-to-imx5_cpu_suspend_i.patch
-arm-dts-am335x-align-gpio-hog-names-with-dt-schema.patch
arm-dts-am437x-align-gpio-hog-names-with-dt-schema.patch
arm-dts-omap5-board-common-align-gpio-hog-names-with.patch
arm-dts-dra7x-evm-align-gpio-hog-names-with-dt-schem.patch
+++ /dev/null
-From fb202b85188005d6641c97cf51ad858a2b033488 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Tue, 25 May 2021 20:58:54 +0300
-Subject: ARM: dts: am335x: align GPIO hog names with dt-schema
-
-From: Grygorii Strashko <grygorii.strashko@ti.com>
-
-[ Upstream commit fb97f63106f3174992a22fe5e42dda96a0810750 ]
-
-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>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- arch/arm/boot/dts/am335x-boneblack-wireless.dts | 2 +-
- arch/arm/boot/dts/am335x-boneblue.dts | 2 +-
- arch/arm/boot/dts/am335x-bonegreen-wireless.dts | 4 ++--
- arch/arm/boot/dts/am335x-icev2.dts | 4 ++--
- arch/arm/boot/dts/am335x-shc.dts | 8 ++++----
- 5 files changed, 10 insertions(+), 10 deletions(-)
-
-diff --git a/arch/arm/boot/dts/am335x-boneblack-wireless.dts b/arch/arm/boot/dts/am335x-boneblack-wireless.dts
-index 83f49f616b19..d8a712938a70 100644
---- a/arch/arm/boot/dts/am335x-boneblack-wireless.dts
-+++ b/arch/arm/boot/dts/am335x-boneblack-wireless.dts
-@@ -105,7 +105,7 @@
- };
-
- &gpio3 {
-- ls_buf_en {
-+ ls-buf-en-hog {
- gpio-hog;
- gpios = <10 GPIO_ACTIVE_HIGH>;
- output-high;
-diff --git a/arch/arm/boot/dts/am335x-boneblue.dts b/arch/arm/boot/dts/am335x-boneblue.dts
-index 7bcd72691f06..f71dac2b72d9 100644
---- a/arch/arm/boot/dts/am335x-boneblue.dts
-+++ b/arch/arm/boot/dts/am335x-boneblue.dts
-@@ -526,7 +526,7 @@
- };
-
- &gpio3 {
-- ls_buf_en {
-+ ls-buf-en-hog {
- gpio-hog;
- gpios = <10 GPIO_ACTIVE_HIGH>;
- output-high;
-diff --git a/arch/arm/boot/dts/am335x-bonegreen-wireless.dts b/arch/arm/boot/dts/am335x-bonegreen-wireless.dts
-index 57731f0daf10..04c52194fa91 100644
---- a/arch/arm/boot/dts/am335x-bonegreen-wireless.dts
-+++ b/arch/arm/boot/dts/am335x-bonegreen-wireless.dts
-@@ -105,7 +105,7 @@
- };
-
- &gpio1 {
-- ls_buf_en {
-+ ls-buf-en-hog {
- gpio-hog;
- gpios = <29 GPIO_ACTIVE_HIGH>;
- output-high;
-@@ -122,7 +122,7 @@
- /* an external pulldown on U21 pin 4. */
-
- &gpio3 {
-- bt_aud_in {
-+ bt-aud-in-hog {
- gpio-hog;
- gpios = <16 GPIO_ACTIVE_HIGH>;
- output-low;
-diff --git a/arch/arm/boot/dts/am335x-icev2.dts b/arch/arm/boot/dts/am335x-icev2.dts
-index f2005ecca74f..be81b98da71e 100644
---- a/arch/arm/boot/dts/am335x-icev2.dts
-+++ b/arch/arm/boot/dts/am335x-icev2.dts
-@@ -448,14 +448,14 @@
- };
-
- &gpio3 {
-- p4 {
-+ pr1-mii-ctl-hog {
- gpio-hog;
- gpios = <4 GPIO_ACTIVE_HIGH>;
- output-high;
- line-name = "PR1_MII_CTRL";
- };
-
-- p10 {
-+ mux-mii-hog {
- gpio-hog;
- gpios = <10 GPIO_ACTIVE_HIGH>;
- /* ETH1 mux: Low for MII-PRU, high for RMII-CPSW */
-diff --git a/arch/arm/boot/dts/am335x-shc.dts b/arch/arm/boot/dts/am335x-shc.dts
-index 4f6a286ea293..961a422256cf 100644
---- a/arch/arm/boot/dts/am335x-shc.dts
-+++ b/arch/arm/boot/dts/am335x-shc.dts
-@@ -146,14 +146,14 @@
- };
-
- &gpio1 {
-- hmtc_rst {
-+ hmtc-rst-hog {
- gpio-hog;
- gpios = <24 GPIO_ACTIVE_LOW>;
- output-high;
- line-name = "homematic_reset";
- };
-
-- hmtc_prog {
-+ hmtc-prog-hog {
- gpio-hog;
- gpios = <27 GPIO_ACTIVE_LOW>;
- output-high;
-@@ -162,14 +162,14 @@
- };
-
- &gpio3 {
-- zgb_rst {
-+ zgb-rst-hog {
- gpio-hog;
- gpios = <18 GPIO_ACTIVE_LOW>;
- output-low;
- line-name = "zigbee_reset";
- };
-
-- zgb_boot {
-+ zgb-boot-hog {
- gpio-hog;
- gpios = <19 GPIO_ACTIVE_HIGH>;
- output-high;
---
-2.30.2
-
arm-dts-imx6-phyflex-fix-uart-hardware-flow-control.patch
arm-imx-pm-imx5-fix-references-to-imx5_cpu_suspend_i.patch
rtc-mxc_v2-add-missing-module_device_table.patch
-arm-dts-am335x-align-gpio-hog-names-with-dt-schema.patch
arm-dts-am437x-align-gpio-hog-names-with-dt-schema.patch
arm-dts-omap5-board-common-align-gpio-hog-names-with.patch
arm-dts-dra7x-evm-align-gpio-hog-names-with-dt-schem.patch
+++ /dev/null
-From 32f1328a8330655e054bc484d72bcaf52e7bedef Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Tue, 25 May 2021 20:58:54 +0300
-Subject: ARM: dts: am335x: align GPIO hog names with dt-schema
-
-From: Grygorii Strashko <grygorii.strashko@ti.com>
-
-[ Upstream commit fb97f63106f3174992a22fe5e42dda96a0810750 ]
-
-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>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- arch/arm/boot/dts/am335x-boneblack-wireless.dts | 2 +-
- arch/arm/boot/dts/am335x-boneblue.dts | 2 +-
- arch/arm/boot/dts/am335x-bonegreen-wireless.dts | 4 ++--
- arch/arm/boot/dts/am335x-icev2.dts | 4 ++--
- arch/arm/boot/dts/am335x-shc.dts | 8 ++++----
- 5 files changed, 10 insertions(+), 10 deletions(-)
-
-diff --git a/arch/arm/boot/dts/am335x-boneblack-wireless.dts b/arch/arm/boot/dts/am335x-boneblack-wireless.dts
-index 86cad9912906..80116646a3fe 100644
---- a/arch/arm/boot/dts/am335x-boneblack-wireless.dts
-+++ b/arch/arm/boot/dts/am335x-boneblack-wireless.dts
-@@ -101,7 +101,7 @@
- };
-
- &gpio3 {
-- ls_buf_en {
-+ ls-buf-en-hog {
- gpio-hog;
- gpios = <10 GPIO_ACTIVE_HIGH>;
- output-high;
-diff --git a/arch/arm/boot/dts/am335x-boneblue.dts b/arch/arm/boot/dts/am335x-boneblue.dts
-index c696d57cf364..239b32a04eb4 100644
---- a/arch/arm/boot/dts/am335x-boneblue.dts
-+++ b/arch/arm/boot/dts/am335x-boneblue.dts
-@@ -412,7 +412,7 @@
- };
-
- &gpio3 {
-- ls_buf_en {
-+ ls-buf-en-hog {
- gpio-hog;
- gpios = <10 GPIO_ACTIVE_HIGH>;
- output-high;
-diff --git a/arch/arm/boot/dts/am335x-bonegreen-wireless.dts b/arch/arm/boot/dts/am335x-bonegreen-wireless.dts
-index 7615327d906a..74db0fc39397 100644
---- a/arch/arm/boot/dts/am335x-bonegreen-wireless.dts
-+++ b/arch/arm/boot/dts/am335x-bonegreen-wireless.dts
-@@ -101,7 +101,7 @@
- };
-
- &gpio1 {
-- ls_buf_en {
-+ ls-buf-en-hog {
- gpio-hog;
- gpios = <29 GPIO_ACTIVE_HIGH>;
- output-high;
-@@ -118,7 +118,7 @@
- /* an external pulldown on U21 pin 4. */
-
- &gpio3 {
-- bt_aud_in {
-+ bt-aud-in-hog {
- gpio-hog;
- gpios = <16 GPIO_ACTIVE_HIGH>;
- output-low;
-diff --git a/arch/arm/boot/dts/am335x-icev2.dts b/arch/arm/boot/dts/am335x-icev2.dts
-index b958ab56a412..ed45079a68ff 100644
---- a/arch/arm/boot/dts/am335x-icev2.dts
-+++ b/arch/arm/boot/dts/am335x-icev2.dts
-@@ -458,14 +458,14 @@
- };
-
- &gpio3 {
-- p4 {
-+ pr1-mii-ctl-hog {
- gpio-hog;
- gpios = <4 GPIO_ACTIVE_HIGH>;
- output-high;
- line-name = "PR1_MII_CTRL";
- };
-
-- p10 {
-+ mux-mii-hog {
- gpio-hog;
- gpios = <10 GPIO_ACTIVE_HIGH>;
- /* ETH1 mux: Low for MII-PRU, high for RMII-CPSW */
-diff --git a/arch/arm/boot/dts/am335x-shc.dts b/arch/arm/boot/dts/am335x-shc.dts
-index 1eaa26533466..2bfe60d32783 100644
---- a/arch/arm/boot/dts/am335x-shc.dts
-+++ b/arch/arm/boot/dts/am335x-shc.dts
-@@ -140,14 +140,14 @@
- };
-
- &gpio1 {
-- hmtc_rst {
-+ hmtc-rst-hog {
- gpio-hog;
- gpios = <24 GPIO_ACTIVE_LOW>;
- output-high;
- line-name = "homematic_reset";
- };
-
-- hmtc_prog {
-+ hmtc-prog-hog {
- gpio-hog;
- gpios = <27 GPIO_ACTIVE_LOW>;
- output-high;
-@@ -156,14 +156,14 @@
- };
-
- &gpio3 {
-- zgb_rst {
-+ zgb-rst-hog {
- gpio-hog;
- gpios = <18 GPIO_ACTIVE_LOW>;
- output-low;
- line-name = "zigbee_reset";
- };
-
-- zgb_boot {
-+ zgb-boot-hog {
- gpio-hog;
- gpios = <19 GPIO_ACTIVE_HIGH>;
- output-high;
---
-2.30.2
-
arm64-dts-renesas-beacon-fix-usb-extal-reference.patch
arm64-dts-renesas-beacon-fix-usb-ref-clock-reference.patch
kbuild-sink-stdout-from-cmd-for-silent-build.patch
-arm-dts-am335x-align-gpio-hog-names-with-dt-schema.patch
arm-dts-am437x-align-gpio-hog-names-with-dt-schema.patch
arm-dts-omap3-align-gpio-hog-names-with-dt-schema.patch
arm-dts-omap5-board-common-align-gpio-hog-names-with.patch
+++ /dev/null
-From af1b2260b0408d9feadb0217c4bd5674cae62218 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Tue, 25 May 2021 20:58:54 +0300
-Subject: ARM: dts: am335x: align GPIO hog names with dt-schema
-
-From: Grygorii Strashko <grygorii.strashko@ti.com>
-
-[ Upstream commit fb97f63106f3174992a22fe5e42dda96a0810750 ]
-
-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>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- arch/arm/boot/dts/am335x-boneblack-wireless.dts | 2 +-
- arch/arm/boot/dts/am335x-boneblue.dts | 2 +-
- arch/arm/boot/dts/am335x-bonegreen-wireless.dts | 4 ++--
- arch/arm/boot/dts/am335x-icev2.dts | 4 ++--
- arch/arm/boot/dts/am335x-shc.dts | 8 ++++----
- 5 files changed, 10 insertions(+), 10 deletions(-)
-
-diff --git a/arch/arm/boot/dts/am335x-boneblack-wireless.dts b/arch/arm/boot/dts/am335x-boneblack-wireless.dts
-index 86cad9912906..80116646a3fe 100644
---- a/arch/arm/boot/dts/am335x-boneblack-wireless.dts
-+++ b/arch/arm/boot/dts/am335x-boneblack-wireless.dts
-@@ -101,7 +101,7 @@
- };
-
- &gpio3 {
-- ls_buf_en {
-+ ls-buf-en-hog {
- gpio-hog;
- gpios = <10 GPIO_ACTIVE_HIGH>;
- output-high;
-diff --git a/arch/arm/boot/dts/am335x-boneblue.dts b/arch/arm/boot/dts/am335x-boneblue.dts
-index 69acaf4ea0f3..0afcc2ee0b63 100644
---- a/arch/arm/boot/dts/am335x-boneblue.dts
-+++ b/arch/arm/boot/dts/am335x-boneblue.dts
-@@ -436,7 +436,7 @@
- };
-
- &gpio3 {
-- ls_buf_en {
-+ ls-buf-en-hog {
- gpio-hog;
- gpios = <10 GPIO_ACTIVE_HIGH>;
- output-high;
-diff --git a/arch/arm/boot/dts/am335x-bonegreen-wireless.dts b/arch/arm/boot/dts/am335x-bonegreen-wireless.dts
-index 7615327d906a..74db0fc39397 100644
---- a/arch/arm/boot/dts/am335x-bonegreen-wireless.dts
-+++ b/arch/arm/boot/dts/am335x-bonegreen-wireless.dts
-@@ -101,7 +101,7 @@
- };
-
- &gpio1 {
-- ls_buf_en {
-+ ls-buf-en-hog {
- gpio-hog;
- gpios = <29 GPIO_ACTIVE_HIGH>;
- output-high;
-@@ -118,7 +118,7 @@
- /* an external pulldown on U21 pin 4. */
-
- &gpio3 {
-- bt_aud_in {
-+ bt-aud-in-hog {
- gpio-hog;
- gpios = <16 GPIO_ACTIVE_HIGH>;
- output-low;
-diff --git a/arch/arm/boot/dts/am335x-icev2.dts b/arch/arm/boot/dts/am335x-icev2.dts
-index e923d065304d..5e598ac96dcc 100644
---- a/arch/arm/boot/dts/am335x-icev2.dts
-+++ b/arch/arm/boot/dts/am335x-icev2.dts
-@@ -458,14 +458,14 @@
- };
-
- &gpio3 {
-- p4 {
-+ pr1-mii-ctl-hog {
- gpio-hog;
- gpios = <4 GPIO_ACTIVE_HIGH>;
- output-high;
- line-name = "PR1_MII_CTRL";
- };
-
-- p10 {
-+ mux-mii-hog {
- gpio-hog;
- gpios = <10 GPIO_ACTIVE_HIGH>;
- /* ETH1 mux: Low for MII-PRU, high for RMII-CPSW */
-diff --git a/arch/arm/boot/dts/am335x-shc.dts b/arch/arm/boot/dts/am335x-shc.dts
-index 1eaa26533466..2bfe60d32783 100644
---- a/arch/arm/boot/dts/am335x-shc.dts
-+++ b/arch/arm/boot/dts/am335x-shc.dts
-@@ -140,14 +140,14 @@
- };
-
- &gpio1 {
-- hmtc_rst {
-+ hmtc-rst-hog {
- gpio-hog;
- gpios = <24 GPIO_ACTIVE_LOW>;
- output-high;
- line-name = "homematic_reset";
- };
-
-- hmtc_prog {
-+ hmtc-prog-hog {
- gpio-hog;
- gpios = <27 GPIO_ACTIVE_LOW>;
- output-high;
-@@ -156,14 +156,14 @@
- };
-
- &gpio3 {
-- zgb_rst {
-+ zgb-rst-hog {
- gpio-hog;
- gpios = <18 GPIO_ACTIVE_LOW>;
- output-low;
- line-name = "zigbee_reset";
- };
-
-- zgb_boot {
-+ zgb-boot-hog {
- gpio-hog;
- gpios = <19 GPIO_ACTIVE_HIGH>;
- output-high;
---
-2.30.2
-
arm64-dts-renesas-beacon-fix-usb-extal-reference.patch
arm64-dts-renesas-beacon-fix-usb-ref-clock-reference.patch
kbuild-sink-stdout-from-cmd-for-silent-build.patch
-arm-dts-am335x-align-gpio-hog-names-with-dt-schema.patch
arm-dts-am437x-align-gpio-hog-names-with-dt-schema.patch
arm-dts-omap3-align-gpio-hog-names-with-dt-schema.patch
arm-dts-omap5-board-common-align-gpio-hog-names-with.patch
+++ /dev/null
-From 8ee18b7ca54ece6dac127e308659bf760057a84f Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Tue, 25 May 2021 20:58:54 +0300
-Subject: ARM: dts: am335x: align GPIO hog names with dt-schema
-
-From: Grygorii Strashko <grygorii.strashko@ti.com>
-
-[ Upstream commit fb97f63106f3174992a22fe5e42dda96a0810750 ]
-
-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>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- arch/arm/boot/dts/am335x-boneblack-wireless.dts | 2 +-
- arch/arm/boot/dts/am335x-boneblue.dts | 2 +-
- arch/arm/boot/dts/am335x-bonegreen-wireless.dts | 4 ++--
- arch/arm/boot/dts/am335x-icev2.dts | 4 ++--
- arch/arm/boot/dts/am335x-shc.dts | 8 ++++----
- 5 files changed, 10 insertions(+), 10 deletions(-)
-
-diff --git a/arch/arm/boot/dts/am335x-boneblack-wireless.dts b/arch/arm/boot/dts/am335x-boneblack-wireless.dts
-index 3124d94c0b3c..3056c3e3e312 100644
---- a/arch/arm/boot/dts/am335x-boneblack-wireless.dts
-+++ b/arch/arm/boot/dts/am335x-boneblack-wireless.dts
-@@ -102,7 +102,7 @@
- };
-
- &gpio3 {
-- ls_buf_en {
-+ ls-buf-en-hog {
- gpio-hog;
- gpios = <10 GPIO_ACTIVE_HIGH>;
- output-high;
-diff --git a/arch/arm/boot/dts/am335x-boneblue.dts b/arch/arm/boot/dts/am335x-boneblue.dts
-index 2f6652ef9a15..8b98aa2d9588 100644
---- a/arch/arm/boot/dts/am335x-boneblue.dts
-+++ b/arch/arm/boot/dts/am335x-boneblue.dts
-@@ -435,7 +435,7 @@
- };
-
- &gpio3 {
-- ls_buf_en {
-+ ls-buf-en-hog {
- gpio-hog;
- gpios = <10 GPIO_ACTIVE_HIGH>;
- output-high;
-diff --git a/arch/arm/boot/dts/am335x-bonegreen-wireless.dts b/arch/arm/boot/dts/am335x-bonegreen-wireless.dts
-index 4092cd193b8a..8d85c6a851c3 100644
---- a/arch/arm/boot/dts/am335x-bonegreen-wireless.dts
-+++ b/arch/arm/boot/dts/am335x-bonegreen-wireless.dts
-@@ -102,7 +102,7 @@
- };
-
- &gpio1 {
-- ls_buf_en {
-+ ls-buf-en-hog {
- gpio-hog;
- gpios = <29 GPIO_ACTIVE_HIGH>;
- output-high;
-@@ -119,7 +119,7 @@
- /* an external pulldown on U21 pin 4. */
-
- &gpio3 {
-- bt_aud_in {
-+ bt-aud-in-hog {
- gpio-hog;
- gpios = <16 GPIO_ACTIVE_HIGH>;
- output-low;
-diff --git a/arch/arm/boot/dts/am335x-icev2.dts b/arch/arm/boot/dts/am335x-icev2.dts
-index 204bccfcc110..1e52dfe4f2d3 100644
---- a/arch/arm/boot/dts/am335x-icev2.dts
-+++ b/arch/arm/boot/dts/am335x-icev2.dts
-@@ -445,14 +445,14 @@
- };
-
- &gpio3 {
-- p4 {
-+ pr1-mii-ctl-hog {
- gpio-hog;
- gpios = <4 GPIO_ACTIVE_HIGH>;
- output-high;
- line-name = "PR1_MII_CTRL";
- };
-
-- p10 {
-+ mux-mii-hog {
- gpio-hog;
- gpios = <10 GPIO_ACTIVE_HIGH>;
- /* ETH1 mux: Low for MII-PRU, high for RMII-CPSW */
-diff --git a/arch/arm/boot/dts/am335x-shc.dts b/arch/arm/boot/dts/am335x-shc.dts
-index 5b0368504015..852cf61478e6 100644
---- a/arch/arm/boot/dts/am335x-shc.dts
-+++ b/arch/arm/boot/dts/am335x-shc.dts
-@@ -144,14 +144,14 @@
- };
-
- &gpio1 {
-- hmtc_rst {
-+ hmtc-rst-hog {
- gpio-hog;
- gpios = <24 GPIO_ACTIVE_LOW>;
- output-high;
- line-name = "homematic_reset";
- };
-
-- hmtc_prog {
-+ hmtc-prog-hog {
- gpio-hog;
- gpios = <27 GPIO_ACTIVE_LOW>;
- output-high;
-@@ -160,14 +160,14 @@
- };
-
- &gpio3 {
-- zgb_rst {
-+ zgb-rst-hog {
- gpio-hog;
- gpios = <18 GPIO_ACTIVE_LOW>;
- output-low;
- line-name = "zigbee_reset";
- };
-
-- zgb_boot {
-+ zgb-boot-hog {
- gpio-hog;
- gpios = <19 GPIO_ACTIVE_HIGH>;
- output-high;
---
-2.30.2
-
arm-imx-pm-imx5-fix-references-to-imx5_cpu_suspend_i.patch
rtc-mxc_v2-add-missing-module_device_table.patch
kbuild-sink-stdout-from-cmd-for-silent-build.patch
-arm-dts-am335x-align-gpio-hog-names-with-dt-schema.patch
arm-dts-am437x-align-gpio-hog-names-with-dt-schema.patch
arm-dts-omap3-align-gpio-hog-names-with-dt-schema.patch
arm-dts-omap5-board-common-align-gpio-hog-names-with.patch