Commit 64b40782 authored by Thierry Reding's avatar Thierry Reding

arm64: tegra: Remove unsupported properties on Norrin

The Tegra PMC device tree bindings don't support the "#wake-cells" and
"nvidia,reset-gpio" properties, so remove them.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 2c6fd24d
...@@ -885,14 +885,12 @@ MATRIX_KEY(0x07, 0x0b, KEY_UP) ...@@ -885,14 +885,12 @@ MATRIX_KEY(0x07, 0x0b, KEY_UP)
pmc@7000e400 { pmc@7000e400 {
nvidia,invert-interrupt; nvidia,invert-interrupt;
nvidia,suspend-mode = <0>; nvidia,suspend-mode = <0>;
#wake-cells = <3>;
nvidia,cpu-pwr-good-time = <500>; nvidia,cpu-pwr-good-time = <500>;
nvidia,cpu-pwr-off-time = <300>; nvidia,cpu-pwr-off-time = <300>;
nvidia,core-pwr-good-time = <641 3845>; nvidia,core-pwr-good-time = <641 3845>;
nvidia,core-pwr-off-time = <61036>; nvidia,core-pwr-off-time = <61036>;
nvidia,core-power-req-active-high; nvidia,core-power-req-active-high;
nvidia,sys-clock-req-active-high; nvidia,sys-clock-req-active-high;
nvidia,reset-gpio = <&gpio TEGRA_GPIO(I, 5) GPIO_ACTIVE_LOW>;
}; };
usb@70090000 { usb@70090000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment