Changes between Version 22 and Version 23 of linux/devicetree
- Timestamp:
- 09/16/2025 10:53:39 PM (24 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/devicetree
v22 v23 158 158 Some specific requirements: 159 159 - requires '/plugin/' specified 160 - requires '&{/} { compatible };' node that specifies the board this fragment is compatible with161 160 - requires using handles of nodes that are defined in the base devicetree 162 161 - requires compiling with the-@ flag … … 169 168 /dts-v1/; 170 169 /plugin/; 171 172 &{/} {173 compatible = "gw,imx8mm-gw73xx-0x", "fsl,imx8mm";174 };175 170 176 171 /* off-board header */ … … 223 218 /dts-v1/; 224 219 /plugin/; 225 226 &{/} {227 compatible = "gw,imx8mm-gw73xx-0x";228 };229 220 230 221 &gpio5 { … … 346 337 347 338 &{/} { 348 compatible = "gw,imx8mm-gw73xx-0x";349 350 339 gpio-keys1 { 351 340 compatible = "gpio-keys";