We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dea24d commit 106bdcaCopy full SHA for 106bdca
arch/arm/boot/dts/rockchip/rk3128-xpi-3128.dts
@@ -272,7 +272,7 @@
272
phy-mode = "rmii";
273
phy-handle = <&phy0>;
274
assigned-clocks = <&cru SCLK_MAC_SRC>;
275
- assigned-clock-rates= <50000000>;
+ assigned-clock-rates = <50000000>;
276
pinctrl-names = "default";
277
pinctrl-0 = <&rmii_pins>;
278
status = "okay";
arch/arm/boot/dts/rockchip/rv1109-relfor-saib.dts
@@ -250,9 +250,9 @@
250
&i2s0 {
251
/delete-property/ pinctrl-0;
252
rockchip,trcm-sync-rx-only;
253
- pinctrl-0 = <&i2s0m0_sclk_rx>,
254
- <&i2s0m0_lrck_rx>,
255
- <&i2s0m0_sdi0>;
+ pinctrl-0 = <&i2s0m0_sclk_rx>,
+ <&i2s0m0_lrck_rx>,
+ <&i2s0m0_sdi0>;
256
257
258
};
0 commit comments