Message ID | 20221113090904.8784-1-zajec5@gmail.com |
---|---|
State | New |
Headers | show |
Series | [V2] mips: dts: bcm63268: add TWD block timer | expand |
On Sun, Nov 13, 2022 at 10:09:04AM +0100, Rafał Miłecki wrote: > From: Rafał Miłecki <rafal@milecki.pl> > > BCM63268 TWD contains block with 3 timers. Add binding for it. > > Signed-off-by: Rafał Miłecki <rafal@milecki.pl> > Acked-by: Florian Fainelli <f.fainelli@gmail.com> > --- > V2: Add missing ';' > --- > arch/mips/boot/dts/brcm/bcm63268.dtsi | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/mips/boot/dts/brcm/bcm63268.dtsi b/arch/mips/boot/dts/brcm/bcm63268.dtsi > index 8926417a8fbc..c663efce91cf 100644 > --- a/arch/mips/boot/dts/brcm/bcm63268.dtsi > +++ b/arch/mips/boot/dts/brcm/bcm63268.dtsi > @@ -110,6 +110,11 @@ timer-mfd@10000080 { > reg = <0x10000080 0x30>; > ranges = <0x0 0x10000080 0x30>; > > + timer@0 { > + compatible = "brcm,bcm6345-timer"; > + reg = <0x0 0x1c>; > + }; > + > wdt: watchdog@1c { > compatible = "brcm,bcm7038-wdt"; > reg = <0x1c 0xc>; > -- > 2.34.1 applied to mips-next. Thomas.
diff --git a/arch/mips/boot/dts/brcm/bcm63268.dtsi b/arch/mips/boot/dts/brcm/bcm63268.dtsi index 8926417a8fbc..c663efce91cf 100644 --- a/arch/mips/boot/dts/brcm/bcm63268.dtsi +++ b/arch/mips/boot/dts/brcm/bcm63268.dtsi @@ -110,6 +110,11 @@ timer-mfd@10000080 { reg = <0x10000080 0x30>; ranges = <0x0 0x10000080 0x30>; + timer@0 { + compatible = "brcm,bcm6345-timer"; + reg = <0x0 0x1c>; + }; + wdt: watchdog@1c { compatible = "brcm,bcm7038-wdt"; reg = <0x1c 0xc>;