overlays: Use preferred compatible strings

Make sure all overlays have correct compatible strings before enabling
the automated checking.

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
This commit is contained in:
Phil Elwell
2020-01-24 09:02:37 +00:00
committed by popcornmix
parent 18f8d3699a
commit b9ab88c640
5 changed files with 8 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
/plugin/;
/ {
compatible = "brcm,bcm2708";
compatible = "brcm,bcm2835";
fragment@0 {
target-path = "/clocks";

View File

@@ -3,7 +3,7 @@
/plugin/;
/ {
compatible = "brcm,bcm2708";
compatible = "brcm,bcm2835";
fragment@0 {
target = <&i2s>;

View File

@@ -17,6 +17,8 @@ N.B.:
*/
/ {
compatible = "brcm,bcm2835";
fragment@0 {
target = <&gpio>;
__overlay__ {

View File

@@ -15,6 +15,8 @@ N.B.:
*/
/ {
compatible = "brcm,bcm2835";
fragment@0 {
target = <&gpio>;
__overlay__ {

View File

@@ -5,6 +5,8 @@
/plugin/;
/{
compatible = "brcm,bcm2835";
fragment@0 {
target = <&soc>;
__overlay__ {