Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: interrupt-controller: Fix typos in loongson,liointc.yaml

Fix the following typos in loongson,liointc.yaml:
children -> child
fron -> from
connected -> connect
it's -> its

Fixes: b6280c8bb6f5 ("dt-bindings: interrupt-controller: Add Loongson LIOINTC")
Cc: Rob Herring <robh+dt@kernel.org>
Cc: devicetree@vger.kernel.org
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Link: https://lore.kernel.org/r/1594869390-21053-9-git-send-email-yangtiezhu@loongson.cn
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Tiezhu Yang and committed by
Rob Herring
f7dcfea3 41722d14

+2 -2
+2 -2
Documentation/devicetree/bindings/interrupt-controller/loongson,liointc.yaml
··· 51 51 description: | 52 52 This property points how the children interrupts will be mapped into CPU 53 53 interrupt lines. Each cell refers to a parent interrupt line from 0 to 3 54 - and each bit in the cell refers to a children interrupt fron 0 to 31. 55 - If a CPU interrupt line didn't connected with liointc, then keep it's 54 + and each bit in the cell refers to a child interrupt from 0 to 31. 55 + If a CPU interrupt line didn't connect with liointc, then keep its 56 56 cell with zero. 57 57 $ref: /schemas/types.yaml#/definitions/uint32-array 58 58 minItems: 4