mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
arm64: dts: rockchip: rk3588: Add mclkout for I2S1-M1
I2S1 has two iomux group, M0 is located in BUS_IOC, and M1 is located in PMU_IOC. they are controlled by different IOE bit. Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com> Change-Id: Ib6b302e8b03aa7d64bdd11862c413c736eaf4636
This commit is contained in:
@@ -346,6 +346,15 @@
|
||||
rockchip,bit-set-to-disable;
|
||||
};
|
||||
|
||||
mclkout_i2s1m1: mclkout-i2s1@fd58a000 {
|
||||
compatible = "rockchip,clk-out";
|
||||
reg = <0 0xfd58a000 0 0x4>;
|
||||
clocks = <&cru I2S1_8CH_MCLKOUT>;
|
||||
#clock-cells = <0>;
|
||||
clock-output-names = "i2s1m1_mclkout_to_io";
|
||||
rockchip,bit-shift = <6>;
|
||||
};
|
||||
|
||||
mclkout_i2s2: mclkout-i2s2@fd58c318 {
|
||||
compatible = "rockchip,clk-out";
|
||||
reg = <0 0xfd58c318 0 0x4>;
|
||||
|
||||
Reference in New Issue
Block a user