1
0
Fork 0

ARM: tegra: nexus7: Rename gpio-hog nodes

Devicetree schema now requires gpio-hog nodes to have a certain naming
pattern, like a -hog suffix. This patch fixes dtbs_check warnings about
the names.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
zero-sugar-mainline-defconfig
Dmitry Osipenko 2020-11-04 17:12:49 +03:00 committed by Thierry Reding
parent 810719453c
commit b8ae171506
3 changed files with 4 additions and 4 deletions

View File

@ -75,7 +75,7 @@
};
gpio@6000d000 {
init-mode {
init-mode-hog {
gpio-hog;
gpios = <TEGRA_GPIO(DD, 7) GPIO_ACTIVE_HIGH>,
<TEGRA_GPIO(CC, 6) GPIO_ACTIVE_HIGH>,
@ -83,7 +83,7 @@
output-low;
};
init-low-power-mode {
init-low-power-mode-hog {
gpio-hog;
gpios = <TEGRA_GPIO(I, 6) GPIO_ACTIVE_HIGH>;
input;

View File

@ -29,7 +29,7 @@
};
};
cpu-pwr-req {
cpu-pwr-req-hog {
gpio-hog;
gpios = <6 GPIO_ACTIVE_HIGH>;
input;

View File

@ -23,7 +23,7 @@
};
gpio@6000d000 {
init-mode-3g {
init-mode-3g-hog {
gpio-hog;
gpios = <TEGRA_GPIO(D, 2) GPIO_ACTIVE_HIGH>,
<TEGRA_GPIO(C, 6) GPIO_ACTIVE_HIGH>,