-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Enforce - as word separator in devicetree property names
#53502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
mbolivar-nordic
wants to merge
11
commits into
zephyrproject-rtos:main
from
mbolivar-nordic:dt-bindings-checks
Closed
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
0d1925a
treewide: use dashes in DTS properties, not underscores
mbolivar-nordic 7bf6250
gen_devicetree_rest: prep work refactor
mbolivar-nordic e4f47db
edtlib: add bindings_from_dirs
mbolivar-nordic a7049d0
gen_devicetree_rest: use edtlib.bindings_from_dirs
mbolivar-nordic 60c0be1
edtlib: refactor warning handling in EDT
mbolivar-nordic 4f6c7e0
edtlib: move an internal helper to a better place
mbolivar-nordic 23a7cc9
check_compliance: provide a default ZEPHYR_BASE
mbolivar-nordic 20c3ac8
check_compliance: fix path_hint behavior
mbolivar-nordic 517adb3
check_compliance: rely on path_hint + ZEPHYR_BASE behavior
mbolivar-nordic b6ab838
check_compliance: re-work DevicetreeBindingsCheck
mbolivar-nordic 2ced0c3
check_compliance: check for underscores in property names
mbolivar-nordic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -98,7 +98,7 @@ | |
|
|
||
| &i2c_smb_0 { | ||
| status = "okay"; | ||
| port_sel = <0>; | ||
| port-sel = <0>; | ||
| sda-gpios = <&gpio_000_036 3 0>; | ||
| scl-gpios = <&gpio_000_036 4 0>; | ||
| pinctrl-0 = < &i2c00_scl_gpio004 &i2c00_sda_gpio003 >; | ||
|
|
@@ -107,7 +107,7 @@ | |
|
|
||
| &i2c_smb_1 { | ||
| status = "okay"; | ||
| port_sel = <1>; | ||
| port-sel = <1>; | ||
| sda-gpios = <&gpio_100_136 24 0>; | ||
| scl-gpios = <&gpio_100_136 25 0>; | ||
| pinctrl-0 = < &i2c01_scl_gpio131 &i2c01_sda_gpio130 >; | ||
|
|
@@ -132,7 +132,7 @@ | |
|
|
||
| &i2c_smb_2 { | ||
| status = "okay"; | ||
|
||
| port_sel = <7>; | ||
| port-sel = <7>; | ||
| sda-gpios = <&gpio_000_036 10 0>; | ||
| scl-gpios = <&gpio_000_036 11 0>; | ||
| pinctrl-0 = < &i2c07_scl_gpio013 &i2c07_sda_gpio012 >; | ||
|
|
@@ -141,9 +141,9 @@ | |
|
|
||
| &espi0 { | ||
| status = "okay"; | ||
| io_girq = <19>; | ||
| vw_girqs = <24 25>; | ||
| pc_girq = <15>; | ||
| io-girq = <19>; | ||
| vw-girqs = <24 25>; | ||
| pc-girq = <15>; | ||
| pinctrl-0 = < &espi_reset_n_gpio061 &espi_cs_n_gpio066 | ||
| &espi_alert_n_gpio063 &espi_clk_gpio065 | ||
| &espi_io0_gpio070 &espi_io1_gpio071 | ||
|
|
@@ -211,8 +211,8 @@ | |
|
|
||
| &spi0 { | ||
| status = "okay"; | ||
| port_sel = <0>; | ||
| chip_select = <0>; | ||
| port-sel = <0>; | ||
| chip-select = <0>; | ||
| lines = <1>; | ||
| pinctrl-0 = < &shd_cs0_n_gpio055 | ||
| &shd_clk_gpio056 | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.