mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: dts: rockchip: Enable hym8563 for rk3588s-evb4
1) Enable hym8563 clkout for WIFI/BT
2) Remove spi2m2_cs1 for hym8563 interrupt gpio
Signed-off-by: Shaoxing Chen <csx@rock-chips.com>
Change-Id: Id2f563115efab751f360d4d00df0b78b155c0bc1
This commit is contained in:
@@ -483,6 +483,7 @@
|
||||
pinctrl-0 = <&hym8563_int>;
|
||||
interrupt-parent = <&gpio0>;
|
||||
interrupts = <RK_PB0 IRQ_TYPE_LEVEL_LOW>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -494,10 +495,6 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&sdmmc {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pdm0 {
|
||||
status = "okay";
|
||||
};
|
||||
@@ -597,6 +594,10 @@
|
||||
pinctrl-0 = <&pwm13m1_pins>;
|
||||
};
|
||||
|
||||
&sdmmc {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&spdif_tx1 {
|
||||
status = "okay";
|
||||
pinctrl-names = "default";
|
||||
@@ -611,6 +612,13 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&spi2 {
|
||||
pinctrl-names = "default", "high_speed";
|
||||
pinctrl-0 = <&spi2m2_cs0 &spi2m2_pins>;
|
||||
pinctrl-1 = <&spi2m2_cs0 &spi2m2_pins_hs>;
|
||||
num-cs = <1>;
|
||||
};
|
||||
|
||||
&u2phy2_host {
|
||||
phy-supply = <&vcc5v0_host>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user