Commit 56e7cc8d authored by Rob Herring (Arm)'s avatar Rob Herring (Arm) Committed by Heiko Stuebner
Browse files

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: default avatarRob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20260108230607.1348879-1-robh@kernel.org


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 5fc04597
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -425,7 +425,6 @@ &pcie_phy {
&pcie0 {
	ep-gpios = <&gpio2 RK_PD4 GPIO_ACTIVE_HIGH>;
	num-lanes = <2>;
	pinctrl-names = "default";
	status = "okay";

	vpcie12v-supply = <&vcc12v_dcin>;
+0 −1
Original line number Diff line number Diff line
@@ -969,7 +969,6 @@ &sdhci {
};

&spi1 {
	max-freq = <10000000>;
	status = "okay";

	spiflash: flash@0 {