mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
arm64: dts: rockchip: rk3368-r88: Select xin32k from pwm1 out
Change-Id: Iff675d47600cd7bf1d30564ca82697ce3b1fd9f4 Signed-off-by: Zhangbin Tong <zebulun.tong@rock-chips.com>
This commit is contained in:
committed by
Huang, Tao
parent
9c36f71bb9
commit
4408897c1f
@@ -49,6 +49,15 @@
|
||||
model = "Rockchip R88";
|
||||
compatible = "rockchip,r88", "rockchip,rk3368";
|
||||
|
||||
xin32k: xin32k {
|
||||
status = "okay";
|
||||
compatible = "pwm-clock";
|
||||
#clock-cells = <0>;
|
||||
clock-frequency = <32768>;
|
||||
clock-output-names = "xin32k";
|
||||
pwms = <&pwm1 0 30518 0>; /* 1 / 30518 ns = 32.7675 KHz */
|
||||
};
|
||||
|
||||
hdmi_sound: hdmi-sound {
|
||||
status = "okay";
|
||||
compatible = "simple-audio-card";
|
||||
@@ -236,7 +245,7 @@
|
||||
rockchip,system-power-controller;
|
||||
wakeup-source;
|
||||
#clock-cells = <1>;
|
||||
clock-output-names = "xin32k", "rk808-clkout2";
|
||||
clock-output-names = "rk808-clkout1", "rk808-clkout2";
|
||||
|
||||
vcc1-supply = <&vcc_sys>;
|
||||
vcc2-supply = <&vcc_sys>;
|
||||
@@ -654,6 +663,10 @@
|
||||
>;
|
||||
};
|
||||
|
||||
&pwm1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pwm3 {
|
||||
status = "okay";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user