mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
ARM: dts: rockchip: fix dtc warnings of rk3288-firefly-rk808
Change-Id: Id7b4922d4ba1ca239ed41a3ef71be99d99b58b10 Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
};
|
||||
|
||||
sdio_pwrseq: sdio-pwrseq {
|
||||
clocks = <&rk808>;
|
||||
clocks = <&rk808 1>;
|
||||
};
|
||||
|
||||
wireless-bluetooth {
|
||||
@@ -169,7 +169,7 @@
|
||||
|
||||
fiq-debugger {
|
||||
compatible = "rockchip,fiq-debugger";
|
||||
interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||
interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>;
|
||||
rockchip,serial-id = <2>;
|
||||
rockchip,wake-irq = <0>;
|
||||
/* If enable uart uses irq instead of fiq */
|
||||
@@ -210,7 +210,7 @@
|
||||
*/
|
||||
|
||||
wireless-bluetooth {
|
||||
clocks = <&hym8563 1>;
|
||||
clocks = <&hym8563>;
|
||||
clock-names = "ext_clock";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user