From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Rutland Subject: Re: [PATCH v2 04/11] arm64: dts: Initial DTS files for Broadcom Stingray SOC Date: Mon, 15 May 2017 14:13:35 +0100 Message-ID: <20170515131334.GE17776@leverpostej> References: <1494849741-21294-1-git-send-email-anup.patel@broadcom.com> <1494849741-21294-5-git-send-email-anup.patel@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1494849741-21294-5-git-send-email-anup.patel-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Anup Patel Cc: Rob Herring , Michael Turquette , Catalin Marinas , Will Deacon , Ray Jui , Scott Branden , Jon Mason , Florian Fainelli , Oza Pawandeep , Srinath Mannam , Pramod Kumar , Sandeep Tripathy , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w@public.gmane.org, Scott Branden List-Id: devicetree@vger.kernel.org Hi, On Mon, May 15, 2017 at 05:32:14PM +0530, Anup Patel wrote: > +/ { > + chosen { /* Default kernel args */ > + bootargs = "root=/dev/ram rw rootwait \ > + earlycon=uart8250,mmio32,0x68a10000 \ > + pci=pcie_bus_safe cma=64M"; Why do we need all of these? > + linux,stdout-path = "serial0:115200n8"; Please drop the 'linux,' prefix here. [...] > + memory: memory@80000000 { > + device_type = "memory"; > + reg = <0x00000000 0x80000000 0 0x40000000>; > + }; > + > + psci { > + compatible = "arm,psci-0.2"; > + method = "smc"; > + }; > + > + pmu { > + compatible = "arm,armv8-pmuv3"; > + interrupts = ; > + }; > + > + timer { > + compatible = "arm,armv8-timer"; > + interrupts = + IRQ_TYPE_LEVEL_LOW)>, > + + IRQ_TYPE_LEVEL_LOW)>, > + + IRQ_TYPE_LEVEL_LOW)>, > + + IRQ_TYPE_LEVEL_LOW)>; GICv3 PPIs don't have a mask. See Documentation/devicetree/bindings/interrupt-controller/arm,gic-v3.txt Please remove the GIC_CPU_MASK_*() uses here and in this dts. They shouldn't be there. Thanks, Mark. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html