mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
arm64: dts: rockchip: rk3588: Add power-domain for MCLKOUT_I2Sx
Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com> Change-Id: I5f9b38bc8a50915fc86b4969f231960614e017de
This commit is contained in:
@@ -337,6 +337,7 @@
|
||||
clocks = <&cru I2S0_8CH_MCLKOUT>;
|
||||
#clock-cells = <0>;
|
||||
clock-output-names = "i2s0_mclkout_to_io";
|
||||
power-domains = <&power RK3588_PD_AUDIO>;
|
||||
rockchip,bit-shift = <0>;
|
||||
rockchip,bit-set-to-disable;
|
||||
};
|
||||
@@ -366,6 +367,7 @@
|
||||
clocks = <&cru I2S2_2CH_MCLKOUT>;
|
||||
#clock-cells = <0>;
|
||||
clock-output-names = "i2s2_mclkout_to_io";
|
||||
power-domains = <&power RK3588_PD_AUDIO>;
|
||||
rockchip,bit-shift = <2>;
|
||||
rockchip,bit-set-to-disable;
|
||||
};
|
||||
@@ -376,6 +378,7 @@
|
||||
clocks = <&cru I2S3_2CH_MCLKOUT>;
|
||||
#clock-cells = <0>;
|
||||
clock-output-names = "i2s3_mclkout_to_io";
|
||||
power-domains = <&power RK3588_PD_AUDIO>;
|
||||
rockchip,bit-shift = <7>;
|
||||
rockchip,bit-set-to-disable;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user