Skip to content

Commit f2e8f1f

Browse files
committed
Merge tag 'v6.17-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/fixes
The newly added Rock 5T board needed slightly bigger fixes to make the PCIe and USB actually work, because the PCIe does share its lanes between two ports and the usb needs to toggle a gpio to supply power. The other interesting fix is the headphone detection on the Orange Pi 5+. The rest are some added supplies to make the boot log less scary and a number of styling fixes. * tag 'v6.17-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip: arm64: dts: rockchip: fix second M.2 slot on ROCK 5T arm64: dts: rockchip: fix USB on RADXA ROCK 5T arm64: dts: rockchip: Add vcc-supply to SPI flash on Pinephone Pro arm64: dts: rockchip: fix es8388 address on rk3588s-roc-pc arm64: dts: rockchip: Fix Bluetooth interrupts flag on Neardi LBA3368 arm64: dts: rockchip: correct network description on Sige5 arm64: dts: rockchip: Minor whitespace cleanup ARM: dts: rockchip: Minor whitespace cleanup arm64: dts: rockchip: Add supplies for eMMC on rk3588-orangepi-5 arm64: dts: rockchip: Fix the headphone detection on the orangepi 5 plus arm64: dts: rockchip: Add vcc-supply to SPI flash on rk3399-pinebook-pro arm64: dts: rockchip: mark eeprom as read-only for Radxa E52C Link: https://lore.kernel.org/r/5909239.Y6S9NjorxK@phil Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 750b545 + dcc6785 commit f2e8f1f

17 files changed

+64
-27
lines changed

arch/arm/boot/dts/rockchip/rk3128-xpi-3128.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
phy-mode = "rmii";
273273
phy-handle = <&phy0>;
274274
assigned-clocks = <&cru SCLK_MAC_SRC>;
275-
assigned-clock-rates= <50000000>;
275+
assigned-clock-rates = <50000000>;
276276
pinctrl-names = "default";
277277
pinctrl-0 = <&rmii_pins>;
278278
status = "okay";

arch/arm/boot/dts/rockchip/rv1109-relfor-saib.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,9 @@
250250
&i2s0 {
251251
/delete-property/ pinctrl-0;
252252
rockchip,trcm-sync-rx-only;
253-
pinctrl-0 = <&i2s0m0_sclk_rx>,
254-
<&i2s0m0_lrck_rx>,
255-
<&i2s0m0_sdi0>;
253+
pinctrl-0 = <&i2s0m0_sclk_rx>,
254+
<&i2s0m0_lrck_rx>,
255+
<&i2s0m0_sdi0>;
256256
pinctrl-names = "default";
257257
status = "okay";
258258
};

arch/arm64/boot/dts/rockchip/px30-pp1516.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
};
7373

7474
vcc_cam_avdd: regulator-vcc-cam-avdd {
75-
compatible = "regulator-fixed";
75+
compatible = "regulator-fixed";
7676
regulator-name = "vcc_cam_avdd";
7777
gpio = <&gpio3 RK_PC0 GPIO_ACTIVE_LOW>;
7878
pinctrl-names = "default";
@@ -83,7 +83,7 @@
8383
};
8484

8585
vcc_cam_dovdd: regulator-vcc-cam-dovdd {
86-
compatible = "regulator-fixed";
86+
compatible = "regulator-fixed";
8787
regulator-name = "vcc_cam_dovdd";
8888
gpio = <&gpio3 RK_PC1 GPIO_ACTIVE_LOW>;
8989
pinctrl-names = "default";
@@ -94,7 +94,7 @@
9494
};
9595

9696
vcc_cam_dvdd: regulator-vcc-cam-dvdd {
97-
compatible = "regulator-fixed";
97+
compatible = "regulator-fixed";
9898
regulator-name = "vcc_cam_dvdd";
9999
gpio = <&gpio3 RK_PC5 GPIO_ACTIVE_HIGH>;
100100
enable-active-high;
@@ -106,7 +106,7 @@
106106
};
107107

108108
vcc_lens_afvdd: regulator-vcc-lens-afvdd {
109-
compatible = "regulator-fixed";
109+
compatible = "regulator-fixed";
110110
regulator-name = "vcc_lens_afvdd";
111111
gpio = <&gpio3 RK_PB2 GPIO_ACTIVE_LOW>;
112112
pinctrl-names = "default";

arch/arm64/boot/dts/rockchip/px30-ringneck-haikou-video-demo.dtso

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
};
2727

