Message ID | 20240407102854.38672-1-krzysztof.kozlowski@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/4] arm64: dts: rockchip: drop redundant pcie-reset-suspend in Scarlet Dumo | expand |
On Sun, 7 Apr 2024 12:28:51 +0200, Krzysztof Kozlowski wrote: > There is no "pcie-reset-suspend" property in the PCI bindings or Linux > driver, so assume this was copied from downstream. Drop the property, > but leave the comment, because it might be useful for someone. > > This fixes dtbs_check warning: > > rk3399-gru-scarlet-dumo.dtb: pcie@f8000000: Unevaluated properties are not allowed ('pcie-reset-suspend' was unexpected) > > [...] Applied, thanks! [1/4] arm64: dts: rockchip: drop redundant pcie-reset-suspend in Scarlet Dumo commit: 29148d841edea9335141fae86a0742f539fe1327 [3/4] arm64: dts: rockchip: drop redundant disable-gpios in Lubancat 1 commit: cd0793fc3b03985d90f24232056853ef79ff555e [4/4] arm64: dts: rockchip: drop redundant disable-gpios in Lubancat 2 commit: d892a6f34adc371ee0dbaa5ba684d02c4431f2e3 Best regards,
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-gru-scarlet.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-gru-scarlet.dtsi index 5846a11f0e84..b9d64048d46c 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-gru-scarlet.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399-gru-scarlet.dtsi @@ -689,7 +689,6 @@ &pcie0 { ep-gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>; /* PERST# asserted in S3 */ - pcie-reset-suspend = <1>; vpcie3v3-supply = <&wlan_3v3>; vpcie1v8-supply = <&pp1800_pcie>;
There is no "pcie-reset-suspend" property in the PCI bindings or Linux driver, so assume this was copied from downstream. Drop the property, but leave the comment, because it might be useful for someone. This fixes dtbs_check warning: rk3399-gru-scarlet-dumo.dtb: pcie@f8000000: Unevaluated properties are not allowed ('pcie-reset-suspend' was unexpected) Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- arch/arm64/boot/dts/rockchip/rk3399-gru-scarlet.dtsi | 1 - 1 file changed, 1 deletion(-)