dt-bindings: remove 'interrupt-parent' from bindings'interrupt-parent' is often documented as part of define bindings, butit is really outside the scope of a device binding. It's never requiredin
dt-bindings: remove 'interrupt-parent' from bindings'interrupt-parent' is often documented as part of define bindings, butit is really outside the scope of a device binding. It's never requiredin a given node as it is often inherited from a parent node. Or it canbe implicit if a parent node is an 'interrupt-controller' node. Soremove it from all the binding files.Cc: Mark Rutland <mark.rutland@arm.com>Cc: devicetree@vger.kernel.orgSigned-off-by: Rob Herring <robh@kernel.org>
show more ...
dt-bindings: Remove leading zeros from bindings notationImprove the binding example by removing all the leading zeros to fix thefollowing dtc warnings:Warning (unit_address_format): Node /XXX un
dt-bindings: Remove leading zeros from bindings notationImprove the binding example by removing all the leading zeros to fix thefollowing dtc warnings:Warning (unit_address_format): Node /XXX unit name should not have leading 0sConverted using the following command:perl -p -i -e 's/\@0+([0-9a-f])/\@$1/g' `find ./Documentation/devicetree/bindings "*.txt"`Some unnecessary changes were manually fixed.Signed-off-by: Marco Franchi <marco.franchi@nxp.com>Signed-off-by: Rob Herring <robh@kernel.org>
bindings: move cpm_qe binding from powerpc/fsl to soc/fslcpm_qe is supported on both powerpc and arm.and the QE code has been moved from arch/powerpc intodrivers/soc/fsl, so move cpm_qe binding f
bindings: move cpm_qe binding from powerpc/fsl to soc/fslcpm_qe is supported on both powerpc and arm.and the QE code has been moved from arch/powerpc intodrivers/soc/fsl, so move cpm_qe binding from powerpc/fslto soc/fslSigned-off-by: Zhao Qiang <qiang.zhao@nxp.com>Acked-by: Rob Herring<robh@kernel.org>Signed-off-by: Scott Wood <oss@buserror.net>