Skip to content

Commit cd0793f

Browse files
krzkmmind
authored andcommitted
arm64: dts: rockchip: drop redundant disable-gpios in Lubancat 1
There is no "disable-gpios" property in the PCI bindings or Linux driver, so assume this was copied from downstream. This property looks like some real hardware, just described wrongly. Rockchip PCIe controller (DesignWare based) does not define any other GPIO-s property, except reset-gpios which is already there, so not sure what would be the real property for this GPIO. This fixes dtbs_check warning: rk3566-lubancat-1.dtb: pcie@fe260000: Unevaluated properties are not allowed ('disable-gpios' was unexpected) Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20240407102854.38672-3-krzysztof.kozlowski@linaro.org Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 29148d8 commit cd0793f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arch/arm64/boot/dts/rockchip/rk3566-lubancat-1.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,6 @@
447447

448448
&pcie2x1 {
449449
reset-gpios = <&gpio0 RK_PB6 GPIO_ACTIVE_HIGH>;
450-
disable-gpios = <&gpio0 RK_PA6 GPIO_ACTIVE_HIGH>;
451450
vpcie3v3-supply = <&vcc3v3_pcie>;
452451
status = "okay";
453452
};

0 commit comments

Comments
 (0)