2828
cam_afvdd_2v8: regulator-cam-afvdd-2v8 {
29-
compatible = "regulator-fixed";
29+
compatible = "regulator-fixed";
3030
gpio = <&pca9670 2 GPIO_ACTIVE_LOW>;
3131
regulator-max-microvolt = <2800000>;
3232
regulator-min-microvolt = <2800000>;
@@ -35,7 +35,7 @@
3535
};
3636

3737
cam_avdd_2v8: regulator-cam-avdd-2v8 {
38-
compatible = "regulator-fixed";
38+
compatible = "regulator-fixed";
3939
gpio = <&pca9670 4 GPIO_ACTIVE_LOW>;
4040
regulator-max-microvolt = <2800000>;
4141
regulator-min-microvolt = <2800000>;
@@ -44,7 +44,7 @@
4444
};
4545

4646
cam_dovdd_1v8: regulator-cam-dovdd-1v8 {
47-
compatible = "regulator-fixed";
47+
compatible = "regulator-fixed";
4848
gpio = <&pca9670 3 GPIO_ACTIVE_LOW>;
4949
regulator-max-microvolt = <1800000>;
5050
regulator-min-microvolt = <1800000>;

arch/arm64/boot/dts/rockchip/rk3308-sakurapi-rk3308b.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,6 @@
260260
status = "okay";
261261
};
262262

263-
&usb_host_ohci{
263+
&usb_host_ohci {
264264
status = "okay";
265265
};

arch/arm64/boot/dts/rockchip/rk3368-lba3368.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@
609609

610610
bluetooth {
611611
compatible = "brcm,bcm4345c5";
612-
interrupts-extended = <&gpio3 RK_PA7 GPIO_ACTIVE_HIGH>;
612+
interrupts-extended = <&gpio3 RK_PA7 IRQ_TYPE_LEVEL_HIGH>;
613613
interrupt-names = "host-wakeup";
614614
clocks = <&rk808 RK808_CLKOUT1>;
615615
clock-names = "lpo";

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -959,6 +959,7 @@
959959
reg = <0>;
960960
m25p,fast-read;
961961
spi-max-frequency = <10000000>;
962+
vcc-supply = <&vcc_3v0>;
962963
};
963964
};
964965

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -754,6 +754,7 @@
754754
compatible = "jedec,spi-nor";
755755
reg = <0>;
756756
spi-max-frequency = <10000000>;
757+
vcc-supply = <&vcc_1v8>;
757758
};
758759
};
759760

arch/arm64/boot/dts/rockchip/rk3399-puma-haikou-video-demo.dtso

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
};
2727

2828
cam_afvdd_2v8: regulator-cam-afvdd-2v8 {
29-
compatible = "regulator-fixed";
29+
compatible = "regulator-fixed";
3030
gpio = <&pca9670 2 GPIO_ACTIVE_LOW>;
3131
regulator-max-microvolt = <2800000>;
3232
regulator-min-microvolt = <2800000>;
@@ -35,7 +35,7 @@
3535
};
3636

3737
cam_avdd_2v8: regulator-cam-avdd-2v8 {
38-
compatible = "regulator-fixed";
38+
compatible = "regulator-fixed";
3939
gpio = <&pca9670 4 GPIO_ACTIVE_LOW>;
4040
regulator-max-microvolt = <2800000>;
4141
regulator-min-microvolt = <2800000>;
@@ -44,7 +44,7 @@
4444
};
4545

4646
cam_dovdd_1v8: regulator-cam-dovdd-1v8 {
47-
compatible = "regulator-fixed";
47+
compatible = "regulator-fixed";
4848
gpio = <&pca9670 3 GPIO_ACTIVE_LOW>;
4949
regulator-max-microvolt = <1800000>;
5050
regulator-min-microvolt = <1800000>;

arch/arm64/boot/dts/rockchip/rk3566-bigtreetech-cb2.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
gpios = <&gpio4 RK_PA1 GPIO_ACTIVE_LOW>;
5454
linux,default-trigger = "default-on";
5555
pinctrl-names = "default";
56-
pinctrl-0 =<&blue_led>;
56+
pinctrl-0 = <&blue_led>;
5757
};
5858

5959
led-1 {
@@ -62,7 +62,7 @@
6262
gpios = <&gpio0 RK_PB7 GPIO_ACTIVE_LOW>;
6363
linux,default-trigger = "heartbeat";
6464
pinctrl-names = "default";
65-
pinctrl-0 =<&heartbeat_led>;
65+
pinctrl-0 = <&heartbeat_led>;
6666
};
6767
};
6868

0 commit comments

Comments
 (0)