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

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: host1x: Fix bracketing in example

The bracketing for the interrupts property in the device tree
example is incorrect. Fix it.

Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>

authored by

Mikko Perttunen and committed by
Thierry Reding
a72d4b18 5c5a6ff7

+2 -2
+2 -2
Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.yaml
··· 239 239 host1x@50000000 { 240 240 compatible = "nvidia,tegra20-host1x"; 241 241 reg = <0x50000000 0x00024000>; 242 - interrupts = <0 65 0x04 /* mpcore syncpt */ 243 - 0 67 0x04>; /* mpcore general */ 242 + interrupts = <0 65 0x04>, /* mpcore syncpt */ 243 + <0 67 0x04>; /* mpcore general */ 244 244 interrupt-names = "syncpt", "host1x"; 245 245 clocks = <&tegra_car TEGRA20_CLK_HOST1X>; 246 246 clock-names = "host1x";