arm64: dts: rockchip: fix rk3399-puma gmac reset gpio
authorHeiko Stuebner <heiko.stuebner@theobroma-systems.com>
Wed, 3 Jun 2020 13:28:36 +0000 (15:28 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 17 Jun 2020 08:24:49 +0000 (10:24 +0200)
commit8a445086f8af0b7b9bd8d1901d6f306bb154f70d
treeb4287053c18e7900b6be01e6b9e5210d4ecc6186
parent7a7184f6cfa9279f1a1c10a1845d247d7fad54ff
arm64: dts: rockchip: fix rk3399-puma gmac reset gpio

The puma gmac node currently uses opposite active-values for the
gmac phy reset pin. The gpio-declaration uses active-high while the
separate snps,reset-active-low property marks the pin as active low.

While on the kernel side this works ok, other DT users may get
confused - as seen with uboot right now.

So bring this in line and make both properties match, similar to the
other Rockchip board.

Fixes: 2c66fc34e945 ("arm64: dts: rockchip: add RK3399-Q7 (Puma) SoM")
Signed-off-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>
Link: https://lore.kernel.org/r/20200603132836.362519-1-heiko@sntech.de
arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi