Re: [PATCH v2 4/4] ARM: dts: bcm283x: Correct mailbox register sizes

2018-09-14 Thread Florian Fainelli
On 09/14/2018 06:22 AM, Phil Elwell wrote: > The size field in a Device Tree "reg" property is encoded in bytes, not > words. > > Signed-off-by: Phil Elwell This should probably have a: Fixes: 614fa22119d6 ("ARM: dts: bcm2835: Add VCHIQ node to the Raspberry Pi boards. (v3)") as well? > --- >

[PATCH v2 4/4] ARM: dts: bcm283x: Correct mailbox register sizes

2018-09-14 Thread Phil Elwell
The size field in a Device Tree "reg" property is encoded in bytes, not words. Signed-off-by: Phil Elwell --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index 215d