mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02: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:
parent
7e9be8bac3
commit
5bf9e8a249
|
|
@ -56,7 +56,7 @@ chosen {
|
|||
};
|
||||
|
||||
sdio_pwrseq: sdio-pwrseq {
|
||||
clocks = <&rk808>;
|
||||
clocks = <&rk808 1>;
|
||||
};
|
||||
|
||||
wireless-bluetooth {
|
||||
|
|
@ -169,7 +169,7 @@ ramoops {
|
|||
|
||||
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 @@ vcc_phy: vcc-phy-regulator {
|
|||
*/
|
||||
|
||||
wireless-bluetooth {
|
||||
clocks = <&hym8563 1>;
|
||||
clocks = <&hym8563>;
|
||||
clock-names = "ext_clock";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user