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: display: ti,am65x-dss: Re-indent the example

Reduce tab size from 8 spaces to 4 spaces to make the bindings
consistent, and easy to expand.

Acked-by: "Rob Herring (Arm)" <robh@kernel.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Signed-off-by: Aradhya Bhatia <a-bhatia1@ti.com>
Signed-off-by: Aradhya Bhatia <aradhya.bhatia@linux.dev>
Link: https://lore.kernel.org/r/20250528122544.817829-2-aradhya.bhatia@linux.dev
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>

authored by

Aradhya Bhatia and committed by
Tomi Valkeinen
adc8f6ff d6b93bfa

+27 -27
+27 -27
Documentation/devicetree/bindings/display/ti/ti,am65x-dss.yaml
··· 161 161 #include <dt-bindings/soc/ti,sci_pm_domain.h> 162 162 163 163 dss: dss@4a00000 { 164 - compatible = "ti,am65x-dss"; 165 - reg = <0x04a00000 0x1000>, /* common */ 166 - <0x04a02000 0x1000>, /* vidl1 */ 167 - <0x04a06000 0x1000>, /* vid */ 168 - <0x04a07000 0x1000>, /* ovr1 */ 169 - <0x04a08000 0x1000>, /* ovr2 */ 170 - <0x04a0a000 0x1000>, /* vp1 */ 171 - <0x04a0b000 0x1000>, /* vp2 */ 172 - <0x04a01000 0x1000>; /* common1 */ 173 - reg-names = "common", "vidl1", "vid", 174 - "ovr1", "ovr2", "vp1", "vp2", "common1"; 175 - ti,am65x-oldi-io-ctrl = <&dss_oldi_io_ctrl>; 176 - power-domains = <&k3_pds 67 TI_SCI_PD_EXCLUSIVE>; 177 - clocks = <&k3_clks 67 1>, 178 - <&k3_clks 216 1>, 179 - <&k3_clks 67 2>; 180 - clock-names = "fck", "vp1", "vp2"; 181 - interrupts = <GIC_SPI 166 IRQ_TYPE_EDGE_RISING>; 182 - ports { 183 - #address-cells = <1>; 184 - #size-cells = <0>; 185 - port@0 { 186 - reg = <0>; 187 - oldi_out0: endpoint { 188 - remote-endpoint = <&lcd_in0>; 189 - }; 190 - }; 164 + compatible = "ti,am65x-dss"; 165 + reg = <0x04a00000 0x1000>, /* common */ 166 + <0x04a02000 0x1000>, /* vidl1 */ 167 + <0x04a06000 0x1000>, /* vid */ 168 + <0x04a07000 0x1000>, /* ovr1 */ 169 + <0x04a08000 0x1000>, /* ovr2 */ 170 + <0x04a0a000 0x1000>, /* vp1 */ 171 + <0x04a0b000 0x1000>, /* vp2 */ 172 + <0x04a01000 0x1000>; /* common1 */ 173 + reg-names = "common", "vidl1", "vid", 174 + "ovr1", "ovr2", "vp1", "vp2", "common1"; 175 + ti,am65x-oldi-io-ctrl = <&dss_oldi_io_ctrl>; 176 + power-domains = <&k3_pds 67 TI_SCI_PD_EXCLUSIVE>; 177 + clocks = <&k3_clks 67 1>, 178 + <&k3_clks 216 1>, 179 + <&k3_clks 67 2>; 180 + clock-names = "fck", "vp1", "vp2"; 181 + interrupts = <GIC_SPI 166 IRQ_TYPE_EDGE_RISING>; 182 + ports { 183 + #address-cells = <1>; 184 + #size-cells = <0>; 185 + port@0 { 186 + reg = <0>; 187 + oldi_out0: endpoint { 188 + remote-endpoint = <&lcd_in0>; 189 + }; 191 190 }; 191 + }; 192 192 };