Skip to content

Commit eea502e

Browse files
committed
Merge tag 'v5.19-rockchip-dts32-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/dt
Naming and flag corrections. * tag 'v5.19-rockchip-dts32-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip: ARM: dts: rockchip: rename pcfg_pull_default node name on rk3036 ARM: dts: rockchip: use generic node name for dma rk3036/rk322x ARM: dts: rockchip: correct interrupt flags on rk3188 boards Link: https://lore.kernel.org/r/6919636.31r3eYUQgx@phil Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 835c0d9 + 53070cf commit eea502e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

arch/arm/boot/dts/rk3036.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@
556556
status = "disabled";
557557
};
558558

559-
pdma: pdma@20078000 {
559+
pdma: dma-controller@20078000 {
560560
compatible = "arm,pl330", "arm,primecell";
561561
reg = <0x20078000 0x4000>;
562562
interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
@@ -614,7 +614,7 @@
614614
#interrupt-cells = <2>;
615615
};
616616

617-
pcfg_pull_default: pcfg_pull_default {
617+
pcfg_pull_default: pcfg-pull-default {
618618
bias-pull-pin-default;
619619
};
620620

arch/arm/boot/dts/rk3188-bqedison2qc.dts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
/dts-v1/;
88
#include <dt-bindings/i2c/i2c.h>
99
#include <dt-bindings/input/input.h>
10+
#include <dt-bindings/interrupt-controller/irq.h>
1011
#include "rk3188.dtsi"
1112

1213
/ {
@@ -485,7 +486,7 @@
485486
reg = <1>;
486487
compatible = "brcm,bcm4329-fmac";
487488
interrupt-parent = <&gpio3>;
488-
interrupts = <RK_PD2 GPIO_ACTIVE_HIGH>;
489+
interrupts = <RK_PD2 IRQ_TYPE_NONE>;
489490
interrupt-names = "host-wake";
490491
brcm,drive-strength = <5>;
491492
pinctrl-names = "default";

arch/arm/boot/dts/rk322x.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@
501501
<75000000>;
502502
};
503503

504-
pdma: pdma@110f0000 {
504+
pdma: dma-controller@110f0000 {
505505
compatible = "arm,pl330", "arm,primecell";
506506
reg = <0x110f0000 0x4000>;
507507
interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,

0 commit comments

Comments
 (0)