Skip to content

Commit d892a6f

Browse files
krzkmmind
authored andcommitted
arm64: dts: rockchip: drop redundant disable-gpios in Lubancat 2
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: rk3568-lubancat-2.dtb: pcie@fe260000: Unevaluated properties are not allowed ('disable-gpios' was unexpected) Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent cd0793f commit d892a6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm64/boot/dts/rockchip/rk3568-lubancat-2.dts

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

524524
&pcie2x1 {
525525
reset-gpios = <&gpio3 RK_PC1 GPIO_ACTIVE_HIGH>;
526-
disable-gpios = <&gpio3 RK_PC2 GPIO_ACTIVE_HIGH>;
527526
vpcie3v3-supply = <&vcc3v3_mini_pcie>;
528527
status = "okay";
529528
};

0 commit comments

Comments
 (0)