Skip to content

Commit 56e7cc8

Browse files
robherringmmind
authored andcommitted
arm64: dts: rockchip: Drop unsupported properties
"pinctrl-names" is not valid without a pinctrl-N property. "max-freq" is not a defined property name. Maybe it was supposed to be "spi-max-frequency", but changing to that would be a change in behavior. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Link: https://patch.msgid.link/20260108230607.1348879-1-robh@kernel.org Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 5fc0459 commit 56e7cc8

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,6 @@
425425
&pcie0 {
426426
ep-gpios = <&gpio2 RK_PD4 GPIO_ACTIVE_HIGH>;
427427
num-lanes = <2>;
428-
pinctrl-names = "default";
429428
status = "okay";
430429

431430
vpcie12v-supply = <&vcc12v_dcin>;

arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,6 @@
969969
};
970970

971971
&spi1 {
972-
max-freq = <10000000>;
973972
status = "okay";
974973

975974
spiflash: flash@0 {

0 commit comments

Comments
 (0)