mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
ARM: dts: rockchip: fix dtc warnings of rk3288-firefly
Change-Id: If2f4b029bd964be7d2983d1eec78be9e032555d6 Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
*/
|
||||
|
||||
wireless-bluetooth {
|
||||
clocks = <&hym8563 1>;
|
||||
clocks = <&hym8563>;
|
||||
clock-names = "ext_clock";
|
||||
};
|
||||
|
||||
|
||||
@@ -215,7 +215,7 @@
|
||||
*/
|
||||
|
||||
wireless-bluetooth {
|
||||
clocks = <&hym8563 1>;
|
||||
clocks = <&hym8563>;
|
||||
clock-names = "ext_clock";
|
||||
};
|
||||
|
||||
|
||||
@@ -730,7 +730,7 @@
|
||||
|
||||
&pwm0 {
|
||||
status = "okay";
|
||||
interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||
interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
|
||||
compatible = "rockchip,remotectl-pwm";
|
||||
remote_pwm_id = <0>;
|
||||
handle_cpu_id = <0>;
|
||||
|
||||
Reference in New Issue
Block a user