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>
This commit is contained in:
parent
810719453c
commit
b8ae171506
@ -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;
|
||||
|
@ -29,7 +29,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
cpu-pwr-req {
|
||||
cpu-pwr-req-hog {
|
||||
gpio-hog;
|
||||
gpios = <6 GPIO_ACTIVE_HIGH>;
|
||||
input;
|
||||
|
@ -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>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user